A Machine Learning project about the online education system.
- We use dataset from Kaggle
-
Install many Machine Learning libraries for python
- Make sure python is foundable and up-to-date:
Enter this to your terminal:
python --version # or python3 --version
- Install
- Data Exploration
Explore, find some insight. How the data distribute, what are the kind of attributes, what are the parameters, numerical or categorial attributes.
-
Praparing & Features Selection
- Choose an attribute that will be available. Put the model into output a good model. Ex: Can be age, gender, class -> which one to choose
- Convert string into numerical, or some other processing
-
Training
- What is the model to use (Linear, Poly, Logistic, Neural, etc.)
- What is the optimization technique to use (GDE)
-
Testing
How well is the model performing (MSE)
-
Post-Processing
- Crucial Step
- To convert data back into consumable format (plot, chart comparison)