summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Implemented elementwise max layerto3i1-0/+1
2014-09-08Merge pull request #1044 from jeffdonahue/no-tmpnamJeff Donahue1-0/+27
2014-09-08[lint] cuDNN conv declarationEvan Shelhamer1-2/+1
2014-09-07report cuDNN error stringEvan Shelhamer1-4/+31
2014-09-07strategize cuDNN softmaxEvan Shelhamer1-0/+26
2014-09-07strategize cuDNN activations: ReLU, Sigmoid, TanHEvan Shelhamer1-0/+75
2014-09-07strategize cuDNN poolingEvan Shelhamer1-1/+29
2014-09-07strategize cuDNN convolutionEvan Shelhamer1-0/+30
2014-09-07add cuDNN to buildEvan Shelhamer2-0/+95
2014-09-07remove uses of tmpnamJeff Donahue1-0/+27
2014-09-07revert separate strategies: engines will extend the caffe standardsEvan Shelhamer4-151/+23
2014-09-07grooming: drop pointless overrides, stub layer commentsEvan Shelhamer3-53/+12
2014-09-07strategize softmaxEvan Shelhamer2-4/+29
2014-09-07strategize relu, sigmoid, tanhEvan Shelhamer2-8/+83
2014-09-07strategize poolingEvan Shelhamer1-4/+40
2014-09-07strategize Caffe convolutionEvan Shelhamer1-6/+35
2014-09-07shift CUDA code out of commonEvan Shelhamer2-57/+57
2014-09-03add SILENCE layer -- takes one or more inputs and produces no outputJeff Donahue1-0/+31
2014-09-03Merge pull request #955 from kloudkl/data-layersEvan Shelhamer4-97/+90
2014-09-03net.hpp: Doxygen-format docsJeff Donahue1-55/+82
2014-09-03solver.hpp: add \briefsJeff Donahue1-0/+10
2014-09-03syncedmem.hpp: \brief and todoJeff Donahue1-0/+6
2014-09-03blob.hpp: a little Doxygen-style documentationJeff Donahue1-8/+34
2014-09-03filler.hpp: add brief filler descriptionsJeff Donahue1-11/+28
2014-09-03vision_layers.hpp: Doxygen \brief & TODO stubs.Jeff Donahue1-9/+23
2014-09-03data_layers: Doxygen \brief & TODO stubs.Jeff Donahue1-4/+39
2014-09-03common_layers.hpp: Doxygen \brief & TODO stubs.Jeff Donahue1-32/+137
2014-09-03neuron_layers.hpp: Doxygen-style documentationJeff Donahue1-70/+302
2014-09-03loss_layers.hpp: Doxygen-style documentationJeff Donahue1-42/+448
2014-09-03layer.hpp: Doxygen-style documentationJeff Donahue1-67/+226
2014-09-03Add and transform Datum vector in the MemeoryDataLayerKai Li1-0/+2
2014-09-03Remove OpenCV stuffs from the memory data layer and io utilsKai Li1-8/+0
2014-09-03Move the rest duplicate codes of the data layers into their base classKai Li1-6/+9
2014-09-03Test adding images w/o resizing to the memory data layerKai Li1-0/+2
2014-09-03Move transform param one level up in the proto to reduce redundancyKai Li1-6/+11
2014-09-03Remove pthread which has been replaced with boost threadKai Li3-8/+2
2014-09-03Add transformer to the memory data layerKai Li1-13/+13
2014-09-03The BasePrefetchingDataLayer shouldn't join the threadKai Li1-3/+3
2014-09-03Simplify the WindowDataLayer using the base classKai Li2-18/+10
2014-09-03Remove duplicate codes from the ImageDataLayerKai Li1-29/+6
2014-09-03Extract common data layer functionalities out of the DataLayerKai Li1-36/+19
2014-09-03Create base data layer and base prefetching data layerKai Li1-2/+46
2014-09-01lintqipeng1-1/+2
2014-09-01Added sanity check for AdaGradSolver; added MNIST examples for solversqipeng1-2/+5
2014-09-01Merge Test{SGD,AdaGrad,Nesterov}Solver; they become subclasses ofJeff Donahue1-0/+2
2014-09-01Addressed Yangqing's commentsqipeng1-3/+0
2014-09-01Added L1 regularization support for the weightsqipeng1-1/+3
2014-09-01converted pointers to shared_ptrqipeng1-0/+3
2014-09-01restored vituals in solver.hppqipeng1-3/+3
2014-09-01Solver switching support & implementation of Nesterov's accelerated gradient ...qipeng1-4/+49