hjian42/Natural-Language-Processing-Nanodegree
Natural Language Processing Nanodegree from Udacity Platform, in which I implement Hidden Markov Model for POS Tagger, Bidirectional LSTM for English-French Machine Translation, and End-to-End LSTM-based Speech Recognition
This collection of projects is designed for individuals learning about Natural Language Processing. It provides hands-on implementations for tasks like automatically tagging parts of speech in text, translating between English and French, and converting spoken language into text. Aspiring NLP engineers and data scientists would use this to build foundational skills.
No commits in the last 6 months.
Use this if you are studying Natural Language Processing and need practical examples to understand core concepts and build models.
Not ideal if you are looking for a ready-to-use, production-grade NLP application or a library for immediate deployment.
Stars
20
Forks
16
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 26, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hjian42/Natural-Language-Processing-Nanodegree"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SlapBot/sounder
An intent recognizing algorithm to predict the intent of a given text.
plkmo/NLP_Toolkit
Library of state-of-the-art models (PyTorch) for NLP tasks
loretoparisi/hf-experiments
Experiments with Hugging Face 🔬 🤗
Philipp2211/Udacity-Natural-Language-Processing-Nanodegree
This repository contains all my solutions to the tutorials/projects of the Udacity Natural...
hyunjoonbok/natural-language-processing
Ready-to-use Implementation of Natural Language Processing models in Keras/Tensorflow (transformer)