XOR experiment source code

To start the experiment, we need to create a directory named Chapter3 using the mkdir command (for Linux and macOS) or md (for Windows):

$ mkdir Chapter3
This directory will save all the source files related to the experiment described in this chapter.

Then, we need to copy the xor_config.ini file from the source code repository associated with this chapter into the newly created directory. This file contains the complete configuration of the hyperparameters for the XOR experiment, as we discussed earlier.

The experiments that will be discussed in this book use various utilities to visualize the results to help us understand the internals of the neuroevolution process. The XOR experiment also depends on the specific ...

Get Hands-On Neuroevolution with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.