Collection of examples and data from "The Complete guide to TensorFlow for Deep Learning with Python" by Jose Portilla Find the complete course and examples at https://www.udemy.com/complete-guide-to-tensorflow-for-deep-learning-with-python/
Make sure you're using Python3 and the latest version of Anaconda package manager. Once everything is installed on your machine move to the repository folder on your Anaconda prompt and type conda create env tfld_env.yml
.
Anaconda will fetch and install the required packages for the code. Once the installation is finished (you will be required to enter some confirmations) type activate tfdeeplearning
and your Python environment will be done.
Enjoy!