April 2026
461 pages
17h 56m
English
In the end, even a fool sees the goal, the more clever man sees it in the middle, and only the wise man sees it at the first step.–Friedrich Rückert (German writer, 1788–1866)
To make the initial step easier, we’ll first create a working environment in this chapter. From a technical point of view, this is a development environment for programming neural networks in the Python programming language.
The first step is to install an integrated development environment (IDE), which contains tools for editing the source code, testing, debugging, and, of course, compiling (i.e., translating into computer-understandable code).
There are countless ways ...
Read now
Unlock full access