BrainJS/brain.js

Proper way to detect sentiments?

开放

#366 创建于 2019年2月20日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (1,099 个派生)batch import
help wantedneeds more info

仓库指标

星标
 (14,095 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南