Pinned Repositories
AlgorithmsByPython
算法/数据结构/Python/剑指offer/机器学习/leetcode
Attention-Mechanisms-paper
注意力机制on自然语言处理文章整理笔记
awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
berkeley-stat-157
Homepage for STAT 157 at UC Berkeley
ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
Deep-Learning
deep-learning-time-series
List of papers, code and experiments using deep learning for time series forecasting
DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
DoctorLiu's Repositories
DoctorLiu/AlgorithmsByPython
算法/数据结构/Python/剑指offer/机器学习/leetcode
DoctorLiu/Attention-Mechanisms-paper
注意力机制on自然语言处理文章整理笔记
DoctorLiu/awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
DoctorLiu/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
DoctorLiu/berkeley-stat-157
Homepage for STAT 157 at UC Berkeley
DoctorLiu/ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
DoctorLiu/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
DoctorLiu/Deep-Learning
DoctorLiu/deep-learning-time-series
List of papers, code and experiments using deep learning for time series forecasting
DoctorLiu/DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
DoctorLiu/DL4NLP
Deep Learning for NLP resources
DoctorLiu/elpv-dataset
A dataset of functional and defective solar cells extracted from EL images of solar modules
DoctorLiu/Fall2018-tutorials
Tutorials for Fall 2018
DoctorLiu/fanqiang
翻墙-科学上网
DoctorLiu/fastText
Library for fast text representation and classification.
DoctorLiu/HarvestText
领域自适应文本挖掘工具(新词发现、情感分析、实体链接等),基于少量种子词和背景知识
DoctorLiu/Learn_Computer_Science_in_5_Months
This is the Curriculum for "Learn Computer Science in 5 Months" By Siraj Raval on Youtube
DoctorLiu/Learn_Deep_Learning_in_6_Weeks
This is the Curriculum for "Learn Deep Learning in 6 Weeks" by Siraj Raval on Youtube
DoctorLiu/Learn_Machine_Learning_in_3_Months
This is the code for "Learn Machine Learning in 3 Months" by Siraj Raval on Youtube
DoctorLiu/LeetCode-Solutions
:octocat: (Weekly Update) Python / C++ 11 Solutions of All 1070 LeetCode Problems
DoctorLiu/LSTM_RNN_Tutorials_with_Demo
LSTM-RNN Tutorial with LSTM and RNN Tutorial with Demo with Demo Projects such as Stock/Bitcoin Time Series Prediction, Sentiment Analysis, Music Generation using Keras-Tensorflow
DoctorLiu/Machine-Learning-Study-Path-March-2019
A complete ML study path, focused on TensorFlow and Scikit-Learn
DoctorLiu/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems.
DoctorLiu/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.
DoctorLiu/nlp_course
YSDA course in Natural Language Processing
DoctorLiu/nmt
TensorFlow Neural Machine Translation Tutorial
DoctorLiu/Paper-Reading
Paper reading list in natural language processing, including dialogue system, text summarization, topic modeling, etc.
DoctorLiu/TCN
Sequence modeling benchmarks and temporal convolutional networks
DoctorLiu/word2vec
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.