All Projects → lvyufeng → Mindspore Nlp Tutorial

lvyufeng / Mindspore Nlp Tutorial

Licence: mit
Natural Language Processing Tutorial for MindSpore Users

Projects that are alternatives of or similar to Mindspore Nlp Tutorial

Nlp Tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
Stars: ✭ 9,895 (+16960.34%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (+210.34%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (+65.52%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+5432.76%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (+165.52%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+651.72%)
Mutual labels:  jupyter-notebook, tutorial, natural-language-processing
Natural Language Processing
Resources for "Natural Language Processing" Coursera course.
Stars: ✭ 969 (+1570.69%)
Mutual labels:  jupyter-notebook, natural-language-processing
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-37.93%)
Mutual labels:  jupyter-notebook, tutorial
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-32.76%)
Mutual labels:  jupyter-notebook, natural-language-processing
Nagisa Tutorial Pycon2019
Code for PyCon JP 2019 talk "Python による日本語自然言語処理 〜系列ラベリングによる実世界テキスト分析〜"
Stars: ✭ 46 (-20.69%)
Mutual labels:  jupyter-notebook, natural-language-processing
Tensorflow2.0 eager execution tutorials
Tutorials of TensorFlow eager execution
Stars: ✭ 28 (-51.72%)
Mutual labels:  jupyter-notebook, tutorial
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (-29.31%)
Mutual labels:  jupyter-notebook, tutorial
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-13.79%)
Mutual labels:  jupyter-notebook, tutorial
Crnn Pytorch
✍️ Convolutional Recurrent Neural Network in Pytorch | Text Recognition
Stars: ✭ 31 (-46.55%)
Mutual labels:  jupyter-notebook, natural-language-processing
Course
Slides and Jupyter notebooks
Stars: ✭ 29 (-50%)
Mutual labels:  jupyter-notebook, tutorial
Face Mask Detection
Face masks are crucial in minimizing the propagation of Covid-19, and are highly recommended or even obligatory in many situations. In this project, we develop a pipeline to detect unmasked faces in images. This can, for example, be used to alert people that do not wear a mask when entering a building.
Stars: ✭ 37 (-36.21%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow In Practice Specialization
DeepLearning.AI TensorFlow Developer Professional Certificate Specialization
Stars: ✭ 29 (-50%)
Mutual labels:  jupyter-notebook, natural-language-processing
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+14062.07%)
Mutual labels:  jupyter-notebook, tutorial
Fasttext multilingual
Multilingual word vectors in 78 languages
Stars: ✭ 1,067 (+1739.66%)
Mutual labels:  jupyter-notebook, natural-language-processing
Python Tutorial Notebooks
Python tutorials as Jupyter Notebooks for NLP, ML, AI
Stars: ✭ 52 (-10.34%)
Mutual labels:  jupyter-notebook, natural-language-processing

mindspore-nlp-tutorial

mindspore-nlp-tutorial is a tutorial for who is studying NLP(Natural Language Processing) using MindSpore. This repository is migrated from nlp-tutorial. Most of the models in NLP were migrated from Pytorch version with less than 100 lines of code.(except comments or blank lines)

  • Notice: All models are implemented in GPU version, but not test on Ascend platform.

Curriculum - (Example Purpose)

1. Basic Embedding Model

2. CNN(Convolutional Neural Network)

3. RNN(Recurrent Neural Network)

4. Attention Mechanism

5. Model based on Transformer

Dependencies

  • Python 3.7.5
  • MindSpore 1.1.1(GPU version)
  • Pytorch 1.7.1(for comparation)

Author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].