Notes 20110202 CIS 6050 Neural Networks - A1
From SnOwy - Ed's Wiki Notebook
Done
- draft implementation of feed forward
- change constructor for LSTM block to point to containing LSTM layer
- give auto property to blocks for ...
- input layer
- output layer
- change constructor for ... to point to LSTM block
- LSTM cells
- ingate
- outgate
To do
- error back propagation for ...
- output
- hidden
- outgate
- ingate
- LSTM cells
- weight update for ...
- pass