Neural
Simd::Neural is C++ framework for running and learning of Convolutional Neural Network. More...
Namespaces | |
| namespace | Simd::Neural |
| Contains Framework for learning of Convolutional Neural Network. | |
Data Structures | |
| struct | Function |
| Activation Function structure. More... | |
| struct | Index |
| Index structure. More... | |
| class | Layer |
| Layer class. More... | |
| class | InputLayer |
| InputLayer class. More... | |
| class | ConvolutionalLayer |
| ConfolutionLayer class. More... | |
| class | PoolingLayer |
| PoolingLayer class. More... | |
| class | MaxPoolingLayer |
| MaxPoolingLayer class. More... | |
| class | AveragePoolingLayer |
| AveragePoolingLayer class. More... | |
| class | FullyConnectedLayer |
| FullyConnectedLayer class. More... | |
| class | DropoutLayer |
| DroputLayer class. More... | |
| struct | TrainOptions |
| Contains a set of training options. More... | |
| class | Network |
| Network class. More... | |
Detailed Description
Simd::Neural is C++ framework for running and learning of Convolutional Neural Network.