How to build Non Linear Vector auto regression using Neural Nets
I have worked on VAR ( vector Auto regression), which forecasts multiple output values(continuous) when there is linear relationship between all variables. I want to use Neural nets to do so,sothat I can include non linear relation among variables also.
Is there any specific type of NN available?
If not how can I implement it using NN?
Topic lstm regression neural-network
Category Data Science