AI ML Python Content
AI ML Python Content
Course Content
1. Core Python
▪ In this section we will reviews python programming and it’s
implementation
▪ Topics like Data Type, Loop, If-else, Functions, Exception
Handling, OOPs will be covered
2. Data Preprocessing & Analysis
▪ In this section we will understand about statics and data
preprocessing techniques to extract knowledge out of raw data
▪ This is very important step in any machine learning project, we will
learn about data collection, data scrapping, data mining, exploratory
data analysis
▪ Libraries used in this section are numpy, pandas, scipy, requests,
beautiful soup, regular expression, sklearn, nltk
3. Data Visualization
▪ Visualization is graphical representation of your analysis to
understand data better and help us to explore more details which are
not possible to obtain otherwise.
▪ We will create and understand various plots in this section like bar
char, regression plot, line plot, histograms, box plots, violin plots,
map plots etc.
▪ Libraries used are matplotlib, seaborn, folium
4. Machine Learning Algorithms
▪ In this section we will understand about building blocks of machine
learning such as math, algorithm and programming techniques used
in a ml project.
▪ We will cover supervise, unsupervised machine learning techniques
covering all major algorithms
▪ Algorithms covered in this section are Regression, Classification
(naive bays, decision tree, logistic regression, k-nearest neighbour
(knn), support vector machines etc.), Clustering (K-means,
DBSCAN)
5. Deep Learning Techniques and Algorithms
▪ In this section we will learn about neural networks such as ANN,
CNN, backpropagation, activation Functions, Cross validation etc.
▪ We will Cover Deep Learning Algorithms to execute sophisticated
tasks that are extremely hard to implement with machine learning
techniques.
▪ Libraries Covered: pandas, numpy, scipy, matplotlib, tensorflow,
keras
6. Computer Vision
▪ Computer Vision is related to image processing
▪ In this section we will learn to fetch information out of an image and
apply deep learning techniques to make cool projects
▪ Libraries Covered: OpenCV, Pillow