Attempting to make a neural network library for C, while still learning it and having no idea how it works. Quality not guaranteed. Also, this is mainly made for personal use, so don't go complaining about things like "unhelpful error messages" that insult you about your mistakes.
TODO
- Loss calculations
- sofmax activatation function (it's hard okay)
- backprogation why... it is hard (yes true)
compile command (because Sweder has small brain): gcc src/*.c src/*/*.c -o Swan.exec -Wall -Wextra -Wpedantic