-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Andrew Lucas <[email protected]> Co-authored-by: Gabriel Filipe <[email protected]> Co-authored-by: Zarbielli <[email protected]>
"# Making the Confusion Matrix\n", | ||
"from sklearn.metrics import confusion_matrix\n", | ||
"cm = confusion_matrix(y_test, y_pred)" | ||
"learn([\n", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muda isso!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maravilha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TOP
Co-authored-by: Andrew Lucas [email protected]
Co-authored-by: Gabriel Filipe [email protected]
Co-authored-by: Zarbielli [email protected]