Preparation / Installation for Pytorch/Keras

The Pytorch and Keras learning algorithms use Python and a number of python packages which have to be installed before the algorithms can be used.

Python can be installed in different ways and depending on the installation option chosen, there are one or more ways of how to install the required packages. The LearningFramework does no require any specific way of installing Python and the packages, as long as the following requriements are met:

However, the recommended approach to install Python and the required packages is by using Anaconda (https://www.anaconda.com/download/) or Miniconda (https://conda.io/miniconda.html)

The following installation instructions show how to prepare the system by using Miniconda.

Linux and Linux-like Operating Systems

Windows

MacOS