Introduction to artificial neural networks, with the implementation of a multilayer perceptron.
uv venv --python 3.12 .venv && uv pip install -e .uv run python examples/mlp.pymy 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.