Tutorials For Beginners For Natural Language Processing
- Text Classification
- Text Similarity
- Sentence Encoder
- Cosine Similarity
- Information Extraction
- Sentence Segmentation
- Word Tokenization
- Part of Speech Tagging
- Named Entity Recognition
- Key Phrase Extraction
- Syntactic Parsing
- Coreference Resolution
- Relation Extraction
- Event Extraction
- Information Retrieval
- TFIDF score
- BERT
- Google Search
- Return the relevant website sorted by order
- Chatbots
- Machine Translator
- Language Modeling
- Text Summarization
- Voice Assistants
- Topic Modeling
- Data Acquisition
- Text Extraction & Cleanup
- Pre-processing
- Sentence Segmentation/tokenization
- Word Tokenization
- Stemming & Lemmatization
- Model Building
- Feature Engineeering
- Machine Learning
- Evaluation
- Confusion Matrix 2D,3D
- Accuracy, Precision, Recall, F1-score
- Model Deployment
- Monitor & Update
- One Hot Encoding
- Bag of Words
- TF-IDF
- Word Embeddings
"Often in NLP, feeding a good text representation to an ordinary algorithm will get you much further compared to applying a top-notch algorithm to an ordinary text representation."
- Doesn't capture the meaning of a word
- High memory consumption
- Out of vocabulary problem
- No fixed length representation
- Large memeory consumption
- Doesn't capture the meaning of words properly