Refactor Net
aidangomez opened this issue · 1 comments
aidangomez commented
Net's should:
- have layers
- have blobs of data tied to layers
- implement forward, backward passes
- be able to request an update of a Layer's parameters
- report on the performance of the last forward pass
aidangomez commented
Completed in branch 'ImplementTraining'