Jonathan L Long
b37f4f9f68
[docs] tutorial/layers: fix inner product sample
2014-09-06 22:10:29 -07:00
Jonathan L Long
cbc50e1c66
[docs] tutorial/layers: describe some more data layers
2014-09-06 22:09:13 -07:00
Jonathan L Long
bd13f32123
[docs] tutorial/layers: clean up sample markdown
2014-09-06 21:42:35 -07:00
Jonathan L Long
15456286da
[docs] tutorial/layers: brief descriptions of some loss layers
2014-09-06 21:39:56 -07:00
Jonathan L Long
40fa5be9b1
[docs] in tutorial/layers, Options -> Parameters
...
It sounds funny to have optional options, and "parameters" is more in
line with the internal usage.
2014-09-06 21:22:23 -07:00
Jonathan L Long
853d65a8a5
[docs] split layer params in required/optional
...
Also, make the parameter name come first. This makes it much easier to
find/scan parameters.
2014-09-06 21:20:36 -07:00
Jonathan L Long
85c93659fc
[docs] add LRN layer to tutorial/layers
2014-09-06 21:05:56 -07:00
Jonathan L Long
4f977d0514
[docs] fix pooling markdown and add some comments in tutorial
2014-09-06 20:28:02 -07:00
Jonathan L Long
c099fd8b2e
[doc] minor edits to convolution layer in tutorial
2014-09-06 20:23:55 -07:00
Jonathan L Long
68849e4aab
[docs] fixup the MathJax notation in tutorial/layers
2014-09-06 20:14:28 -07:00
Sergio
3578d91da9
Added initial Hinge Loss
2014-09-06 16:30:32 -07:00
Yangqing Jia
5eb8dd3558
more layers
2014-09-06 09:35:13 -07:00
Yangqing Jia
f15fc36440
conv and pooling
2014-09-05 17:03:29 -07:00
Yangqing Jia
f12a74af95
neuron layers doc
2014-09-05 16:44:06 -07:00
Yangqing Jia
cb4ae5e875
update net
2014-09-05 13:47:11 -07:00
Yangqing Jia
1f641483eb
fix leaky relu
2014-09-05 13:05:35 -07:00
Yangqing Jia
4880a2b313
more blob details
2014-09-05 12:58:28 -07:00
Yangqing Jia
ced3a37aed
relu,sigmoid,tanh
2014-09-05 11:07:04 -07:00
Evan Shelhamer
ec861a5563
[docs] fix br code
2014-09-05 10:42:45 -07:00
Evan Shelhamer
530ec45bda
[docs] link tutorial
2014-09-05 10:41:20 -07:00
Evan Shelhamer
e82e72811c
[docs] add titles
2014-09-05 10:40:39 -07:00
Jeff Donahue
b5b02dc3be
[docs] fix formatting and other errors in loss & solver
2014-09-04 15:40:41 -07:00
Sergey Karayev
51c4e6ed1a
script to upload/update model info as gist
2014-09-04 03:59:14 +01:00
Sergey Karayev
bc601e9060
minor fixes to docs
2014-09-04 03:59:14 +01:00
Sergey Karayev
da715ea07a
removed mention of getting_pretrained_models page and old paths
2014-09-04 03:59:14 +01:00
Sergey Karayev
e553573e2c
[models] adding zoo readme; caffenet, alexnet, and rcnn models in zoo format
2014-09-04 01:53:18 +01:00
Sergey Karayev
59fafb1f0d
[docs] default setting for layout
2014-09-04 01:45:07 +01:00
Evan Shelhamer
c4b9ec58fe
[docs] configure doxygen + docs script for docs/doxygen site output
2014-09-03 13:25:46 -07:00
Evan Shelhamer
b3673174f8
[docs] suggest the CVPR14 deep learning tutorial for nice contrast
2014-09-03 13:00:12 -07:00
Evan Shelhamer
9f1903074e
[docs] draft data
2014-09-03 13:00:08 -07:00
Jeff Donahue
134e2408be
wrap up solver.md -- add update info for all solvers with citations;
...
rules of thumb for SGD
2014-09-03 12:01:01 -07:00
Jeff Donahue
59eaba19ac
[wip] vision layers, start convolution
2014-09-03 10:59:23 -07:00
Jeff Donahue
d15405a4b0
use kramdown for markdown syntax; add mathjax
2014-09-03 10:59:23 -07:00
Evan Shelhamer
17252db7a0
[docs] add note on Caffe convolution
2014-09-03 10:59:04 -07:00
Evan Shelhamer
b256a7601a
[docs] draft tutorial subjects
2014-09-03 10:59:04 -07:00
Evan Shelhamer
5d8c93c201
[docs] skeleton documentation subjects
2014-09-03 10:30:33 -07:00
Evan Shelhamer
c9f938b338
[docs] new PR policy: send master fixes + docs to master
...
To address fixes and documentation updates to master between official
releases from `dev` to `master` PRs will be accepted to `master`.
All new development must still branch off and PR to `dev`.
2014-08-30 16:06:17 -07:00
Evan Shelhamer
249fd24b02
back-merge
...
[docs] Several documentation fixes
Explain how to fix homebrew to allow updates after editing formulae
2014-08-30 09:38:13 -07:00
Ozan Çağlayan
ea04cf8268
[docs] Several documentation fixes
...
- Fix a typo and a path in MNIST tutorial
- Rework instructions about Fedora installation
2014-08-30 09:37:42 -07:00
Daniel Golden
1c49d630c7
Explain how to fix homebrew to allow updates after editing formulae
2014-08-30 09:34:58 -07:00
Evan Shelhamer
c05ba59260
Back-merge to dev for doc fixes + cherry-picks
...
Back-merge these doc fixes:
clarify project origin
[docs] fix citation bibtex
All other changes are spurious commits from cherry-picking.
2014-08-28 10:55:33 -07:00
Ozan Çağlayan
c01f07a936
[docs] Update installation docs to include Fedora
...
- All the instructions mentioned for CentOS/RHEL are also valid for Fedora Linux so add it.
- The package name for atlas is atlas-devel not libatlas-devel for CentOS/RHEL/Fedora so fix it.
- Add 'sudo' prefix to missing places to be consistent with the rest of the document.
- Add instructions for installing python headers in Fedora into the python support section.
- Update Linux installation section to reflect Fedora, refactor a bit.
2014-08-27 22:54:32 -07:00
Evan Shelhamer
6249d3e2c5
clarify project origin
2014-08-27 22:54:13 -07:00
Evan Shelhamer
9c0b562a63
Merge pull request #977 from ozancaglayan/patch-1
...
[docs] Update installation docs to include Fedora
2014-08-27 00:18:09 -07:00
Evan Shelhamer
f6536b50d2
clarify project origin
2014-08-26 09:51:42 -07:00
Ozan Çağlayan
e0c855063e
[docs] Update installation docs to include Fedora
...
- All the instructions mentioned for CentOS/RHEL are also valid for Fedora Linux so add it.
- The package name for atlas is atlas-devel not libatlas-devel for CentOS/RHEL/Fedora so fix it.
- Add 'sudo' prefix to missing places to be consistent with the rest of the document.
- Add instructions for installing python headers in Fedora into the python support section.
- Update Linux installation section to reflect Fedora, refactor a bit.
2014-08-25 15:16:34 +03:00
Jason Yosinski
b84f2d255e
Updated installation docs for OS X 10.9 brew install protobuf as well
2014-08-21 14:21:51 -07:00
Jason Yosinski
b497475e29
Updated documentation to include instructions to install protobuf with Python support on Mac OS X
2014-08-21 14:21:51 -07:00
Evan Shelhamer
3e20ca9888
[docs] fix citation bibtex
2014-08-21 14:19:36 -07:00
Evan Shelhamer
43142a0e7a
Merge pull request #942 from yosinski/doc-update
...
protobuf should be installed with Python support on Mac
2014-08-21 10:10:40 -07:00