Skip to content

Commit d1bc89e

Browse files
committed
refactor: better ann starting point explaination
1 parent 847a616 commit d1bc89e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ We get, as a starting point for our neural network, something like this:
9595

9696
![nn](readme-data/neat_cars_init.png)
9797

98+
The algorithm will then create itself the necessary connections (increasing their weight over time) and eventually add hidden layers in the process.
99+
98100
### Fitness
99101

100102
The fitness is quite simple: the more the car drives, the better it is. The fitness is calculated by the distance the car has driven. The car is therefore penalized if it crashes.

readme-data/neat_cars_init.png

-59.8 KB
Loading

0 commit comments

Comments
 (0)