Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/applenob/nlp_projects

my nlp projects notebook
https://github.com/applenob/nlp_projects

gensim ipynb nlp notebook rnn rnn-namer

Last synced: about 1 month ago
JSON representation

my nlp projects notebook

Awesome Lists containing this project

README

        

# Intro
This repository contains my notebook for deep learning related nlp projects.

All the notebooks are published in my [Blog](https://applenob.github.io/)

我的个人nlp项目总结集合

# Notebook List
- [cnn_sc.ipynb](https://github.com/applenob/nlp_projects/blob/master/cnn_sc.ipynb) : cnn sentence classifier. 用cnn做句子分类。
- [rnn_namer](https://github.com/applenob/nlp_projects/blob/master/rnn_namer/) : rnn Chinese name generator. 用rnn生成汉语人名。
- [train_vector](https://github.com/applenob/nlp_projects/blob/master/train_vector/) : train w2v using gensim. 使用gensim训练w2c,语料来自wiki,细节参考[rnn_namer_1.ipynb](https://github.com/applenob/nlp_projects/blob/master/rnn_namer/rnn_namer_1.ipynb)中第4部分。
- [seq2seq](https://github.com/applenob/nlp_projects/blob/master/seq2seq.ipynb): notes for seq2seq. 记录用tensorflow编写seq2seq的时候的学习心得。