Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Machine Learning Process :

1/ data collection
2/ Data cleansing
3/ Feature extraction and selection
4/ Model training
5/ Model evaluation
6/ Model deployment and integration

Data preprocessing :
* Data cleansing
* Data dimension reduction
* Data normalization

Model Building Procedure :


1/ Data splitting:
Divide data into training sets, test sets, and validation sets.
2/Model training:
Use data that has been cleaned up and feature engineering to train a model.
3/ Model verification:
Use validation sets to validate the model validity.
4/ Model test:
Use test data to evaluate the generalization capability of the model in a real
environment.
5/ Model deployment:
Deploy the model in an actual production scenario.
6/ Model fine-tuning:
Continuously tune the model based on the actual data of a service scenario.

What Is a Good Model? :


.Generalization capability
.Interpretability
.Prediction speed
.Practicability
.Erreur tend vers 0

Erreur de training =réalité - prédit = y-y'


Total error of final prediction = Bias

You might also like