Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Net #8

Closed
5 tasks done
aidangomez opened this issue Nov 20, 2015 · 1 comment
Closed
5 tasks done

Refactor Net #8

aidangomez opened this issue Nov 20, 2015 · 1 comment
Assignees

Comments

@aidangomez
Copy link
Collaborator

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 aidangomez self-assigned this Nov 20, 2015
@aidangomez
Copy link
Collaborator Author

Completed in branch 'ImplementTraining'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant