Pinned Repositories
book
chatterbot-corpus
A multilingual dialog corpus
cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
deep-learning-demo
记录小润学习的深度学习相关,首先是 Caffe、TensorFlow、Theano、Keras 框架,之后再补充 Torch
DeepLearning
深度学习相关教程
Familia
A Toolkit for Chinese Topic Modeling
grid-lstm
Torch7 implementation of Grid-LSTM as described here: http://arxiv.org/pdf/1507.01526v2.pdf
HelloPathricLee
This is a test for me to learn how to use github
truth
word2vec
python port of the word2vec C code (https://code.google.com/p/word2vec/) including negative sampling and the cbow model, closely follows the gensim word2vec implementation (http://radimrehurek.com/gensim/)
PathricLee's Repositories
PathricLee/MLAlgorithms
Minimal and clean examples of machine learning algorithms
PathricLee/pron_dictionaries
pronunciation dictionaries for multiple languages
PathricLee/tensorflow-tutorial
TensorFlow and Deep Learning Tutorials
PathricLee/Fregata
A light weight, super fast, large scale machine learning library on spark .
PathricLee/neural_ime
Neural IME: Neural Input Method Engine
PathricLee/scipy
Scipy library main repository
PathricLee/deep-learning-demo
记录小润学习的深度学习相关,首先是 Caffe、TensorFlow、Theano、Keras 框架,之后再补充 Torch
PathricLee/Qix
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
PathricLee/NRE
Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
PathricLee/NSC
Neural Sentiment Classification
PathricLee/Paddle
PArallel Distributed Deep LEarning
PathricLee/tensorflow_tutorials
From the basics to slightly more interesting applications of Tensorflow
PathricLee/word2vec
python port of the word2vec C code (https://code.google.com/p/word2vec/) including negative sampling and the cbow model, closely follows the gensim word2vec implementation (http://radimrehurek.com/gensim/)
PathricLee/sunpinyin
A statistical language model based Chinese input method
PathricLee/Pinyin_Demo
一个简单的拼音输入法
PathricLee/TLCL
a mirror of The Linux Command Line and My chinese translation
PathricLee/MapReduce-Advanced
Using MapReduce on Hadoop to perform more Advanced functions including select, sort, sum and Joins
PathricLee/grid-lstm
Torch7 implementation of Grid-LSTM as described here: http://arxiv.org/pdf/1507.01526v2.pdf
PathricLee/stocks_rnn
Stock price prediction with LSTMs in TensorFlow
PathricLee/truth
PathricLee/Spelling-Corrector
It's a simple spelling corrector which can correct words which need atmost 2 edits (insertion,deletion,transposition,alteration)
PathricLee/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
PathricLee/search-engine
PathricLee/Tianchi-Competition
This is a project to solve the problems in the Tianchi competition hold by Alibaba.
PathricLee/sentence2vec
Tools for mapping a sentence with arbitrary length to vector space
PathricLee/MachineLearning-C---code
using c++ code to show the example of machine learning
PathricLee/rbm-dbn-mnist
Restricted Boltzmann Machine and Deep Belief Network Implementation. Uses MNIST dataset as a demo.