AIML Curriculum powered by IBM - Pregrad-merged
AIML Curriculum powered by IBM - Pregrad-merged
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.
3.
Additional Month
2.
1. 2.
MySQL
& its implementations
Clustering
3. 4.
Principal Component
Analysis
Ensemble Model
5.
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.
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.
Month-1:
Session-1:
Introduction to AI & Machine Learning
Introduction to python
Introduction to python & it’s packages
Session-2:
Fundamentals in python
Variables & Identifiers
Keywords & Comments
Session-3:
Operators in Python
Control statement - Conditions
Iterative statements - Loops
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
Session-6:
List & dictionary comprehensions
File Handling
Exception Handling
Session-7:
Introduction to Numpy
Numpy Array vs Python List
Creation of 1D, 2D and 3D array
Special Numpy Functions
Zeros(), Ones(), full() etc.
Session-8:
Random Number Generation
Data Type Conversion
Memory Management
Arithmetic Operations
Statistical Operations
Sorting, Joining, Splitting
Transpose, Reshape etc.
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
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()
Session-12:
Introduction to Seaborn
Histogram
Boxplot
Distplot
Heatmap
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
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
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
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
Session-23:
Joining Tables
Joins
-Inner Join
-Left Join
-Right Join
-Full Outer Join
-Self Join
Subqueries
Nested Queries
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
Session-27:
EDA and Data Wrangling
Null Values Imputation
Outlier Detection
Univariate/ Bivariate/ Multivariate Analysis
Encoding Technique
OHE, Label Encoding,Target Encoding
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
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
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
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
Session-40:
Ensemble Models
-Boosting Technique
Xgboost Algorithm
Geometric Intuition
Practical Implementation
Session-41:
Clustering
-K-Means Clustering
-Assumption of K-Means Clustering
-Limitations of K-Means Clustering
-Practical Implementation
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
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
Abbagani Navya Priyanshi Patel Tejaswini Sharma Nitu Priya Unnimaya Praveen
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.
Course starts
Program hours
50+ Learning hours
3+ Industrial Projects
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
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
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
#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures
Sdora
#hiringfrompregrad www.pregrad.in
Highlighting our
Newest Collaborative Ventures
#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.
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.
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