Skip to content

uiucanh/ml_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Algorithms using Numpy

A side project where I write some popular classical ML algorithms using just numpy.

List of algorithms implemented:

  1. Linear Regression
  2. Logistic Regression

Structure

The folder structure is as follows:

.
├── models: Contains all the model codes
├── test_models: Contains the scripts to test the models
├── utils: Contains utilities e.g data generation
├── README.md
└── requirements.txt

To test out any model, simply run python test_models/<model_name>.py

About

Writing popular ML algorithms from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages