Skip to content

Conversation

mansogf
Copy link

@mansogf mansogf commented Apr 6, 2019

Co-authored-by: Andrew Lucas [email protected]
Co-authored-by: Gabriel Filipe [email protected]
Co-authored-by: Zarbielli [email protected]

Signed-off-by: Andrew Lucas <[email protected]>
Co-authored-by: Gabriel Filipe <[email protected]>
Co-authored-by: Zarbielli <[email protected]>
@zarbielli zarbielli requested a review from diegodorgam April 6, 2019 14:40
@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

@mansogf mansogf requested a review from andrewlucasgs April 6, 2019 14:50
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