Pinned Repositories
baseline_on_baseline
chatbot_for_wechat
闲聊程序,用来和妹纸聊天
ContinuedKBQA
Knowledge base question answer demo
Distant-Supervised-Chinese-Relation-Extraction
基于远监督的中文关系抽取
entity_linking
实体链接demo
Pretrain-Language-Model
Follow and learn new papers about Pretrain Language Model
reading-papers
papers about sequence encoder/graph network/CTR/new nlp method
Road-to-Master
Leaning record from zero to master
time-series-prediction-learning-record
Learning Record about TSP
video_popularity_cache
关于视频流行度预测算法和缓存算法
currylym's Repositories
currylym/ann-visualizer
A python library for visualizing Artificial Neural Networks (ANN)
currylym/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
currylym/BaikeInfoExtraction
self complement of baike knowledge base info-box extraction by online analysis.基于互动百科,百度百科,搜狗百科的词条infobox结构化信息抽取,百科知识的融合
currylym/Chinese-NER
Task on Chinese Named Entity Recognition
currylym/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
currylym/couplet-dataset
Dataset for couplets. 70万条对联数据库。
currylym/cs224n-Squad-Project
currylym/CWS_Dict
Source codes for paper "Neural Networks Incorporating Dictionaries for Chinese Word Segmentation", AAAI 2018
currylym/deeplearning-papernotes
Summaries and notes on Deep Learning research papers
currylym/deepnlp
Deep Learning NLP Pipeline implemented on Tensorflow
currylym/enas
TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
currylym/hive_to_es
同步Hive数据仓库数据到Elasticsearch的小工具
currylym/keras-elmo
How to use ELMo embeddings in Keras with Tensorflow Hub
currylym/knowledge-graph-embeddings
Implementations of Embedding-based methods for Knowledge Base Completion tasks
currylym/MachineLearning
Machine learning resources
currylym/neleval
Entity disambiguation evaluation and error analysis tool
currylym/NER
基于tensorflow深度学习的中文的命名实体识别
currylym/ngram2vec
Four word embedding models implemented in Python. Supporting arbitrary context features
currylym/nlp
兜哥出品 <一本开源的NLP入门书籍>
currylym/NLP-tools
😋本项目旨在通过Tensorflow基于BiLSTM+CRF实现中文分词、词性标注、命名实体识别(NER)。
currylym/polyglot
Multilingual text (NLP) processing toolkit
currylym/pyhanlp
自然语言处理工具包HanLP的Python接口
currylym/QANet
A Tensorflow implementation of QANet for machine reading comprehension
currylym/Recurrent-Convolutional-Neural-Network-Text-Classifier
My (slightly modified) Keras implementation of the Recurrent Convolutional Neural Network (RCNN) described here: http://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/9745.
currylym/recurrentshop
Framework for building complex recurrent neural networks with Keras
currylym/rnn-tutorial-rnnlm
Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano
currylym/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
currylym/translate-python
Online translation as a Python module & command line tool. No key, no authentication needed.
currylym/zh-NER-TF
A simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
currylym/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.