Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ machine-learning Public archive

Workspace for Machine Learning & Neural Networks class

Notifications You must be signed in to change notification settings

allenvox/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning class workspace

GitHub last commit

Contains Python implementations of these models:

  1. Linear regression
  2. Logistic regression classification
  3. K-Means clusterisation
  4. K-Near-Neighbours clusterisation
  5. Random Forest classification

Run: python src/%taskname%

Example

python src/linear-regression.py