Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 988 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 988 Bytes

KerasTutorial

This is a tutorial for the beginners of loving deep learning. We start from Keras with some simple demos, including CNNs, RNNs, and GANs.

Recommended Environment

Operating System on your computer: Ubuntu, Mac Os, or Windows 10

1

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

(2) Install Ubuntu from Miscrosoft Store. Then,you can use ubuntu terminal on Windows10. 3

For details: go to https://tutorials.ubuntu.com/tutorial/tutorial-ubuntu-on-windows#0

Python >=3.5

Keras 2.2.4

Install ananconda-keras-tensorflow

Please go to https://rocmind.com/2018/09/01/how-to-install-ananconda-keras-tensorflow-ubuntu/