Skip to content

Commit 8e473a2

Browse files
committed
Update README.rst
1 parent f651bc6 commit 8e473a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Networks are graphs of connected layers and that allows for the craziest deepest
1616
you can think of, as well as for a super light and clean interface.
1717

1818
There's no need for an MLP or a Perceptron or an Auto-Encoder class,
19-
because if you know what these things are, you can turn one into the other in a 2 seconds.
19+
because if you know what these things are, you can turn one into the other in 2 seconds.
2020

2121
So in short:
2222

@@ -121,6 +121,9 @@ Training, Testing and Propagating:
121121
ae.init()
122122
o.W = h.W.T
123123
124+
Another way is to use the Autoencode layer as output::
125+
126+
o = ML.Autoencode(i, activation = MA.tanh, costObject = cost, learningScenario = ls)
124127

125128
Can it run on GPU?
126129
==================

0 commit comments

Comments
 (0)