Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

1.

INTRODUCTION TO DATA SCIENCE WITH ARTIFICIAL INTELLIGENCE PREVIEW


Data science & its importance
• Key Elements of Data Science
• Data Warehousing
• Business Intelligence
• Data Visualization
• Data Mining
• Machine Learning
• Artificial Intelligence
• Cloud Computing
• Big Data
• Artificial Intelligence: A preview
o What is Artificial Intelligence & its importance
o Artificial Intelligence vs Machine Learning

2. INTRODUCTION TO MACHINE LEARNING


• What is Machine Learning (ML)?
• How machines learn
 Types of learning: Supervised, Semi-supervised, Unsupervised, Reinforcement.
• Basics of Classification, Regression and Clustering algorithms
• Creating your first Prediction Model
• Training & Model evaluation
• Choosing Machine Learning algorithm

3. BACK TO BASICS (MATHS WITH STATISTICS)

A quick refresh on basic intermediate math’s:


 Linear Algebra (Vectors, Matrix, Eigen Values) o Probability and Statistics
 Hypothesis testing
 Optimization

4. GETTING STARTED WITH PYTHON

A quick crash course on basics of Python


o What is Python
o Working with Python
o Basic scripts on
 Read, write, data handling
 Loops
 Conditions (if-else)
o Function
o Code modularization
o Scikit-Learn package
o Basic visualization

5. DATA PROCESSING FOR MACHINE LEARNING

o Data Collection & Preparation


o Data Mugging
o Outlier Analysis
o Missing value treatment
o Feature Engineering
o Data Transformation
 Normalization vs Standardization
 Creating Dummies

o Dimensionality Reduction
o Principal Component Analysis

6. ADVANCED MACHINE LEARNING ALGORITHMS

• Supervised Machine Learning algorithms


o Linear Regression
o Logistic Regression
o Decision/Classification Tree
o Ensemble Models
 Bagging
 Boosting
 Random Forest
o K-Nearest Neighbors (KNN)
o Naive Bayes
o Neural Network (Deep Learning)
o Support Vector Machine
• Unsupervised Machine Learning algorithms
o Clustering with K-means Clustering
• Bias-Variance Trade off
• Regularization
• Parameter tuning & grid search optimization

7. CASE STUDY AND PROJECTS

Real life cases with Python

You might also like