mindspore-courses/DeepNLP-models-MindSpore
About MindSpore implementations of various Deep NLP models in cs-224n(Stanford Univ)
This project provides practical, runnable examples of various deep learning models specifically designed for natural language processing tasks. It takes raw text data as input and produces outputs like word embeddings, parsed sentences, or classified text, depending on the model. It's for researchers and students in computational linguistics or AI who want to understand and experiment with core NLP algorithms.
No commits in the last 6 months.
Use this if you are studying or researching Deep Natural Language Processing and want hands-on examples to complement academic lectures like Stanford's CS224n.
Not ideal if you are looking for a plug-and-play solution for an existing business problem without delving into the underlying model architectures.
Stars
24
Forks
1
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Oct 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mindspore-courses/DeepNLP-models-MindSpore"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
RingBDStack/SocialED
A python library for social event detection
mesolitica/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
astorfi/Deep-Learning-NLP
:satellite: Organized Resources for Deep Learning in Natural Language Processing
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including...
DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)