Skip to content

What to find in this repository

Khelil Sator edited this page Jul 1, 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 wiki repository)
  • 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)

The python examples cover:

  • load a labeled dataset
  • examine the dataset
  • manipulate the dataset
  • graph the dataset
  • use a supervised classification algorithm
  • train the machine learning algorithm
  • evaluate the performance of the trained model
  • use the trained model to make predictions