This is a tutorial for the beginners of loving deep learning. We start from Keras with some simple demos, including CNNs, RNNs, and GANs.
Operating System on your computer: Ubuntu, Mac Os, or Windows 10
Note: The wonderful Ubuntu terminal is freely available for Windows 10. In short, you need to do
(1)Enable the “Windows Subsystem for Linux”
(2) Install Ubuntu from Miscrosoft Store. Then,you can use ubuntu terminal on Windows10.
For details: go to https://tutorials.ubuntu.com/tutorial/tutorial-ubuntu-on-windows#0
Python >=3.5
Keras 2.2.4
Please go to https://rocmind.com/2018/09/01/how-to-install-ananconda-keras-tensorflow-ubuntu/