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?

貢獻者指南