Toolbox DocumentationΒΆ
Yann toolbox is divided into different parts and written in many files. Below is an index of all files and the API documentations.
network- The network modulelayers- Contains the definitions of all the types of layers.abstract- abstraction classinput- input layer classesfully_connected- fully connected layer classesconv_pool- conv pool layer classesmerge- merge layer classesflatten- flatten layer classesoutput- output layer classesrandom- random layer classestransform- transform layersbatch_norm- Batch normalization layer classes
modules- Modules that are external to the network which the network usescore- Core module contains the fundamentals operations of the toolboxutils- utilities that can be used as enhancement for the toolbox’s functionalityspecial- contains tools for special types of networks