Skip to content

Conversation

diegodorgam
Copy link
Contributor

Estou trocando minha função de ativação por uma TanH, mas a matriz de confusão não melhorou...

Copy link
Contributor Author

@diegodorgam diegodorgam left a comment

Choose a reason for hiding this comment

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

alguem da um pitaco


# Adding the second hidden layer
classifier.add(Dense(units = 6, kernel_initializer = 'uniform', activation = 'relu'))
classifier.add(Dense(units = 6, kernel_initializer = 'uniform', activation = 'tanh'))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

massa demais

classifier.add(Dense(units = 6, kernel_initializer = 'uniform', activation = 'tanh'))

# Adding the output layer
classifier.add(Dense(units = 1, kernel_initializer = 'uniform', activation = 'sigmoid'))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

seria bom mudar aqui também

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

1 participant