Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindspore-courses/deepnlp-models-mindspore
About MindSpore implementations of various Deep NLP models in cs-224n(Stanford Univ)
https://github.com/mindspore-courses/deepnlp-models-mindspore
deep-learning mindspore nlp tutorial
Last synced: 7 days ago
JSON representation
About MindSpore implementations of various Deep NLP models in cs-224n(Stanford Univ)
- Host: GitHub
- URL: https://github.com/mindspore-courses/deepnlp-models-mindspore
- Owner: mindspore-courses
- License: apache-2.0
- Created: 2023-07-12T11:13:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T03:14:53.000Z (about 1 year ago)
- Last Synced: 2024-04-21T11:27:00.654Z (7 months ago)
- Topics: deep-learning, mindspore, nlp, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 702 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepNLP-models-MindSpore
The Reproduction of Open Source Code Based on DSKSD
- If you're interested in DeepNLP, I strongly recommend you to work with this awesome lecture.
* cs-224n-slides
* cs-224n-videosThis material is not perfect but will help your study and research:) Please feel free to pull requests!!
## Contents
| Model | Links |
| ------------- |:-------------:|
| 01. Skip-gram-Naive-Softmax | [notebook / data / paper] |
| 02. Skip-gram-Negative-Sampling | [notebook / data / paper] |
| 03. GloVe | [notebook / data / paper] |
| 04. Window-Classifier-for-NER | [notebook / data / paper] |
| 05. Neural-Dependancy-Parser | [notebook / data / paper] |
| 06. RNN-Language-Model | [notebook / data / paper] |
| 07. Neural-Machine-Translation-with-Attention | [notebook / data / paper] |
| 08. CNN-for-Text-Classification | [notebook / data / paper] |
| 09. Recursive-NN-for-Sentiment-Classification | [notebook / data / paper] |
| 10. Dynamic-Memory-Network-for-Question-Answering | [notebook / data / paper] |## Requirements
- Python 3.7
- MindSpore 2.0
- nltk 3.2.2
- gensim 2.2.0
- sklearn_crfsuite## Getting started
`git clone https://github.com/mindspore-courses/DeepNLP-models-MindSpore.git`
### prepare dataset
````
cd script
chmod u+x prepare_dataset.sh
./prepare_dataset.sh
````## Author
Sungdong Kim / @FLoutione