The current code could make use of object-oriented programming for enhanced scalability and maintainability. By looking at "train_and_predict.m", one can understand that each prediction method (including RNNs) could be a subclass of the predictor class and that each RNN prediction method could be a subclass of the RNN class.
The current code could make use of object-oriented programming for enhanced scalability and maintainability. By looking at "train_and_predict.m", one can understand that each prediction method (including RNNs) could be a subclass of the predictor class and that each RNN prediction method could be a subclass of the RNN class.