Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/applenob/nlp_projects
- Owner: applenob
- Created: 2016-12-17T06:40:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T02:36:54.000Z (over 7 years ago)
- Last Synced: 2024-09-28T23:41:08.753Z (about 2 months ago)
- Topics: gensim, ipynb, nlp, notebook, rnn, rnn-namer
- Language: Jupyter Notebook
- Size: 2.7 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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的时候的学习心得。