Stinky-Tofu's Stars
exacity/deeplearningbook-chinese
Deep Learning Book Chinese Translation
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
thtrieu/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
SnailTyan/deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
chxuan/vimplus
:rocket:An automatic configuration program for vim
lucasjinreal/tensorflow_poems
中文古诗自动作诗机器人,x炸天,基于tensorflow1.10 api,正在积极维护升级中,快star,保持更新!
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
rbgirshick/fast-rcnn
Fast R-CNN
shelhamer/fcn.berkeleyvision.org
Fully Convolutional Networks for Semantic Segmentation by Jonathan Long*, Evan Shelhamer*, and Trevor Darrell. CVPR 2015 and PAMI 2016.
xiaqunfeng/machine-learning-yearning
Translation of <Machine Learning Yearning> by Andrew NG
zhanggyb/nndl
Another Chinese Translation of Neural Networks and Deep Learning
hanbt/learn_dl
Deep learning algorithms source code for beginners
wenxinxu/resnet-in-tensorflow
Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
hizhangp/yolo_tensorflow
Tensorflow implementation of YOLO, including training and test phase.
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
nilboy/tensorflow-yolo
tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
MachineLP/CodeFun
DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL
lucasjinreal/LSTM_learn
a implement of LSTM using Keras for time series prediction regression problem
xiexiaoshinick/Python-scientific-computation
《Python科学计算》第二版张若愚老师的演示代码