Pinned Repositories
rl
Illustrated Examples from Sutton and Barto
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.
ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
CPlusPlusThings
C++那些事
Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Deep_Learning
深度学习知识
hello_world
python
KDD-Cup-2020-RL
KnowledgeGraphBeginner
从零开始实现基于知识图谱的对话系统
KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
liaoyanjun's Repositories
liaoyanjun/KDD-Cup-2020-RL
liaoyanjun/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
liaoyanjun/KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
liaoyanjun/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.
liaoyanjun/KnowledgeGraphBeginner
从零开始实现基于知识图谱的对话系统
liaoyanjun/rl
Illustrated Examples from Sutton and Barto
liaoyanjun/CPlusPlusThings
C++那些事
liaoyanjun/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
liaoyanjun/yan_jun_liu-named_entity_recognition-master
named_entity_recognition
liaoyanjun/Deep_Learning
深度学习知识
liaoyanjun/nlp-journey
NLP 相关的一些文档、论文及代码, 包括主题模型(Topic Model)、词向量(Word Embedding)、命名实体识别(Named Entity Recognition)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算、机器翻译(Machine Translation)等,涉及到各种与nlp相关的算法,基于tensorflow 2.0。
liaoyanjun/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.
liaoyanjun/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. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft.
liaoyanjun/Python
All Algorithms implemented in Python
liaoyanjun/stnn
Code for the paper "Spatio-Temporal Neural Networks for Space-Time Series Modeling and Relations Discovery"
liaoyanjun/numpy-ml
Machine learning, in numpy
liaoyanjun/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
liaoyanjun/NLP-
自然语言处理
liaoyanjun/hello_world
python
liaoyanjun/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
liaoyanjun/seq2seq_chatbot
使用tensorflow构建的seq2seq+attention+beansearch 的聊天机器人模型
liaoyanjun/Machine-Learning-From-Scratch
常用机器学习的算法简洁实现