BrainJS/brain.js

Proper way to detect sentiments?

Aperta

#366 aperta il 20 feb 2019

 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (1099 fork)batch import
help wantedneeds more info

Metriche repository

Star
 (14.095 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Hello, I'm trying to create a more complicated version of the Sentiment detector, using this example here: https://scrimba.com/p/pVZJQfg/c3n6qfg

However, I'm getting odd results. It seems to work well when there is very little data. But once I put a lot of data, it returns results like "T T T T T T T T T T T T" or some odd words created by mixing input and output.

What can I do to ensure the integrity of the outputs when I have a lot of data?

Guida contributor