Fundamentals of AIML: Sample Project 1
Fundamentals of AIML: Sample Project 1
Fundamentals of AIML: Sample Project 1
Curriculum
MODULE 1
Fundamentals of AIML
Python is an essential programming language in
the tool-kit of an AI & ML professional. In this
course, you will learn the essentials of Python and
its packages for data analysis and computing,
including NumPy, SciPy, Pandas, Seaborn and
Matplotlib.
Sample Project 1:
Perform exploratory data analysis to
understand the popularity trends of movie
genres and to figure out the patterns in movie
viewership.
MODULE 2
Supervised Learning
The aim of Supervised Machine Learning is to
build a model that makes predictions based on
evidence in the presence of uncertainty. In this
course, you will learn about Supervised Learning
algorithms of Linear Regression and Logistic
Regression.
Sample Project 2:
Build a model that will help to identify the custo
mers of a bank who have a higher probability of
purchasing a loan.
MODULE 3
Ensemble Techniques
Ensemble methods help to improve the predic-
tive performance of Machine Learning models. In
this course, you will learn about different
Ensemble methods that combine several Machine
Learning techniques into one predictive model in
order to decrease var ance, bias or improve pre-
dictions.
Sample Project 3:
Build a model that will help the marketing
team of a company to identify potential
customers for a term deposit subscription.
MODULE 4
Feature Engineering,
Model Selection and Tuning
Model building is an iterative process. Employing
Feature Engineering techniques along with a
careful model selection exercise helps to improve
the model. Further, tuning the model is an impor-
tant step to arrive at the best possible result. This
module talks about the steps and processes
around the same.
Sample Project 4:
Perform Feature Engineering and Model
Tuning on a model designed to predict the
strength of construction material to enhance
accuracy.
MODULE 5
Unsupervised Learning
Unsupervised Learning finds hidden patterns or
intrinsic structures in data. In this course, you will
learn about commonly-used clustering tech-
niques like K-Means Clustering and Hierarchical
Clustering along with Dimension Reduction
techniques like Principal Component Analysis.
Sample Project 5:
Identify different segments from a bank’s existing
customer pool based on their spending patterns
as well as past interactions with the bank.
MODULE 6
Neural Networks
Deep Learning carries out
the Machine Learning pro-
cess using an ‘Artificial
Neural Net’,which is
composed of a number of
levels arranged in a
hierarchy. In this course,
you will learn about the
basic building blocks of
Artificial Neural Networks.
You’ll learn how Deep
Learning Networks can be
successfully applied to data
for knowledge discovery,
knowledge application, and
knowledge-based
prediction.
Sample Project 6:
Build an Image
Classification model to
classify street view house
numbers using Neural
Networks.
Sample Project 6.2
Single layer and multi-layer
classification
MODULE 7
Computer Vision
The module will reflect
on the ability of a
computer system to see
and make sense of
visuals using
Convolution Neural
Network. It will enable
you to efficiently handle
image data for the
purpose of feed-ing into
CNNs.
Sample Project 7:
Build a Convolutional
Neural Network from
scratch to classify images
into their respective
categories.
MODULE 8
Sample Project 8:
Detect sentiment from
headlines/reviews using
the different textual
analysis techniques and
sentiment analysis.
training