BrainJS/brain.js

Proper way to detect sentiments?

オープン

#366 opened on 2019/02/20

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (1,099 件のフォーク)batch import
help wantedneeds more info

Repository metrics

Stars
 (14,095 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド