0% found this document useful (0 votes)
12 views4 pages

Machine Learning - 25 Hours

The document outlines a comprehensive curriculum on Machine Learning and AI, covering topics such as data science, Python for data analysis, data visualization, and various machine learning algorithms including linear and logistic regression, KNN, decision trees, and support vector machines. It also includes sections on data preprocessing, unsupervised learning, and model deployment using Flask or Streamlit. Additionally, it lists practical projects that apply the learned concepts in real-world scenarios.

Uploaded by

info
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views4 pages

Machine Learning - 25 Hours

The document outlines a comprehensive curriculum on Machine Learning and AI, covering topics such as data science, Python for data analysis, data visualization, and various machine learning algorithms including linear and logistic regression, KNN, decision trees, and support vector machines. It also includes sections on data preprocessing, unsupervised learning, and model deployment using Flask or Streamlit. Additionally, it lists practical projects that apply the learned concepts in real-world scenarios.

Uploaded by

info
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like