Yes VLR i need help on machine learning. I tried on reddit didnt work so i try here :
I am doing LSTM and Random forest hybrid model , anyone can help me on this?
I am working on a market risk assessment involving a hybrid of LSTM and Random Forest. I am really struggling with the model right now , here are my struggles in the model :
LSTM requires huge historical dataset unlike Random Forest , so do I use multiple datasets or single? because I am using RF for intra/daily trade option and LSTM for long term investments
I try to extract real time data using Alpha Vantage for now , but it has limited amount to how many requests I can ask.
ok u can create a simple encoder decoder type model feed input date and the historical data to ur lstm model first, pass it down few cells after that u get a encoded output feed that ouput to ur random forset but u need to modify as random forset doesnt work well with numbers use regression forset or somthing like that