Yapnn
Yapnn is an open-source neural network library designed for building, training, and deploying machine learning models. It offers a modular, Python-based API intended to be approachable for beginners while flexible enough for researchers to prototype novel architectures. The library provides core components such as layers, activation functions, loss criteria, optimizers, and utilities for data handling, visualization, and evaluation.
Under the hood, Yapnn uses a tensor abstraction and supports automatic differentiation with a dynamic computation
Yapnn originated as an open-source project maintained by a community of contributors. It is commonly used in