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 · 1 comment
Open
4 tasks

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

Martin-Jung opened this issue Nov 11, 2023 · 1 comment
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
@Martin-Jung
Copy link
Collaborator Author

Rather than manually implementing keras or tensorflow coupling, there seems to be now an option to use the maturing cito package for CNNs instead (link).

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

When branches are created from issues, their pull requests are automatically linked.

1 participant