Specialized Domains
Overview
Deep diving into specific application areas of AI. Master domain-specific techniques, models, and best practices.
Computer Vision
Fundamentals
- Computer Vision Overview
- Image Preprocessing
- Image Augmentation
- Color Spaces
- Image Filtering
- Edge Detection
Object Detection
- Object Detection Overview
- YOLO (You Only Look Once)
- R-CNN Family
- SSD (Single Shot Detector)
- RetinaNet
- Non-Maximum Suppression
- Anchor Boxes
Image Segmentation
Image Classification
- Image Classification Fundamentals
- Transfer Learning in CV
- Data Augmentation for Images
- Few-Shot Learning in CV
Video Analysis
Generative Models
- GANs for Images
- StyleGAN
- CycleGAN
- Diffusion Models for Images
- Stable Diffusion
- DALL-E
- Image-to-Image Translation
OCR & Document AI
Natural Language Processing
Text Preprocessing
- Text Preprocessing Techniques
- Tokenization
- Stemming and Lemmatization
- Stop Words Removal
- Text Normalization
Word Embeddings
Language Models
- Language Modeling Fundamentals
- N-gram Models
- RNN Language Models
- Transformer Language Models
- Masked Language Modeling
- Causal Language Modeling
Named Entity Recognition
Information Extraction
Text Classification
- Text Classification Methods
- Sentiment Analysis
- Topic Modeling
- Intent Classification
- Emotion Detection
Sequence-to-Sequence
Semantic Search
Ethics & Responsible AI
Bias & Fairness
- Bias in ML Systems
- Fairness Metrics
- Demographic Parity
- Equalized Odds
- Bias Mitigation Techniques
- Fair Representation Learning
Model Interpretability
- Interpretability vs Explainability
- Feature Importance
- SHAP Values
- LIME
- Attention Visualization
- Saliency Maps
- Integrated Gradients
Transparency
- Model Transparency
- Black Box vs White Box Models
- Model Cards
- Data Cards
- Documentation Best Practices
Security
- Adversarial Examples
- Model Robustness
- Adversarial Training
- Model Stealing
- Data Poisoning
- Backdoor Attacks
Privacy
Regulatory Compliance
Societal Impact
- AI Safety
- Alignment Problem
- Value Alignment
- AI Ethics Frameworks
- Sustainability in AI
- Environmental Impact of AI
Progress Tracking
TABLE
status as "Status",
difficulty as "Difficulty",
last_modified as "Last Updated"
FROM "01 - ML & AI Concepts/06 - Specialized Domains"
WHERE contains(tags, "concept")
SORT file.name ASCBack to: ML & AI Index