Skip to content

2020 Deep Learning Introduction with Python + Tensorflow/Keras

Notifications You must be signed in to change notification settings

ryanleek/TensorFlow

Repository files navigation

TensorFlow

2020 Deep Learning Introduction with Python + Tensorflow/Keras

  1. First Deep Learning model with Mnist(tutorial 01): Practice building and training model
  2. CNN with Kaggle Cats and Dogs(tutorials 02~04): Learn various layers, normalizing, and tensorboard
  3. RNN introduction(tutorial 05): Dropout,

Following tutorials from: https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/

Extras

A. How to Install Tensorflow on Python

  1. Install Virtualenv >> pip3 install -U pip virtualenv
  2. Create venv Directory >> virtualenv --system-site-packages -p python3 ./venv
  3. Activate venv >> .venv\scripts\activate
  4. Install Tensorflow >> pip install --upgrade tensorflow

B. For tutorials_02, 03 download below

C. To view tensorboard, install tensorbard by pip seperately, then view log/

D. For tutorial_04 download cat.jpg and dog.jpg

About

2020 Deep Learning Introduction with Python + Tensorflow/Keras

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages