index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-07
Fix typo
koki1.saitoh
1
-2
/
+2
2015-08-06
PythonLayer takes parameters by string
Takuya Narihira
1
-0
/
+2
2015-08-06
Merge pull request #2462 from longjon/correct-python-exceptions
Evan Shelhamer
1
-25
/
+4
2015-07-29
[docs] fix contrastive loss eq
Evan Shelhamer
1
-4
/
+4
2015-07-14
tiny fix in Layer::Backward documentation
Youssef Kashef
1
-1
/
+1
2015-06-30
bilinear filler -- useful for interpolation with DeconvolutionLayer
Takuya Narihira
1
-0
/
+56
2015-06-05
Split db.hpp into leveldb_db.hpp and lmdb_db.hpp
Sergio Guadarrama
3
-136
/
+164
2015-06-02
Add ReductionLayer to reduce any number of "tail" axes to a scalar value
Jeff Donahue
1
-0
/
+45
2015-06-02
Add LogLayer
Jeff Donahue
3
-0
/
+73
2015-06-02
FilterLayer cleanup and bugfix for GPU backward
Jeff Donahue
1
-3
/
+3
2015-06-02
Filter Layer implemented
manuele
1
-0
/
+63
2015-05-29
Merge pull request #2511 from flx42/fix_illegal_mode_changes
Evan Shelhamer
1
-13
/
+15
2015-05-29
Merge pull request #1977 from shelhamer/accum-grad
Evan Shelhamer
2
-2
/
+6
2015-05-29
Merge pull request #2410 from sguada/datum_transform
Jeff Donahue
1
-0
/
+36
2015-05-28
directly normalize accumulated gradients
Evan Shelhamer
1
-0
/
+1
2015-05-27
zero-init param diffs in gradient checker
Jonathan L Long
1
-2
/
+5
2015-05-27
Solver::MakeUpdate() -> Solver::ApplyUpdate
Evan Shelhamer
1
-4
/
+4
2015-05-26
Refactor solvers regularization and logging code
Cyprien Noel
1
-5
/
+7
2015-05-26
Add classes GPUDeviceTest and CPUDeviceTest.
Felix Abecassis
1
-0
/
+8
2015-05-26
Merge pull request #1946 from nickcarlevaris/msra_init
Evan Shelhamer
1
-9
/
+62
2015-05-26
include comment on Saxe and sqrt(2) scaling factor
Evan Shelhamer
1
-0
/
+3
2015-05-26
Added MSRAFiller, an Xavier-like filler designed for use with ReLUs
Nick Carlevaris-Bianco
1
-9
/
+59
2015-05-26
Refactor types FloatCPU and DoubleCPU into a new type CPUDevice<T>
Felix Abecassis
1
-17
/
+11
2015-05-16
Merge pull request #2466 from ducha-aiki/mvn-less
Jeff Donahue
1
-0
/
+1
2015-05-15
Merge pull request #2095 from mtamburrano/skip_propagate_down_param
Jeff Donahue
1
-0
/
+3
2015-05-15
Remove unnecessary variance computation from backward in MVN layer
Dmytro Mishkin
1
-0
/
+1
2015-05-15
Added "propagate_down" param to LayerParameter
manuele
1
-0
/
+3
2015-05-14
[pycaffe] correct exceptions from Python; remove PyErr_Print
Jonathan L Long
1
-25
/
+4
2015-05-14
Add ReshapeParameter axis and num_axes to reshape only a particular span
Jeff Donahue
1
-2
/
+0
2015-05-14
ReshapeLayer fixups for ND blobs
Jeff Donahue
1
-13
/
+18
2015-05-14
Added a Reshape layer for copying-free modification of blob dimensions.
Simon Safar
1
-0
/
+35
2015-05-14
Merge pull request #2177 from pgao/spp_layer
Jeff Donahue
1
-0
/
+66
2015-05-14
Spatial Pyramid Pooling Layer
PETER_GAO
1
-0
/
+66
2015-05-14
Merge pull request #2115 from longjon/bogus-cross-entropy-gpu
Jeff Donahue
1
-2
/
+0
2015-05-14
remove bogus implementation of SigmoidCrossEntropyLossLayer::Forward_gpu
Jonathan L Long
1
-2
/
+0
2015-05-14
Merge pull request #2168 from longjon/spurious-net-includes
Jeff Donahue
2
-2
/
+0
2015-05-14
Merge pull request #2165 from longjon/auto-reshape
Jeff Donahue
1
-0
/
+1
2015-05-14
Merge pull request #2456 from longjon/python-layer-object
Jeff Donahue
1
-7
/
+6
2015-05-13
remove superfluous empty destructors
Jonathan L Long
1
-2
/
+0
2015-05-13
[pycaffe] use bp::object instead of PyObject* for self in Python layer
Takuya Narihira
1
-7
/
+6
2015-05-05
Merge pull request #2414 from tnarihi/fix-prelu-redanduncy
Jeff Donahue
1
-1
/
+2
2015-05-04
Modify for better readability regarding temporary bufffer for backward
Takuya Narihira
1
-1
/
+2
2015-04-26
fix a typo that GFLAGS_GFLAGS_H_ -> GFLAGS_GFAGS_H_
gdh1995
1
-1
/
+1
2015-04-08
Added InferBlobShape to data_transformer.
Sergio Guadarrama
1
-0
/
+36
2015-03-25
Merge pull request #2160 from TorosFanny/master
Jeff Donahue
1
-1
/
+1
2015-03-24
replace cuDNN alphas and betas with coefficient values
Evan Shelhamer
1
-5
/
+9
2015-03-24
switch to cuDNN R2
Simon Layton
4
-23
/
+25
2015-03-19
remove spurious net.hpp includes
Jonathan L Long
2
-2
/
+0
2015-03-19
always call Layer::Reshape in Layer::Forward
Jonathan L Long
1
-0
/
+1
2015-03-19
change resorce to resource
TorosFanny
1
-1
/
+1
[prev]
[next]