Neural Network
Generic Neural Network for Classification
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 C_matrixMatrix between matrix and vector they are able to be casted into one another
 C_vectorVector padding is to make sure that matrix and vector both have the same byte size and allignment between matrix and vector they are able to be casted into one another
 CLayerLayer object the layer object contains nodes
 CNetworkNetwork object the network object acts as a layer between the user and the input,hidden, and output layers