Example of mini-library implementation for Artificial Neural Networks training and inference.
Implementation includes:
- Mini-library for subset of Tensor calculus
- Mini-library for data preparation
- A DSL for Neural Network creation, including layers
- Pluggable weights optimizer and initializer
- Pluggable implementation of activation and loss functions
- Pluggable training metric calculation
See examples: