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

about titanic #2

Open
Pascal66 opened this issue Jun 10, 2019 · 2 comments
Open

about titanic #2

Pascal66 opened this issue Jun 10, 2019 · 2 comments

Comments

@Pascal66
Copy link

As everything work well, I've a simple question :

Is it possible to have percentage of chance to survive and the class "yes/no" ?

if i i add a passenger to predict, then if i have 3,
I'll to have a max percentage of 100 and for example
passenger 1 : 25%
passenger 2: 12%
passenger 3 : 73%

is it the last of softmaxlayer ?

@yashiro32
Copy link
Owner

You can try:
network.layers.get(network.layers.size()-1).output;
to get the output of the last layer.

@Pascal66
Copy link
Author

It's what I already do.
But I'm asking to make a sort of ranking layer

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

No branches or pull requests

2 participants