zhuzhenyao's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
resume/resume.github.com
Resumes generated using the GitHub informations
keras-team/keras
Deep Learning for humans
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
BVLC/caffe
Caffe: a fast open framework for deep learning.
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
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
microsoft/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.
kjw0612/awesome-deep-vision
A curated list of deep learning resources for computer vision
Theano/Theano
Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It is being continued as PyTensor: www.github.com/pymc-devs/pytensor
facebookarchive/caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
kjw0612/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
PRML/PRMLT
Matlab code of machine learning algorithms in book PRML
google/seq2seq
A general-purpose encoder-decoder framework for Tensorflow
baidu-research/warp-ctc
Fast parallel CTC.
Lasagne/Lasagne
Lightweight library to build and train neural networks in Theano
JustFollowUs/Machine-Learning
zzw922cn/awesome-speech-recognition-speech-synthesis-papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
tqchen/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
google/uis-rnn
This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
ducha-aiki/caffenet-benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
EderSantana/seya
Bringing up some extra Cosmo to Keras.
sherrym/tf-tutorial
Short tutorial for TensorFlow, designed to be presented in-person
lamblin/bayareadlschool
Slides and exercises for the Theano tutorial at the Deep Learning School in Stanford, September 24-25, 2016
zhirongw/deep-mrf
sherjilozair/ctc
Numpy and Theano bindings for Baidu's warp-ctc
bburns/LanguageModels
Comparison of n-gram vs RNN (recurrent neural network) language models (predicting next word in a sequence), using Python, NLTK, Keras, and TensorFlow