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

Gradient explainer #23

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from
Open

Conversation

So-Cool
Copy link
Member

@So-Cool So-Cool commented Apr 15, 2019


name: Gradient Explainer
about: This PR implements a simple gradient explainer


Description

Just a gradient explainer -- work in progress.

Reason behind implementation

N/A

Are there any other branches related to this work?

N/A

Example code

N/A

Checklist

Please ensure you have done every task in this checklist.

  • Created any additional unit tests required
  • All tests pass
  • Code style is consistent with the project
  • No additional Python packages except NumPy and SciPy are required

@So-Cool So-Cool mentioned this pull request Apr 15, 2019
4 tasks
boundaries: Optional[Dict] = None,
cost_func: Optional[Callable] = None):

self.step = 0.00001
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has to be adjusted by the user

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

Successfully merging this pull request may close these issues.

None yet

2 participants