DerryD's Stars
littlecodersh/ItChat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
chiphuyen/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
brightmart/text_classification
all kinds of text classification models and more with deep learning
tensorflow/nmt
TensorFlow Neural Machine Translation Tutorial
lcdevelop/ChatBotCourse
自己动手做聊天机器人教程
Conchylicultor/DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
phanein/deepwalk
DeepWalk - Deep Learning for Graphs
pannous/tensorflow-speech-recognition
🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
nicodjimenez/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
dennybritz/chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
lightaime/cs231n
cs231n assignments sovled by https://ghli.org
carefree0910/MachineLearning
Machine learning algorithms implemented by pure numpy
ematvey/tensorflow-seq2seq-tutorials
Dynamic seq2seq in TensorFlow, step by step
pender/chatbot-rnn
A toy chatbot powered by deep learning and trained on data from Reddit
suriyadeepan/practical_seq2seq
A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
jonbruner/generative-adversarial-networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
aceimnorstuvwxz/chatbot-zh-torch7
中文Neural conversational model in Torch
llSourcell/tensorflow_speech_recognition_demo
This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
Marsan-Ma-zz/tf_chatbot_seq2seq_antilm
Seq2seq chatbot with attention and anti-language model to suppress generic response, option for further improve by deep reinforcement learning.
liudragonfly/GBDT
A simple GBDT in Python
wq19901103wq/machine-learning-books
book
largelymfs/topical_word_embeddings
A demo code for topical word embedding
tokestermw/tensorflow-shakespeare
Neural machine translation between the writings of Shakespeare and modern English using TensorFlow
wiibrew/DeepLearningCourseCodes
LasseRegin/SVM-w-SMO
Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
rdspring1/LSH_DeepLearning
Scalable and Sustainable Deep Learning via Randomized Hashing
thunlp/MMDW
Max-margin DeepWalk
soloice/SVM-python
Implemented SVM in Python. In particular, the SMO algorithm is implemented.
jonchar/ml-python
Some machine learning algorithms implemented in python.
AbhinavThukral97/LinearSVMClassification
Forest cover type classification/detection using linear support vector machine implemented with gradient descent (from scratch)