cuiyungao's Stars
stringertheory/traces
A Python library for unevenly-spaced time series analysis
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
upbit/HiddenMarkovModel
Python implementation of Hidden Markov Model, with demo of Chinese Part-of-Speech tagging
dhammack/Word2VecExample
An example application using Word2Vec. Given a list of words, it finds the one which isn't 'like' the others - a typical language understanding evaluation task.
nicolas-ivanov/debug_seq2seq
[unmaintained] Make seq2seq for keras work
baidu-research/warp-ctc
Fast parallel CTC.
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
marcotcr/lime-experiments
Code for all experiments.
lipiji/variational-autoencoder-theano
Variational Autoencoders (VAEs) in Theano for Images and Text
ying-wen/deep_learning_tutorial
keunwoochoi/music-auto_tagging-keras
Music auto-tagging models and trained weights in keras/theano
bdhingra/tweet2vec
Twitter hashtag prediction
pkmital/tensorflow_tutorials
From the basics to slightly more interesting applications of Tensorflow
karpathy/paper-notes
Random notes on papers, likely a short-term repo.
facebookresearch/fastText
Library for fast text representation and classification.
pbhatia243/Neural_Conversation_Models
Tensorflow based Neural Conversation Models
alexandres/lexvec
This is an implementation of the LexVec word embedding model (similar to word2vec and GloVe) that achieves state of the art results in multiple NLP tasks
BVLC/caffe
Caffe: a fast open framework for deep learning.
facebookarchive/fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
liudragonfly/GBDT
A simple GBDT in Python
ketranm/RMN
Recurrent Memory Network - Torch implementation
nihalb/JMARS
Jointly Modelling Aspects, Ratings and Sentiments for Movie Recommendation (JMARS)
jcjohnson/cnn-benchmarks
Benchmarks for popular CNN models
magenta/magenta
Magenta: Music and Art Generation with Machine Intelligence
thunlp/NRE
Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
wuchong/jacman
Jacman is a fresh looking and responsive theme for Hexo with more features based on Pacman.
keras-team/keras
Deep Learning for humans
mkusner/wmd
Word Mover's Distance from Matthew J Kusner's paper "From Word Embeddings to Document Distances"
tscohen/GrouPy
Group Equivariant Convolutional Neural Networks
dennybritz/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow