Open DJCordhose opened 2 years ago
More specifically, these would be the algorithms to try first
It would be easiest to work on Colab where most of the software is already installed and you do not have to deal with a local installation. A good starting point would be the existing implementation using TensorFlow:
It makes sense to make a copy of this notebook and just change the parts where the architecture is created and trained on the data.
There is a streamlined version of the existing TensorFlow implementation that runs fine on Colab and should be a better starting point
Everything before this cell
should be universal to all approaches. So new approaches would replace those parts after "ML Approach: Neural Network"
We only use a single, pretty oversized deep learning model. Especially after the first iteration we see this overfit, so it might be a good continuation of the story to use something else that does not overfit in the next iteration.
Such a model could be