Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 831 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 831 Bytes

deepTF-tutorial

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/

Environment setup

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!