Skip to content

winstonallo/multilayer-perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully functional MLP for binary classification, built from scratch

Features:

  • Training with custom hyperparameters
  • Training with tuned hyperparameters (tuning is multi-processed for faster execution)
  • Model saving/loading
  • Training and evaluation metrics visualization

Usage:

Install and run with --help option, this will explain usage details.

python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3.12 main.py --help

image

Resources:

About

MLP implementation from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages