Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
Forked from rasmusbergpalm/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to …
MATLAB 1
-
-
Some of the programming assignments for courses I took on Coursera. Functional programming in Scala, Algorithms, etc.
Scala
-
Forked from uwescience/datasci_course_materials
Public repository for course materials for the Spring 2013 session of Introduction to Data Science, an online coursera course.
Python
189 contributions in the last year
Contribution activity
September 2020
August 2020
Created an issue in JohnSnowLabs/spark-nlp that received 1 comment
Serialization bug in ContextSpellChecker when training in cluster mode
Description
When training the ContextSpellChecker in cluster mode, we get this error,
vocabTest = ['name1', 'name2', 'name3']
# context dependent …