This is about the library
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "richnn.h" NeuralNet *nn = {0};
$$\begin{align} y^{(1)} = WX + b \\ a^{(1)} = \sigma(y^{(1)}) \\ \end{align}$$