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

How to use the package with one dimensional data? #86

Open
hmars-t opened this issue Apr 19, 2022 · 1 comment
Open

How to use the package with one dimensional data? #86

hmars-t opened this issue Apr 19, 2022 · 1 comment

Comments

@hmars-t
Copy link

hmars-t commented Apr 19, 2022

Is it possible to apply the method of activation maximization also on a 1D-CNN with one dimensional data?

@keisen
Copy link
Owner

keisen commented Nov 8, 2022

Yes, of course! However, you have to adjust some parameters for one dimensional data, because, in default, the parameters of ActivationMaximization is tuned for 2D-CNN model.

  1. Modify input_range, input_modifiers and regularizers for your data properly.
  2. Tune parameters (optimizer, input_modifiers, regularizers, or so on) to generagte the model inputs that maximize the output of the given score functions.

Please see below for details:

Please let's me know if you face any error.
Thanks!

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

2 participants