0% found this document useful (0 votes)
30 views66 pages

AIML Curriculum powered by IBM - Pregrad-merged

The Advanced Certification Program in Artificial Intelligence & Machine Learning, powered by Wipro DICE ID and IBM, offers a comprehensive curriculum designed to equip students with essential skills and tools for the AI/ML industry. The program includes mentorship from industry experts, live projects, and opportunities for internships, culminating in certification upon successful completion. Job placements are facilitated through partnerships with various companies, with roles ranging from Machine Learning Engineer to AI Product Manager.

Uploaded by

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

AIML Curriculum powered by IBM - Pregrad-merged

The Advanced Certification Program in Artificial Intelligence & Machine Learning, powered by Wipro DICE ID and IBM, offers a comprehensive curriculum designed to equip students with essential skills and tools for the AI/ML industry. The program includes mentorship from industry experts, live projects, and opportunities for internships, culminating in certification upon successful completion. Job placements are facilitated through partnerships with various companies, with roles ranging from Machine Learning Engineer to AI Product Manager.

Uploaded by

ritikonly03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 66

ADVANCED CERTIFICATION PROGRAM IN

ARTIFICIAL INTELLIGENCE &


MACHINE LEARNING
Powered by Wipro DICE ID

Powered by: IBM


About Us
Table of content:

Program Overview
Tools & skills learnt
Projects
Detailed Curriculum

Job Opportunities
Recruitment Partners

Placed Students
Contact Us
About us:
Pregrad is an EdTech Platform, offers intensive
upskilling programmes powered by IBM, CISCO,
META & TALLY which are designed and delivered with
the view of current industry requirements and trends.
Pregrad is continuously creating an interactive online
learning experience by combining the latest technology,
teaching methods, and facilities with an excellent panel
of experts and mentors.

We have our mentors from companies like Hotstar,


Wipro, Atlassian, TCS, Kotak Mahindra, Cadcamcae,
Altimetrik, CarDekho and more to help students bag
great internship and job opportunities in the relevant
field along with their graduation!

Our vision is to be the leading provider of mentorship


programs that bridge the gap between classroom
learning and industry requirements. We want to
equip students with the knowledge, skills, and
networks they need to land their dream internships
and launch their careers with confidence.
Program Overview

Phase-1 (Application & Onboarding)

1. Application Submission 2. Orientation Session

Phase-2 (Journey Begin)

1. Basic Quiz 2. Self Analysis Drill

Phase-3 (Let’s start mentorship)

1. AI/ML (Basic to advance) 2.

Guidance of Industry Mentor 3. LIVE sessions + weekly challenges

Artificial Intelligence & Machine Learning 4.


Program Overview

Phase-4 (Ready to join the industry)

1. Live Projects 2. Phase Test

3.

Internship Mock Career Assistance


5. 4.
Opportunities Interviews Session

Artificial Intelligence & Machine Learning 5.


IBM Certification

Additional Month

1. 3+ Industrial Expert Guest Sessions

2.

IBM Certification 3. 3+ Advanced Projects

NOTE: This certification is part of our Pre-Graduation Program.

Artificial Intelligence & Machine Learning 6.


Tools & skills learnt

1. 2.

MySQL
& its implementations
Clustering

3. 4.

Principal Component
Analysis
Ensemble Model

5.

Data Structure in Python:


Numpy, Panda, MatplotLib, Seaborn

Artificial Intelligence & Machine Learning 7.


Projects

1.
Advance House Price Prediction using Regression Algorithms
The Advanced House Price Prediction project leverages state-of-the-art
regression algorithms to provide accurate and reliable predictionsfor real
estate prices. In the dynamic and competitive real estate market, having a
robust prediction model is crucialfor both buyers and sellers to make
informed decisions. This project employs advanced machine learning
techniques to enhance the accuracy and efficiency of house price
predictions.

2.
Water QualityTest using Classification Algorithms.
The "Water Quality Test using Classification Algorithms" project addresses
the critical need for monitoring and ensuring the safety of water sources.
Water quality is a vital aspectof public health and environmental
sustainability. This project employs classification algorithms to analyze
water quality data and classify water samples into different quality
categories, providing a rapid and reliablemethod for assessingwater safety.

Artificial Intelligence & Machine Learning 8.


Projects

3.
Netflix Movie Recommendation System using Content-Based
Filtering
The Netflix Movie Recommendation System project aims to enhance user
experience by leveraging advancedmachine learning algorithms to provide
personalised and relevant movierecommendations. With an extensive
libraryof movies and TV shows, Netflix recognizes the importance of
offering tailored suggestions to users, ensuring they discover content that
aligns with their preferences. This project utilizes content-based
recommendation techniques to create a recommendation engine.

Artificial Intelligence & Machine Learning 9.


Curriculum

Month-1:

Session-1:
Introduction to AI & Machine Learning
Introduction to python
Introduction to python & it’s packages

Hands On: Installed Python & relevant packages

Session-2:
Fundamentals in python
Variables & Identifiers
Keywords & Comments

Hands On: Practice with variables how to store data into it

Session-3:
Operators in Python
Control statement - Conditions
Iterative statements - Loops

Hands On: Perform basic operations on sample data using


Loops & Conditions

Artificial Intelligence & Machine Learning 10.


Curriculum

Session-4:
Data structures in Python
List / Tuple
Dictionary / Set
Break, Continue, Pass statements

Hands On: Worked with data types & practiced with all
statements

Session-5:
Functions in Python
User-defined function
Built-in functions
Lambda functions

Hands On: Practiced with Lambda & User-Defined functions

Session-6:
List & dictionary comprehensions
File Handling
Exception Handling

Hands On: Handled all the raised or built in errors using


Exception Handling.

Artificial Intelligence & Machine Learning 11.


Curriculum

Session-7:
Introduction to Numpy
Numpy Array vs Python List
Creation of 1D, 2D and 3D array
Special Numpy Functions
Zeros(), Ones(), full() etc.

Hands On: Created N-dimensional arrays and performed


certain operations

Session-8:
Random Number Generation
Data Type Conversion
Memory Management
Arithmetic Operations
Statistical Operations
Sorting, Joining, Splitting
Transpose, Reshape etc.

Hands On: GenerateRandom Numbers using Random


function.

Artificial Intelligence & Machine Learning 12.


Curriculum

Session-9:
Introduction to Pandas
Series and DataFrames
Create dataframe using List
Create dataframe using Dictionary
Insert and Delete operation
Arithmetic Operations
Indexing and Slicing

Hands On: Created series and dataframe

Session-10:
Reading the CSV, JSON files in dataframe
Exploratory Data Analysis (EDA)
Handling MissingData
Handling Duplicate Data
Outliers Detection and Treatment
Join I Concat I Merge Operation
Date Time Functionalities
Groupby(), Transpose(), Reshape()

Hands On: Read CSV data and perform data analysis.

Artificial Intelligence & Machine Learning 13.


Curriculum
Session-11:
Introduction to Matplotlib
Line Plot
Bar Plot
Scatter Plot
Histogram
Pie Chart
3D Plots

Hands On: Performed data visualization graph using


multiplecharts

Session-12:
Introduction to Seaborn
Histogram
Boxplot
Distplot
Heatmap

Hands On: Outlier detection using Boxplot.

Assignment-2 : Perform basic data analysis on sample data


using Numpy, Pandas, Matplotlib and Seaborn library.

Artificial Intelligence & Machine Learning 14.


Curriculum

Month-2

Session-13:
Introduction to Statistics
Types of Statistics
Descriptive Stats vs Inferential Stats
Population and Sampledata
Sampling and their techniques.
Simple Random Sampling
Systematic Sampling
Stratified Sampling
Cluster Sampling

Session-14:
Variables
Types of Variables
Quantitative vs Qualitative Variables
Frequency and Cumulative Frequency
Measure of Frequency
Measure of Central Tendency
Measure of Dispersion and Variance
Z-Score, Standard Deviation

Artificial Intelligence & Machine Learning 15.


Curriculum

Session-15:
Measure of Position or Data Distribution
Quartile vs Quantilevs Percentile
Pentile vs Decile
Five Number Summary
Interquartile Ranges
Effect Of Outliers And Its Removal
Outlier Detection using Boxplot

Session-16:
Normal or Gaussian Distribution
Properties of Normal Distribution
Empirical Rule in Normal Distribution
Central Limit Theorem
Covariance
Pearson Coefficient Correlation

Artificial Intelligence & Machine Learning 16.


Curriculum

Session-17:
Inferential Statistical Tests
Confidence Interval
Regression Analysis
Hypotheses Testing
T-Test I Z-Test I F-Test I Annova Test I Chi Square Test
Null Hypotheses
Alternate Hypotheses
P - Value, Significance Level

Session-18:
Intro to Databases
Relational Databases vs Non-Relational Databases
DB vs DBMS vs SQL
SQL vs NoSQL
Database Design

Session-19:
Normalization
Denormalization
ER Diagrams
ACID Properties

Artificial Intelligence & Machine Learning 17.


Curriculum

Session-20:
Introduction to MySQL
MySQL Workbenchand Administration Tools
Installation and Configuration
MySQL Data Types

Session-21:
Creating and Managing Databases
Creating and Managing Tables
CRUD Operations
Types of SQL Commands
DDL, DML, DQL, DCL, TCL

Session-22:
Keys, Constraints and Clauses
Operators and AggregateFunctions
Basic SQL Queries
Importing and Exporting Data
Filtering and Sorting Data

Artificial Intelligence & Machine Learning 18.


Curriculum

Session-23:
Joining Tables
Joins
-Inner Join
-Left Join
-Right Join
-Full Outer Join
-Self Join
Subqueries
Nested Queries

Artificial Intelligence & Machine Learning 19.


Curriculum

Month-3

Session-24:
Introduction to MachineLearning
Difference Between AI, ML and DL
Applications of MachineLearning
Types of MachineLearning
Supervised / Unsupervised / Reinforcement
Parametric vs NonParametric

Session-25:
Introduction to SciKit-Learn
Sample Datasetin SciKit-Learn
Goodness of Fit
Overfitting and Underfitting
Bias-Variance TradeOff
L1 and L2 Regularization
Imbalanced Data

Artificial Intelligence & Machine Learning 20.


Curriculum
Session-26:
Cost and Loss Functions
Optimizers for ML
Gradient Descent
Evaluation Metrics
Regression Metrics
Classification Metrics

Session-27:
EDA and Data Wrangling
Null Values Imputation
Outlier Detection
Univariate/ Bivariate/ Multivariate Analysis
Encoding Technique
OHE, Label Encoding,Target Encoding

Artificial Intelligence & Machine Learning 21.


Curriculum

Session-28:
Feature Scaling
-Normalization
-Standardization
Feature Selection
-Filter Methods
-Wrapper Methods
-Embedding Methods
Feature Engineering
Model Selection

Session-29:
Cross-Validation Techniques
Holdout Validation
K-fold Cross Validation
StratifiedKfold
HyperParameter Tuning
GridSearchCV
RandomizedSearchCV

Artificial Intelligence & Machine Learning 22.


Curriculum

Session-30:
Regression
-Linear Regression
-Assumption of Linear Regression
-Limitations of Linear Regression
-Practical Implementation

Session-31:
Regression
-Polynomial Regression
-Assumption of Polynomial Regression
-Limitations of Polynomial Regression
-Practical Implementation

Session-32:
Regression
-Ridge Regression
-Lasso Regression
-Practical Implementation

Artificial Intelligence & Machine Learning 23.


Curriculum

Session-33:
Classification
-Logistic Regression
-Assumption of LogisticRegression
-Limitations of Logistic Regression
-PracticalImplementation

Session-34:
Classification
-KNN (K NearestNeighbour)
-Assumption of KNN
-Limitations of KNN
-Practical Implementation

Session-35:
Classification
-SVM (Support Vector Machines)
-Assumption of SVM
-Limitations of SVM
-Practical Implementation

Artificial Intelligence & Machine Learning 24.


Curriculum

Session-36:
Classification
-Decision Tree
-Entropy and Gini Index
-Information Gain
-Practical Implementation

Session-37:
Ensemble Models
-Bagging Technique
Random Forest Algorithm
Geometric Intuition
Practical Implementation

Session-38:
Ensemble Models
-Boosting Technique
Adaboost Algorithm
Geometric Intuition
Practical Implementation

Artificial Intelligence & Machine Learning 25.


Curriculum
Session-39:
Ensemble Models
-Boosting Technique
Gradient Boosting Algorithm
Geometric Intuition
Practical Implementation

Session-40:
Ensemble Models
-Boosting Technique
Xgboost Algorithm
Geometric Intuition
Practical Implementation

Assignment: Build a classification model to classify the


customer whether they are eligibleto take a loan from the
bank or not.

Session-41:
Clustering
-K-Means Clustering
-Assumption of K-Means Clustering
-Limitations of K-Means Clustering
-Practical Implementation

Artificial Intelligence & Machine Learning 26.


Curriculum

Session-42:
Clustering
-DBSCAN Clustering
-Assumption of DBSCAN Clustering
-Limitations of DBSCAN Clustering
-Practical Implementation

Session-43:
Curse of Dimensionality
PCA (Principal Component Analysis)
Assumption of PCA
Practical Implementation

Session-44:
Recommendations System
-Content-Based Filtering
-CollaborativeFiltering

Artificial Intelligence & Machine Learning 27.


Job Opportunities

Machine Learning Engineer Data Scientist


(₹6-9 lakhs per annum) (₹6-9 lakhs per annum)

AI Research Scientist AI/ML Software Engineer


(₹8-12 lakhs per annum) (₹6-9 lakhs per annum)

Natural Language Processing Computer Vision Engineer


(₹6-9 lakhs per annum) (₹7-10 lakhs per annum)

Deep Learning Engineer AI Solutions Architect


(₹7-10 lakhs per annum) (₹10-15 lakhs per annum)

AI Ethics Specialist AI Product Manager


(₹8-12 lakhs per annum) (₹10-15 lakhs per annum)

Artificial Intelligence & Machine Learning 28.


Recruitment Partners

Artificial Intelligence & Machine Learning 29.


Placed Students

Kamal Dutta Arpita Vishwakarma Shreya Shrivastava Harsha Vardhan Gupta Raj Gopalbhai

Abhishek Anand Sidra Ahmed Neha Kaushik Brajesh Saini Ratan Deep Singh Rishabh Kumar Pandey

Vanita manohar Varsha Satyendra Kumar Shivam gupta Himani Tyagi

Abbagani Navya Priyanshi Patel Tejaswini Sharma Nitu Priya Unnimaya Praveen

Artificial Intelligence & Machine Learning 30.


Code of Conduct
Program Structure:
Skill Development Track: We will focus on enhancing skills and
knowledge with LIVE sessions from industry mentors.
Certification: Successful completion of the program, including
assessments, projects, and attendance, will lead to gaining
Completion Certificate (credential partner Wipro) and Project
Certificate. Internship Certificate will be provided by the company
you’ll be interning with, if any.
Career Track (Early Career Opportunities): We will provide
opportunities for early career development through internships.

Class Schedule and Attendance:


Regular Classes: Classes will be held three times a week on a
consistent schedule.
Evening Time Slots: Class timings will be in the evening slot
between 6:30 PM - 10:00 PM, and each session will last
approximately 1-1.5 hours.
Mandatory Attendance: A minimum of 70% attendance in live
classes is required.
Certification Criteria: Certifications will only be issued to
students who maintain the required attendance.

Artificial Intelligence & Machine Learning 31.


Code of Conduct
Eligibility Criteria for Early Career Opportunities(Internships):
Pregrad Certification Earned: Students must have completed a
relevant Pregrad certification.
Phase Examination Cleared: Students must have successfully
passed the phase test for securing internship opportunities.
Performance-Based Internship: The stipend or payment during
the internship or freelancing tenure will be determined by the
hiring company for the role. Compensation details, including
amounts and payment terms, may vary based on the companies
Internship Opportunities: 80% of internship opportunities will be
online, while 20% will be offline. The 20% offline internships will
be primarily offered in major cities.

Program Policies:
No Refunds: Refunds will not be provided under any
circumstances.
Batch Shifting: Students may request to shift to a different batch
once they have completed their remaining fees.
Assured Internships: Upon successful completion of the program
and meeting all requirements, students will be guaranteed an
internship opportunity.

Artificial Intelligence & Machine Learning 32.


Program Details

Course starts

Classes from first week of the month

Program hours
50+ Learning hours
3+ Industrial Projects

For admissions, contact:


+91 9971300194
[email protected]
Highlighting our
Newest Collaborative Ventures
Highlighting our
Newest Collaborative Ventures

Tax2win

Tax2win clients:

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures
Highlighting our
Newest Collaborative Ventures

VFN Groups

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

VPlak

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Kesari Financial Services


#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Go Sparrow

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Indovators

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Digismiths

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

CBSPL India

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Algoworks

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Buildbridge clients: Buildbridge

Apiero Technica
IIM Banglore

Apiero-Medica

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Technozer Solution

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Rusk Media

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

ValueCoders

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

To The New

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Sigma Data Systems

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Sdora

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Invints Infotech LLP

#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures

Metacube

#hiringfrompregrad www.pregrad.in
Embark on Your Journey with Our

STUDENT GUIDE
About Us :
Pregrad is an EdTech Platform, offers
intensive upskilling programmes which
are designed and delivered with the view of
current industry requirements and trends.
Pregrad is continuously creating an
interactive online learning experience by
combining the latest technology, teaching
methods, and facilities with an excellent
panel of experts and mentors. We have our
mentors from companies like Hotstar,
Wipro, Atlassian, TCS, Kotak Mahindra,
Cadcamcae, Altimetrik, CarDekho and
more to help students bag great internship
and job opportunities in the relevant field
along with their graduation!

01
Key Highlights
1. Certificate of Completion
Upon completion, you'll receive a Certificate of
Completion as recognition of your effort and
commitment.

2. Internship Assistance
Our internships offer practical industry experience
and the opportunity to apply your skills and
knowledge to real-world projects.

3. Minor/Major Industrial Project


Industry-level projects that provide you with hands-on
experience & a practical understanding of how the
industry operates.

4. Interact with Recruiters


Gain insights into the job market, build professional
relationships, and increase chances of securing job
opportunities.

02
5. Placement Assistance for 2 years
Assistance with placements for a period of two years
is provided to our students, ensuring they have access
to career opportunities and support even after the
completion of their program.

Attend our Exclusive


workshops &
webinars for industry
insights

03
Enrollment
1 Secure Your Program
Enrollment: Please Ensure
Payment via the Razorpay
Link shared by Our
Academic Counselor at
Pregrad Private Limited.

Onboarding form
2 After Completing the Fee
Payment, You'll be
Directed to the
Onboarding Form.
Upon Successful
Submission, Expect an
Onboarding Email.

04
Scheduling and
3 Allotment of Batches
Creating an Engaging and
Diverse Learning
Environment:
Our Program
Welcomes
Enrollments from
Various Colleges
across India,
with New Batches
Commencing
Monthly. During
the Live Batch
Schedule, Mentors are Assigned.

05
Finally, the Exciting
4 Journey Begins!
Our Batches Kick Off
on the First Week of
Each Month. But
Hold On, We Have an
Orientation Session
Planned Just for You!
This Session will
Provide Essential
Details on How the
Next 3 Months of
Training with Pregrad
Will Unfold.

06
Get Ready for the
LIVE SHOWS!
Join the G-meet Sessions Hosted
by Our Awesome Mentors every
Friday/Saturday/Sunday.
Remember, Timing is Everything!
Be There on Time, Don't Miss Out!

Don't Worry,
We've Got
Recordings for
Revision, But
the Real Magic
Happens Live! 07
Gain
Hands-on-
experience!
Implement what you have learnt! In the 1st
Live Project, Mentor will Guide You, and in
the 2nd, It's All Up to You. Don't Forget,
Your Peers Are Here to Support You Too!
Together, Let's Dive into Goal-Oriented
Learning, where Completing Projects earns
you Certifications and Adds
Sparkling Achievements
to Your Resume!

08
Test your knowledge
& Enter Corporate
Life with our
Placement Cell!
Get Ready for an Exciting Journey with
Pregrad! We'll Open Doors to Multiple
Opportunities, from Giants MNCs to
Innovative Startups, offering Internships,
Freelance Work, and even Full-Time Roles
to kickstart your career. We'll Stay
Connected with You, Providing Interview
Preparation and Guidance. Plus, We've
Got Your Back with 2-Year Placement
Assistance. Upon Course Completion and
Project Success, Final-Year Placement
Support will be provided.

09
LET'S MAKE
YOUR
Recognized by

Trusted by

CAREER
TAKE OFF!

pregrad.in

Email: [email protected]
Contact number: +91 99713 00194

You might also like