Metadata-Version: 2.1
Name: NUTT
Version: 0.0.2
Summary: A custom machine learning library
Home-page: https://github.com/simonSlamka/NUTT
Author: Simon Slamka
Author-email: simon.slamka@ongakken.com
Description-Content-Type: text/markdown

# NUTT - the Neural Understanding Training Toolkit
![NUTT logo](nutt.png)
> [!NOTE]
> Just a simple training repo for neural nets and some basic linear algebra/calculus

Gonna reimplement some stuff from scratch, just for fun and to get a better understanding of the math behind it, esp. a singular neuron, different layers, fwd prop, backprop, losses, activations, optimizers, etc.

## Style
This repo uses the [Simtoonian Style Guide for Python](https://github.com/ongakken/Simtoon_StyleGuide/blob/main/python.md)

## License
Honestly, don't know yet. I'll decide later ...
