Hi everyone,
I'd like to show off MIND, (GitHub - dev-null321/MIND: Deep learning library) which is a deep learning library I wrote in Racket. It can be used to make simple FNN systems. The library includes essential components such as tensor operations, activation functions, loss functions, and back-propagation for gradient calculation and weight updates. It's currently in it's infancy so it is lacking a lot of things that a great DL library would really need. So currently there is no support for a CNN system. Other things that need to be added are different kinds of activation functions, support for other DL architectures, optimizations, optimizers, etc.
I hope the community enjoys this, and that future improvements can be made.