Mercurial > pylearn
annotate doc/formulas.txt @ 1419:cff305ad9f60
TensorFnDataset - added x_ attribute that caches the dataset function return
value, but does not get pickled.
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Fri, 04 Feb 2011 16:05:22 -0500 |
parents | 0de66ab23dcc |
children |
rev | line source |
---|---|
1122
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
1 |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
2 .. contents:: Formulas categories |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
3 |
1222
9ce32a8252d2
move the tag list into the formulas page.
Frederic Bastien <nouiz@nouiz.org>
parents:
1122
diff
changeset
|
4 Tags list |
9ce32a8252d2
move the tag list into the formulas page.
Frederic Bastien <nouiz@nouiz.org>
parents:
1122
diff
changeset
|
5 ========== |
9ce32a8252d2
move the tag list into the formulas page.
Frederic Bastien <nouiz@nouiz.org>
parents:
1122
diff
changeset
|
6 .. taglist:: |
9ce32a8252d2
move the tag list into the formulas page.
Frederic Bastien <nouiz@nouiz.org>
parents:
1122
diff
changeset
|
7 |
1315
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
8 pylearn.formulas.activations |
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
9 ---------------------------- |
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
10 .. automodule:: pylearn.formulas.activations |
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
11 :members: |
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
12 |
1122
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
13 pylearn.formulas.costs |
1315
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
14 ---------------------- |
1122
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
15 .. automodule:: pylearn.formulas.costs |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
16 :members: |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
17 |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
18 pylearn.formulas.noise |
1315
f21693eecec7
added several activation formulas
Olivier Breuleux <breuleux@gmail.com>
parents:
1222
diff
changeset
|
19 ---------------------- |
1122
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
20 .. automodule:: pylearn.formulas.noise |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
21 :members: |
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
22 |
1381
0673e6af650a
Added regularization terms
boulanni <nicolas_boulanger@hotmail.com>
parents:
1315
diff
changeset
|
23 pylearn.formulas.regularization |
1383 | 24 ------------------------------- |
1381
0673e6af650a
Added regularization terms
boulanni <nicolas_boulanger@hotmail.com>
parents:
1315
diff
changeset
|
25 .. automodule:: pylearn.formulas.regularization |
0673e6af650a
Added regularization terms
boulanni <nicolas_boulanger@hotmail.com>
parents:
1315
diff
changeset
|
26 :members: |
1122
be53f56b37b8
Added example cost formula with tags and created a formulas page in the doc
boulanni <nicolas_boulanger@hotmail.com>
parents:
diff
changeset
|
27 |