Reference Book: Mastering Large Language Models [Google Books Preview] [Github Link]
Code Explanation: Link
- Phone Number Extraction Using Regular Expressions
- Pattern Matching Using Parts of Speech Tags
- Matching Specific Tokens with Specific Attributes
- Basic Data Cleaning
- Entity Detection
- Anonymization
- Text Pre-processing Example
- Parts-of-Speech (POS) tags
- Dependency Parsing
- Feedforward Neural Network to Solve XNOR Problem
- LSTM for IMDB movie review sentiment classification
- GRU for IMDB movie review sentiment classification
- Bidirectional RNN for IMDB movie review sentiment classification
- CNN Based Language Model Architecture
- Designing a Tiny LLM for Text Generation
- Designing a Character-level Text Generation Model
- Designing a Word-level Text Generation Model
- Designing a Word-level Text Generation Model with Large Dataset
- Text Generation Model Using T5
- Inferencing Llama 3.2 Model Using Ollama Python Library
- Inferencing Gemma 2 Model Using Ollama Python Library
- Inferencing Llava Model Using Ollama Python Library