As part of Teaching Assistant of NUS-BT5151 we had prepared some practice questions and its corresponding python solutions. This repository contains the the questions and solutions corresponding to it. Solutions are compiled in *.ipynb file.
- Basic Python(By John Ang)
- Third-Party Python Libraries (By Dipika)
- NumPy (for low-level math operations)
- Pandas (for data loading and manipulation)
- Matplotlib and Seaborn (for data visualization)
Support Vector Machine (By Dipika)
- An example of classification
- An example of regression
K-Nearest Neighbours (By John Ang and Yihong Lan) cover grid search through the paramters
K-Mean Clusttering (By John Ang and Xiaofei Sun)
- PCA (By Dipika)
- GMM (By Dipika)
- QUESTION 1: TWITTER SENTIMENT ANALYSIS (By Dipika)
- QUESTION 2: WHAT IS COOKING? (By Dipika)
- QUESTION 3: IMDb Movie Review (By Xiaofei Sun)
- QUESTION 1: UPVOTED KAGGLE DATASETS (Topic Modelling) (By Dipika)
- QUESTION 2: SMS-SPAM-COLLECTION-DATASET (By Dipika)
- QUESTION 3: Lebanese Arabic Reviews (OCLAR) Data Set (By Dipika)