RubixML / Sentiment

An example project using a feed-forward neural network for text sentiment classification trained with 25,000 movie reviews from the IMDB website.
https://rubixml.com
MIT License
107 stars 13 forks source link

Is there anyway to report back if the prediction was wrong or right #7

Open Xoshbin opened 2 years ago

Xoshbin commented 2 years ago

Hi 👋 I was asking if there is any way to report back if the prediction was wrong or right in a way that the library uses the feedback for learning and future predictions? Like that https://github.com/RubixML/Sentiment/issues/5#issuecomment-845646188

andrewdalpino commented 1 year ago

You can incorporate feedback into a new training set and use it to fine-tune the model.