BrainJS/brain.js

Proper way to detect sentiments?

Open

#366 geöffnet am 20. Feb. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.099 Forks)batch import
help wantedneeds more info

Repository-Metriken

Stars
 (14.095 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide