November 2020
Intermediate to advanced
480 pages
13h 56m
English
All of the code in this book is written in Python 3, Open CV, Keras, and TensorFlow. The process of setting up a DL environment on your computer is fairly involved and consists of the following steps, which this appendix covers in detail:
Download the code repository.
Install Anaconda.
Set up your DL environment: install all the packages that you need for projects in this book (NumPy, OpenCV, Keras, TensorFlow, and others).
[Optional] Set up the AWS EC2 environment. This step is optional if you want to train your networks on GPUs.
All the code shown in this book can be downloaded from the book’s website (www.manning.com/books/deep-learning-for-vision-systems) and also ...
Read now
Unlock full access