December 2019
Intermediate to advanced
368 pages
11h 10m
English
Before we start writing the code related to the XOR experiment, the appropriate Python environment should be created, and all the dependencies need to be installed into it. Follow these steps to set up the work environment properly:
$ conda create --name XOR_neat python=3.5
$ conda activate XOR_neat
Read now
Unlock full access