generic-github-user / Caesium

General-purpose AI library with NEAT-style genetic algorithm.
https://generic-github-user.github.io/Caesium/src/versions/javascript/projects/network-visualization/
MIT License
1 stars 1 forks source link

Number of update steps between inputs? #17

Open generic-github-user opened 5 years ago

generic-github-user commented 5 years ago

Example

Output: "What is your name?" n update steps Input: "My name is Phillip." n update steps Output: "Hello, Phillip."

More steps allow for more complex internal operations, but increase computation time and may become hard to manage when training.