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

Sigmoid support in DeepPoly #470

Merged
merged 9 commits into from
Oct 1, 2021

Conversation

tagomaru
Copy link
Contributor

This PR is going to support Sigmoid in only DeepPoly.

tagomaru added 7 commits July 12, 2021 13:39
Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
void freeMemoryIfNeeded();
void log( const String &message );
double sigmoid( double x );
double sigmoid_diff( double x );
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you maybe add a description of what this method is doing intuitively?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
@wu-haoze wu-haoze merged commit c4cbda0 into NeuralNetworkVerification:master Oct 1, 2021
omriisack pushed a commit to omriisack/Marabou that referenced this pull request Feb 6, 2022
* comments

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>

* 0803

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>

* Sigmoid support in DeepPoly

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>

* change comment

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>

* add indent

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>

* add comment to functions related to sigmoid

Signed-off-by: tagomaru <tagomaru@users.noreply.github.com>
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.

2 participants