Himanshu Pal
Himanshu Pal
I see that many algorithms do have their readmes but do not have a (theoretical) explanation for the concerning algorithm. I would like to add content to such readmes.
added pip install command for appropriate version Keras to run on colab. This will solve the problem for many MOOC learners.
The original code does not work fine in the Google colab. Please add following code: **!pip install q keras==2.0.6** to these lines of codes: ! shred -u setup_google_colab.py ! wget...