You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: