-
Notifications
You must be signed in to change notification settings - Fork 2
What to find in this repository
Khelil Sator edited this page Jun 25, 2019
·
5 revisions
This repository is about machine learning with Python
In this repository, you will find:
- Python scripts about machine learning
- A
machine learning with python
tutorial - 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, graph it, use a supervised classification algorithm, train it, evaluate the performance of the trained model, and use the trained model to make predictions.