alejandro-isaza/BrainCore

Refactor Net

aidangomez opened this issue · 1 comments

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

Completed in branch 'ImplementTraining'