/nnlib

Just getting to know the bare bones of machine learning

Primary LanguageRustOtherNOASSERTION

NNLIB

Just playing around with the bare bones of Neural Networks.

Linear Algebar portion of the code inspired by Numpy. Neural Network code taken from here.

This is ongoing, Linear Algebra is not at all optimized and too much memcpys are happening. The way the project is structured is also not yet ideal and will probably be rearanged soon.