AAIC Syllabus
AAIC Syllabus
26.4. Assignments.
30.3. EDA
30.3.1. Data Loading.
30.3.2. Analysis of tags
30.3.3. Data preprocessing.
30.4. ML modeling
30.4.1. Multi-label classification.
30.4.2. Data preparation.
30.4.3. Train-test split.
30.4.4. Featurization.
30.4.5. Logistic regression: One VS Rest
30.4.6. Sampling data and tags + Weighted models.
30.4.7. Logistic regression revisited.
30.4.8. Why not use advanced techniques?
30.5. Assignments.
31. Case study 7:Quora Question pair similarity
31.1. Business/Real world problem.
31.1.1. Problem definition.
31.1.2. Business objectives and constraints.
31.2. Mapping to an ML problem
31.2.1. Data overview
31.2.2. ML problem and performance metric.
31.2.3. Train-test split
31.3. EDA
31.3.1. Basic Statistics.
31.3.2. Basic Feature Extraction.
31.3.3. Text Preprocessing.
31.3.4. Advanced Feature Extraction.
31.3.5. Feature analysis.
31.3.6. Data Visualization: T-SNE.
31.3.7. TF-IDF weighted word-vector featurization.
31.4. ML Models
31.4.1. Loading data.
31.4.2. Random Model.
31.4.3. Logistic Regression & Linear SVM
31.4.4. XGBoost
31.5. Assignments.