Skip to content

plagache/mlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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

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