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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
Merge pull request #260 from kloudkl/fix_doc_typos
Jeff Donahue
3
-7
/
+15
2014-03-25
removing lena in favor of cat
Sergey Karayev
2
-35
/
+28
2014-03-26
Add packages installation command for CentOS/RHEL
Kai Li
1
-2
/
+6
2014-03-26
Fix imagenet pretrained links
Kai Li
1
-2
/
+2
2014-03-26
Add in doc how to remove leveldb dir if existed
Kai Li
1
-0
/
+4
2014-03-26
Fix feature extraction reference model path and file list command bugs
Kai Li
1
-3
/
+3
2014-03-25
fixed compilation error on window_data_layer.cu in 10.8
Sergey Karayev
1
-11
/
+0
2014-03-25
Add headers to build on OS X
Kai Li
3
-0
/
+8
2014-03-25
Separate WindowDataLayer::Forward_gpu into a cu file
Kai Li
2
-18
/
+53
2014-03-25
Separate ImagesLayer::Forward_gpu into a cu file
Kai Li
2
-18
/
+41
2014-03-24
Merge pull request #201 from kloudkl/more_math_functions
Evan Shelhamer
4
-3
/
+262
2014-03-24
Merge pull request #252 from kloudkl/hdf5_output_layer
Sergey Karayev
8
-0
/
+338
2014-03-24
Separate HDF5OutputLayer::Forward_gpu/Backward_gpu into cu file
Kai Li
2
-30
/
+53
2014-03-23
Fixed CPPLint errors related to math funtions
Kai Li
3
-20
/
+28
2014-03-23
Rename signbit in macros to sgnbit to avoid conflicts with std::signbit
Kai Li
4
-9
/
+11
2014-03-23
Add signbit math func, simplify GPU defs & instantiations with a macro
Kai Li
4
-40
/
+54
2014-03-23
Add and test non-in-place scale math functions for CPU and GPU
Kai Li
3
-0
/
+60
2014-03-23
Use macro to simplify element wise cpu math functions
Kai Li
2
-22
/
+24
2014-03-23
Add and test element wise abs math functions for CPU and GPU
Kai Li
4
-1
/
+59
2014-03-23
Instantiate caffe_cpu_sign for float and double
Kai Li
1
-0
/
+6
2014-03-23
Add and test element wise sign math funtions for CPU and GPU
Kai Li
3
-4
/
+62
2014-03-23
Add and test sum of absolute values math functions for CPU and GPU
Kai Li
3
-0
/
+51
2014-03-23
Rebase and change the HDF5OutputLayer::Forward/Backward signatures
Kai Li
2
-10
/
+12
2014-03-23
Add HDF5OutputLayer to the layer factory
Kai Li
1
-0
/
+2
2014-03-23
Implement and test HDF5OutputLayer
Kai Li
4
-0
/
+279
2014-03-23
Implement HDF5 save dataset IO utility function
Kai Li
2
-0
/
+32
2014-03-22
Merge pull request #165 from BVLC/boost-eigen
Evan Shelhamer
21
-143
/
+493
2014-03-22
Set copyright to BVLC and contributors.
Evan Shelhamer
5
-12
/
+5
2014-03-22
Hide boost rng behind facade for osx compatibility
Evan Shelhamer
4
-51
/
+120
2014-03-21
lint
Evan Shelhamer
5
-20
/
+30
2014-03-21
clean up residual mkl comments and code
Evan Shelhamer
9
-62
/
+8
2014-03-21
Added extern C wrapper to cblas.h include
James Thewlis
1
-0
/
+2
2014-03-21
Fixed order of cblas and atlas linker flags
jamt9000
1
-1
/
+1
2014-03-21
comment out stray mkl includes
Evan Shelhamer
2
-2
/
+2
2014-03-21
make MKL switch surprise-proof
Evan Shelhamer
2
-4
/
+5
2014-03-21
rewrite MKL flag note, polish makefile
Evan Shelhamer
2
-14
/
+15
2014-03-21
major refactoring allow coexistence of MKL and non-MKL cases
Rowland Depp
7
-135
/
+131
2014-03-21
Replace atlas with multithreaded OpenBLAS to speed-up on multi-core CPU
Kai Li
1
-4
/
+3
2014-03-21
fix bernoulli generator bug
Jeff Donahue
1
-3
/
+2
2014-03-21
add bernoulli rng test to demonstrate bug (generates all 0s unless p ==
Jeff Donahue
1
-6
/
+34
2014-03-21
change all Rng's to use variate_generator for consistency
Jeff Donahue
1
-5
/
+11
2014-03-21
use boost variate_generator to pass tests w/ boost 1.46 (Gaussian filler
Jeff Donahue
1
-2
/
+5
2014-03-21
make uniform distribution usage compatible with boost 1.46
Jeff Donahue
1
-1
/
+1
2014-03-21
mean_bound and sample_mean need referencing with this
Alejandro Dubrovsky
1
-4
/
+4
2014-03-21
nextafter templates off one type
Alejandro Dubrovsky
1
-1
/
+1
2014-03-21
relax precision of MultinomialLogisticLossLayer test
Evan Shelhamer
1
-1
/
+1
2014-03-21
Fix math funcs, add tests, change Eigen Map to unaligned for lrn_layer
Kai Li
2
-122
/
+208
2014-03-21
Fix test stochastic pooling stepsize/threshold to be same as max pooling
Kai Li
1
-3
/
+1
2014-03-21
Fixed FlattenLayer Backward_cpu/gpu have no return value
Kai Li
1
-0
/
+3
2014-03-21
Fixed uniform distribution upper bound to be inclusive
Kai Li
4
-2
/
+84
[next]