A small deep learning library written in Futhark as part of my bachelor thesis.
The library currently supports multilayer perceptron and convolutional networks
A formal documentation is WIP, but see programs for examples on how to build a network using the library
If you find bugs, or find something that can be improved please open an issue! thanks!
$ futhark pkg add github.com/HnimNart/deeplearning
$ futhark pkg sync
See example program for now.