Data Science
Python for Machine Learning and Data Analytics
data science python machine learning analytics 15.06.2021 - 18.06.2021
MAMPU, Cyberjaya
This
course will introduce the learner to applied data analytics with Python, focusing more on the
techniques and methods than on the statistics behind these methods The course will start with a
discussion of how machine learning is different than descriptive statistics and the introduction to
the scikit learn toolkit
Course Objective
- Mengenal pasti perbezaan antara teknik Supervised (classification) dan Unsupervised (Clustering);
- Mengenal pasti teknik yang diperlukan untuk mengalisa data set tertentu;
- Menggunakan Feature Engineering untuk memenuhi keperluan Machine Learning;
- Menulis kod Python untuk menjalankan analisis data.
Course Outcomes
- Identify difference between supervised (classification) and unsupervised (clustering) technique
- Identify which technique they need to apply for a particular dataset and need
- Engineer features to meet the machine learning needs
- Write python code to carry out an analysis
Course Outline
- Module1: Introduction
- Introduction to Machine Learning
- Introduction to Scikit-Learn Package
- Regression vs Classification
- Module2: Supervised Learning
- K-Nearest Neighbour(kNN)
- Naïve Bayes
- Logistic Regression
- Support Vector Machine (SVM)
- Decision Tree & Random Forest
- Hyperparameter Model Tuning, Regularization –Ridge and Lasso