snailcoder's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
shadowsocks/shadowsocks
shadowsocks/ShadowsocksX-NG
Next Generation of ShadowsocksX
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
facebookresearch/fastText
Library for fast text representation and classification.
microsoft/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
vahidk/EffectiveTensorflow
TensorFlow tutorials and best practices.
gperftools/gperftools
Main gperftools repository
catboost/catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
shadowsocks/shadowsocks-qt5
A cross-platform shadowsocks GUI client
nfmcclure/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
locuslab/TCN
Sequence modeling benchmarks and temporal convolutional networks
skygragon/leetcode-cli
A cli tool to enjoy leetcode!
dennybritz/chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
njpatel/grpcc
A gRPC cli interface for easy testing against gRPC servers
yoonkim/lstm-char-cnn
LSTM language model with CNN over characters
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
lpty/tensorflow_tutorial
tensorflow的一些实例
sanyam5/skip-thoughts
The first public PyTorch implementation of Skip-Thought Vectors
dreasysnail/deconv_paragraph_represention
GokuMohandas/attentional-interfaces
🔍 Attentional interfaces in TensorFlow.
fomorians/highway-cnn
Simple convolutional highway networks using TensorFlow.
elucideye/xgboostcpp
Simple C++ interface for xgboost with cross platform and size reduced serialization
hawhuang/xgboost_realtime_predict_test
xgboost在线预测
fomorians/highway-fcn
Simple fully-connected highway networks using TensorFlow.
claravania/rnn-lm-tensorflow
RNN language model using Tensorflow
snailcoder/han
Implement Hierarchical Attention Networks for Document Classification with Tensorflow