vinaynath's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
pallets/flask
The Python micro framework for building web applications.
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
Hvass-Labs/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
lazyprogrammer/machine_learning_examples
A collection of machine learning examples and tutorials.
tensorflow/serving
A flexible, high-performance serving system for machine learning models
dennybritz/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
spark-jobserver/spark-jobserver
REST job server for Apache Spark
probml/pmtk3
Probabilistic Modeling Toolkit for Matlab/Octave.
machinalis/quepy
A python framework to transform natural language questions to queries in a database query language.
atteo/evo-inflector
Singular to plural english word converter
ajtulloch/sklearn-compiledtrees
Compiled Decision Trees for scikit-learn
alex-pirozhenko/sklearn-pmml
A library that allows serialization of SciKit-Learn estimators into PMML
tpeng/logistic-regression
A simple implementation of logisitic regression in Java
GalvanizeDataScience/building-spark-applications-live-lessons
Supporting content (slides and exercises) for the Addison-Wesley (Pearson) video series covering best practices for developing scalable Spark applications for predictive analytics in the context of a data scientist's standard workflow.
BigFav/n-grams
My Python n-gram Language Model from an NLP course. Since there are so public implementations, I feel free to post mine.
master/spark-stemming
Spark MLlib wrapper for the Snowball framework
tjflexic/kaggle-word2vec-movie-reviews
Kaggle-Bag of Words Meets Bags of Popcorn
psi-project/server
A Play-based server implementing the PSI machine learning API
flextao/inflector
A Java port of the excellent Inflector class in ruby's ActiveSupport library. Forked from jactiveresource
hkropp/jpmml-iris-example
psi-project/sklearn-wrapper
A web.py service for interacting with scikit-learn
jbhoosreddy/textclassification-naivebayes
A text classifier using the Naive Bayes Classifier, Maximum Likelihood n-gram Language Model with Laplace add-one smoothing
kkwteh/job_salary
Workshop code for building a ML web service.
wpm/LinearNgramModel
Example Java decoder of a linear n-gram model trained with scikit-learn.
psi-project/client
A JavaScript client for PSI services
WayneSan/Pyrolite
Pyrolite repository clone from svn://svn.razorvine.net/Pyro/Pyrolite
EricSchles/contexts
melgenek/spark-kaggle-sentiment
"Bag of Words Meets Bags of Popcorn" solution using Spark