November 2017
Intermediate to advanced
274 pages
6h 16m
English
It is best to use an IDE such as PyCharm to edit Python code; it provides faster development tools and coding assistance. Code completion and inspection makes coding and debugging faster and simpler, ensuring that you focus on the end goal of programming neural networks.
TensorFlow provides APIs for multiple languages: Python, C++, Java, Go, and so on. We will download a version of TensorFlow that will enable us to write the code for deep learning models in Python. On the TensorFlow installation website, we can find the most common ways and latest instructions to install TensorFlow using virtualenv, pip, and Docker.
The following steps describe how to set up a local development environment:
Read now
Unlock full access