Data Science Asked on December 20, 2021
Question: is it possible to implement a reinforcement learning model over a NodeJS server?
This server would be receiving binary forms of data (open /close; yes/no) in real time.
The objective for the model is to learn from the incoming data for a few days and then predict values for next day (similar to time series, but not exactly). The learned parameters need to be flushed every week.
Note: the training data I have doesn’t allow for supervised learning – i.e. there is no data for the target class.
Yes - You need to define an Agent, Environment, State, and Rewards:
Agent - The current week process.
Environment - Server.
State - Current data.
Rewards - Predicted future values are the same observed values.
Then implement in JavaScript. One JavaScript framework is REINFORCEjs
Answered by Brian Spiering on December 20, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP