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

[WIP] Refactoring NeuralNetwork class #64

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

singraber
Copy link
Member

  • NeuralNetwork class is the oldest part of the library and not written in modern C++
  • Current implementation only allows single output neuron (not fit for structure detection).
  • New class will use Eigen for all matrix operations.

@singraber singraber added enhancement New feature or request core Touches the libnnp core library labels Sep 30, 2020
@singraber singraber changed the title Refactoring NeuralNetwork class [WIP] Refactoring NeuralNetwork class Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Touches the libnnp core library enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant