Machine Learning & AI
DATA SCIENCE
o Introduction to Data Science
o Use of data science in Artificial Intelligence & Machine Learning
PYTHON FOR DATA ANALYSIS-NUMPY
o Introduction to Numpy
o Numpy Arrays
o Quick Note on Array Indexing
o Numpy Array Indexing and Operations
PANDAS
o Introduction to pandas
o Pandas operation
INTRODUCTION TO DATA VISUALIZATION LIBRARIES
o Introduction of Matplotlib & Seaborn
o Creating Graphs- Bar Chart, Pie, Line chart, Histogram, Scatter Plot
MACHINE LEARNING
o Introduction to Machine Learning
o Supervised Learning Introduction & Examples
o Unsupervised Learning Introduction & Examples
o Machine Learning Algorithms
LINEAR REGRESSION
o Linear Regression Theory
o Simple Linear Regression
o Multiple Linear Regression
o Linear Regression Exercise
LOGISTIC REGRESSION
o Logistic Regression Theory
o Logistic Regression Exercise
KNN
o KNN Theory
o Classification With KNN
o Selection Of K and Prediction
o Euclidean & Manhattan Distance
o KNN Exercise
DECISION TREE & Random Forest
o Decision Tree Theory
o Working of Decision Tree
o Decision Tree Classifier
o Decision Tree Regressor
o Decision Tree Exercise
o Random Forest
SUPPORT VECTOR MACHINE
o Support Vector Machine Theory
o Support Vector Machine Exercise
DATA PREPROCESSING
o Data Cleaning and Processing
o Feature Selection & Feature Engineering
o Handling Outliers
o Cross Validation
UNSUPERVISED MACHINE LEARNING
o Introduction to Unsupervised Machine Learning and Clustering
o Clustering techniques: K-Means, Hierarchical
o Exercise
MODEL DEPLOYMENT
o Introduction to Flask or Streamlit
o Web application development using Flask or Streamlit
o Model Deployment
Projects
1. Hands on Numpy, Pandas, Matplotlib & Seaborn
2. Salary Prediction – Linear Regression
3. Titanic Passenger Survival Prediction / Customer Purchase Prediction – Logistic Regression
4. IRIS Flower Classification – KNN and SVM
5. Car Evaluation – Decision Tree & Random Forest
6. MNIST Hand Written Digit Classification
7. Customer Segmentation – KNN & Hierarchical Clustering
8. Student Placement Predictor – Web Application