Skip to content

plagache/mlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlp

Introduction to artificial neural networks, with the implementation of a multilayer perceptron.

Install

uv venv --python 3.12 .venv && uv pip install -e .

Run

uv run python examples/mlp.py

Other commands

uv python list
uv pip list
du -sh .venv
watch -n0.1 nvidia-smi
watch -n0.1 rocm-smi
uv run python -m http.server 3635 --bind 0.0.0.0
http://machine_ip:3635

ToDo

my intuition is that giving 80% of the dataset in one pass of our model will make it learn so fast. it does not need to reajust much its weight.

About

This project is an introduction to artificial neural networks, with the implementation of a multilayer perceptron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages