0% found this document useful (0 votes)
19 views

Machine Learning Doubts

The document provides an introduction to machine learning, outlining its relationship with artificial intelligence and the importance of data in the learning process. It discusses the CRISP-ML(Q) framework, which includes stages such as business understanding, data understanding, and model evaluation. Additionally, it differentiates between supervised and unsupervised learning, highlighting various algorithms used for classification and regression tasks.

Uploaded by

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

Machine Learning Doubts

The document provides an introduction to machine learning, outlining its relationship with artificial intelligence and the importance of data in the learning process. It discusses the CRISP-ML(Q) framework, which includes stages such as business understanding, data understanding, and model evaluation. Additionally, it differentiates between supervised and unsupervised learning, highlighting various algorithms used for classification and regression tasks.

Uploaded by

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

Week 1 Day 1 ---- What is Machine learning

What are the pre-requests that are required to learn Machine learning
CRISP-ML(Q)
Stages of CRISP-ML(Q)
Business Understanding
Data Understanding

What is Machine Learning?

Machine

Learning!!!!

It is a part of AI

We are feeding the past data through a machine whether machine uses algorithm and
predict the Unseen data!!!!

Data ---- Primary Data / Secondary Data!!!

Primary Data!!!! ---


Where you will be collecting the data on the spot!!!!!
Ex: Reviews
Surveys
Feedbacks
Experiements

Secondary data!!!!!
That Aready Existing data!!!!

Web scraping!!!

COVID positive with Headcahe


Fever
Body pains
cold

100

Independent Variables and Traget variable COVID 19 Positive or Negative

y = f(X)

Y -- Dependent Variable
x - Independent Variable

It will be 1 --- Dependent or Target variable


We can have mutiple Independent Varaible --- No.of columns!!!!!!

Data Scientist or Data Analyst ----- Using Programming Python!!!!!!

we are analysing the data


developing the models
predicting as well

Ex: You sent an Email to me ----- You receive an acknowledgement --- Sent or Not

OdinSchool ---- 10 ---- STATUS : Success or Fail or Pending


Google --- 10 ---- Success or Fail or Pending
microsoft --- 10 ---- Success or Fail or Pending

Machine Learning ---- Framework!!!!!

SQL
Python
SQL
EXCEL

FLOW of the execution?

SQL
EXCEL
STATS
PYTHON
ML

Framwork or a Methodology!!!!

CRISP-ML(Q) ------- do a small research on this

CRoss Industry Standard Process for Machine Learning with Quality Assurance!!!!!!!

6 Phases!!!!

Business and Data Understanding


Data Preprocessing
Data Modeling
Model evaluation
Model Deployement
Maintenance and Monitoring

Stage 1: Business and Data Understanding

Business Understanding:

Understanding the client needs and requirement!!!!!

You started a clothing business ---- but you are aware of it ----- Successful? ----
NOOOOO!!!!!!!!!

You need to understand your client--- WHat he is doing? what is business all about?
What is the problem the business is facing?

Okay Now I undertand the business problem and I will develop a model which predicts
the unseen data accurately!!!!!

Will the client ask for the deadline, WHat will be the expected outcome? How much
your model is going to predict?

SMART

S ----- Specifc
M --- Measurable
A ---- Achievable ----- 75 to 80 % accuracy!!!!!
R --- Relavant ----- Classification ----- Regression models?
T -- Time Bound ---- In how much you can develop this model

Laptop prrice prediction!!!!!

100% accuracy? ---- NOO!!!!!!

Did you complete the projec Overnight?---- NO!!!!!

Where my data is a primary or a secindary scource of data!!!!!

Data Understanding:

Understanding the Raw data!!!!

YOU WILL NOT PERFORM ANY OF THE DATA PREPROCESSING STEPS!!!!!

Data Understanding ----- EDA


Exploratory Data Analysis!!!!!

1000 rows and 100 columns!!!!!

Based upon the business problem is my data relevant or not!!!!!

EDA

What is the shape of the data


WHat is the Head
Tail
Describe
Info
Null values
duplicates
Value counts
Plots!
Groupby
Np.where
Missing values

What is the SHAPE of the data?

1155 rows and 30 columns!!!!!

If you are applying for a Job!!!!

100 PPl applied for Machine Leaning role

Status of the application

1. Pending
2. rejected
3. Selected

Which Type of Machine Learning Model ---- Supervised >> Classification Model

Supervised learning ------ Where you will be having a Traget Variable!!!!


Output is known ---- SUpervised!!!!

If you are learning on the SELF-Paced ---- it is called as Un-Supervised


Learning!!!!

DO you know how to walk? ----- Un-Supervised learning ===== Clustering!!!!!

Do you ABCD ----- You parents or Teacher teaches you ---- Supervised Learning
Classification and Regression

Segragation --- -Classification ----- Cat, dog, Puppy --- Nominal Data!!!!!! ----
There will not be any order to the data!!!!!
Regression --- When you have values in Numeircal format ------ House price
prediction!!!!!! --- Continuous data!!!!

Un-Superivsed Data --- Clustering!!!! --- Grouping the data!!!!! ----- from this we
will observe the patterns!!!!

Classification Model ----- Algorithms


Logistic Regression
SVM
KNN'
Decision
Randon Forest

Regression ---- Algorithms


Linear Regression
SVR
Random forst regressor

Prediction of a House!!!!!

In the next session we will be loading the data in Google and we will perform EDA
on this dataset!!!!!!

Go through your Live Session and be much more clear on the EDA!!!!!

You go through the CRICKET ANALYTICS!!!!!! ----

You might also like