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

[WIP]Adds confusion matrix graph and some exemples of activation function #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mansogf
Copy link

@mansogf mansogf commented Apr 6, 2019

Co-authored-by: Andrew Lucas anlugueso@gmail.com
Co-authored-by: Gabriel Filipe gabrielfilipe7unb@gmail.com
Co-authored-by: Zarbielli jlfz06@gmail.com

Signed-off-by: Andrew Lucas <anlugueso@gmail.com>
Co-authored-by: Gabriel Filipe <gabrielfilipe7unb@gmail.com>
Co-authored-by: Zarbielli <jlfz06@gmail.com>
@mansogf mansogf changed the title Adds confusion matrix graph and some exemples of activation function [WIP]Adds confusion matrix graph and some exemples of activation function Apr 6, 2019
"# Making the Confusion Matrix\n",
"from sklearn.metrics import confusion_matrix\n",
"cm = confusion_matrix(y_test, y_pred)"
"learn([\n",

Choose a reason for hiding this comment

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

Massa demais!!

"cm = confusion_matrix(y_test, y_pred)"
"learn([\n",
" {'units': 50, 'activation': 'relu'},\n",
" {'units': 20, 'activation': 'sigmoid'},\n",

Choose a reason for hiding this comment

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

Muda isso!!

Copy link
Author

Choose a reason for hiding this comment

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

Maravilha

Copy link
Author

@mansogf mansogf left a comment

Choose a reason for hiding this comment

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

TOP

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.

3 participants