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

Implemement a (Deep) Neural Network as engine in ibis #82

Open
4 tasks
Martin-Jung opened this issue Nov 11, 2023 · 0 comments
Open
4 tasks

Implemement a (Deep) Neural Network as engine in ibis #82

Martin-Jung opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Martin-Jung
Copy link
Collaborator

Among the different families of engines and algorithms in the package, one that we particularly miss at the moment are conventional and/or deep neural networks. Range of packages in R (usually calling python) available that can handle these types of models (e.g. keras or tensorflow).

  • Add engine_keras as new engine
  • Ensure that all possible data types and options (add_offset(), add_priors(), etc) are supported
  • Add some documentation to the package.
  • Add a unit testing.
@Martin-Jung Martin-Jung added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 11, 2023
@Martin-Jung Martin-Jung self-assigned this Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant