From the course: Deep Learning: Image Recognition

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Installing Python 3, Keras, and TensorFlow on Windows

Installing Python 3, Keras, and TensorFlow on Windows - Python Tutorial

From the course: Deep Learning: Image Recognition

Start my 1-month free trial

Installing Python 3, Keras, and TensorFlow on Windows

- [Instructor] To work with the code examples in this course, we need to install the Python 3 programming language, the PyCharm development environment, and several software libraries, including Keras and Tensorflow. This video will cover installation on Windows. If you're using Mac OS, watch the separate video covering Mac installation instead. First, let's install Python 3. We're here at python.org, and go ahead and click on downloads. To make installation easier, we're going to install a specific version of Python. In this list, scroll down and find Python 3.6.6, and click on download. Now let's scroll to the bottom of the page, and we're gonna find the Windows x86-64 executable installer, and click to download it. Now that the download is finished, click to launch the installer. Now click install now to install it. The reason we're installing Python 3.6.6 is because there's a version of Tensorflow package for it. That will make the installation process much easier. If you're using…

Contents