ConvNet  1.0
A GPU-based C++ implementation of Convolutional Neural Nets
 All Classes Namespaces Functions Variables
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAvgPooler
 Cbbox
 CConvNetA Convolutional Net Model
 CGradChecker
 CMultiGPUConvNet
 Ccudamat
 Ccudamat_bbox
 Ccudamat_sparse
 CDataHandlerMakes data accessible to the model
 CDataIteratorBase class for implementing data iterators
 CDummyDataIteratorA dummy iterator
 CHDF5DataIterator< T >An iterator over a dataset in an HDF5 file
 CImageDataIteratorAn iterator over images stored as individual files
 CSlidingWindowDataIteratorAn iterator over sliding windows of an image dataset
 CTextDataIteratorAn iterator over data stored in a text file
 CDataWriterWrites data into an HDF5 file
 CAveragedDataWriterBuffers a specified number of batches, averages them and then writes the average into an HDF5 file
 CSequentialAveragedDataWriterAverages a specified number of consecutive entries and writes the average into an HDF5 file
 CEdgeThis class is intended to be used as a base class for implementing edges
 CDownSampleEdgeImplements a down-sampling edge
 CEdgeWithWeightBase class for all edges which have weights
 CConvEdgeImplements a convolutional edge
 CConvOneToOneEdgeAn edge with one-to-one connectivity over spatial locations
 CFCEdgeImplements a fully-connected edge
 CLocalEdgeImplements a locally connected edge
 CMaxPoolEdgeImplements a Max-pool edge
 CResponseNormEdgeResponse Normalization across filters at the same location
 CRGBToYUVEdgeImplements an edge that maps RGB to YUV
 CUpSampleEdgeImplements an up-sampling edge
 CImageDisplayer
 CLayerThe base class for all layers
 CLinearLayerImplements a layer with a linear activation function
 CReLULayerImplements a layer with a rectified linear activation function
 CLogisticLayerImplements a layer with a logistic activation function
 CSoftmaxLayerImplements a layer with a softmax activation function
 CSoftmaxDistLayerImplements a layer with a softmax activation function
 CMatrixA GPU matrix class
 CMaxPooler
 COptimizerBase class for all optimizers
 CLBFGSOptimizerImplmenets LBFGS optimization
 CSGDOptimizerStochastic gradient descent
 CProbMaxPooler
 CRawImageFileIterator< T >An iterator over list of image files
 CRawImageFileIterator< unsigned char >
 Crnd_struct
 CSlidingWindowIterator< T >An iterator over sliding windows of an image
 CSlidingWindowIterator< unsigned char >
 Csparse_data