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

Multiple output #5

Open
maxpastor opened this issue Apr 12, 2017 · 2 comments
Open

Multiple output #5

maxpastor opened this issue Apr 12, 2017 · 2 comments

Comments

@maxpastor
Copy link

As an enhancement, it would be interesting to have multiple outputs.
For example "What's the price of the Pink the shirt?" outputting ["Price", "Pink Tshirt"]
It could allow people to create more logic and have a more organized code, instead of training the network with a simple "Pink tshirt price" output.

@nemo
Copy link
Owner

nemo commented Apr 12, 2017

We're using a softmax (IIRC) here to optimize for classifying one thing.

A network to do multi-label classification would be far more complex in terms of its architecture and a bit out of scope of this project. It was meant as a POC that this stuff can be done in JS.

Maybe down the road if I end up spending more time on this.

@maxpastor
Copy link
Author

I understand and it's great, no worries.
I'll see if I can work a bit on it too, it would bee cool to test it out.
Don't forget to take a look at my little pull request.

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