Implemented scaling to the data so that the final MSE calculation worked properly since the predictions are already scaled between [0,1].
Added the Naive Case of averaging the previous 5 frames together to get a naive prediction.
Added Evaluation, Preprocessing, Training, Transformation folders.
Preprocessing is just a rework of the folder for the new structure of the old preprocessing folder.
Training and Transformation are the old project file broken up into two parts and restructured.
Evaluation is for evaluating the predictive power of the model.