0% found this document useful (0 votes)
23 views12 pages

Student - Grade Prediction

an presentation to determine students grades

Uploaded by

sowmyanaidumoyyi
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)
23 views12 pages

Student - Grade Prediction

an presentation to determine students grades

Uploaded by

sowmyanaidumoyyi
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/ 12

Student grade prediction using ML

Sampriti Chatterjee (Great Learning)


Agenda

1 Why do we need Machine Learning?

2 What is Machine Learning?

3 Life cycle to build a model with ML

4 What is machine Learning?

5 Supervised Learning: Linear Regression

6
Student grade prediction using ML

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Why do we need Machine Learning?

• In the past, we used to have data in a structured


Why machine format but now as the volume of the data is increasing,
Learning becomes
more popular these so the number of structured data becomes very less,
days? so to handle the massive amount of data we need data
science techniques
• Those data can be used to get the proper business
insights and the hidden trends from them.
• These insights helps the organization to predict the
Future
• Helps to reduce the production cost
• Build model based on the data to give the ability to the
machine to predicts on its own

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
What is Machine Learning?

Machine learning is a sub-set of artificial intelligence (AI) that allows the system to
automatically learn and improve from experience without being explicitly programmed

Training Data Model Building Testing Data

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Traditional Vs Machine Learning

Traditional Programming Machine Learning

Data Data

Model
Output

Program Output

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Life cycle To build a model with Machine Learning

Understand the business


problem Data Acquisition Data Cleaning

Exploratory data Analysis

Deploy the model Predict your model accuracy Machine Learning Algorithm

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Machine Learning to build the Model

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Types Of Machine Learning

Supervised Learning

Unsupervised
Learning

Reinforcement
Learning

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
What is Supervised Learning?

Supervised learning works as a supervisor or teacher. Basically, In supervised learning, we teach or train the
machine with labeled data (that means data is already tagged with some predefined class). Then we test our
model with some unknown new set of data and predict the level for them

▪ Learning from the labelled data and applying the knowledge to predict the

label of the new data(test data), is known as Supervised Learning

▪ Types of Supervised Learning:

• Linear Regression
• Logistic regression
• Decision Tree
• Random Forest
• Naïve Bayes Classifier

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
What is Linear Regression?

Regression stands for to model a target value based on independent variables and Linear Regression is
used to find the relationship between dependent(y) and independent variable(x)

▪ Linear regression is a supervised machine learning algorithm

▪ Always works with continuous value

▪ Formula: y = mx+c m=slope of line and c= intercept

▪ Main target for linear regression to find the best value for X and Y

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Student grade prediction using ML
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Thank You

Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited

You might also like