Is it possible to implement RNN with dependent and independent variables?
I wanted to implement RNN on a dataset that contains a dependent and multiple independent features. I've used ANN and DT before to do so. However, RNN seems a lot more different and doesnt focus on these variables/features but rather just using a singular column to make predictions. So i was wondering, is it possible? or is there another Deep Learning algorithm i could use for this?
thanks
Topic ann rnn deep-learning dataset
Category Data Science