Pinned Repositories
60_Days_RL_Challenge
Learn Deep Reinforcement Learning in depth in 60 days
allenAI
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
awesome-deep-learning-papers
The most cited deep learning papers
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing
awesome-python
A curated list of awesome Python frameworks, libraries and software
awesome-rl
Reinforcement learning resources curated
NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
caoge4's Repositories
caoge4/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
caoge4/60_Days_RL_Challenge
Learn Deep Reinforcement Learning in depth in 60 days
caoge4/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
caoge4/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
caoge4/awesome-deep-learning-papers
The most cited deep learning papers
caoge4/blade-fury
采集股票数据,利用统计和计算来选股
caoge4/deep-rl-tensorflow
TensorFlow implementation of Deep Reinforcement Learning papers
caoge4/DeepLearningZeroToAll
TensorFlow Basic Tutorial Labs
caoge4/deepnlp
Deep Learning NLP Pipeline implemented on Tensorflow
caoge4/DeepPath
code and docs for the paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
caoge4/DeepRL-Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
caoge4/lectures
Oxford Deep NLP 2017 course
caoge4/LM-LSTM-CRF
Empower Sequence Labeling with Task-Aware Language Model
caoge4/Natural-Language-Process
DNN based implementation for different NLP tasks
caoge4/nematus
caoge4/NER-LSTM-CRF
An easy-to-use named entity recognition (NER) toolkit, implemented the Bi-LSTM+CRF model in tensorflow.
caoge4/neural-style
Neural style in TensorFlow! :art:
caoge4/NSC
Neural Sentiment Classification
caoge4/practical_seq2seq
A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
caoge4/rcnn
Recurrent & convolutional neural network modules
caoge4/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
caoge4/Repo-2017
Python codes in Machine Learning, NLP, Deep Learning and Reinforcement Learning
caoge4/scalable_agent
A TensorFlow implementation of Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures.
caoge4/SentiBridge
SentiBridge: A Knowledge Base for Entity-Sentiment Representation
caoge4/seq2seq
Attention-based sequence to sequence learning
caoge4/SeqGAN
Implementation of Sequence Generative Adversarial Nets with Policy Gradient
caoge4/text_renderer
Generate text images for training deep learning ocr model
caoge4/tf_chatbot_seq2seq_antilm
Seq2seq chatbot with attention and anti-language model to suppress generic response, option for further improve by deep reinforcement learning.
caoge4/WassersteinGAN
caoge4/WGAN-mod
A modified GAN inspired by the WGAN