|
Neural Network
Generic Neural Network for Classification
|
| C_matrix | Matrix between matrix and vector they are able to be casted into one another |
| C_vector | Vector 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 |
| CLayer | Layer object the layer object contains nodes |
| CNetwork | Network object the network object acts as a layer between the user and the input,hidden, and output layers |
1.8.11