-
Notifications
You must be signed in to change notification settings - Fork 2
What to find in this repository
Khelil Sator edited this page Jun 20, 2019
·
5 revisions
This repository is about machine learning with Python
In this repository, you will find:
- Python scripts about machine learning
- The file machine_learning_101.pdf
The purpose of this document is to help peoples with no machine learning background to better understand machine learning basics
We will load a labeled dataset, examine the dataset, use a supervised classification algorithm, train it, evaluate the performance of the trained model, and use the trained model to make predictions.