liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
295 stars 34 forks source link

Implementing activation layer #229

Closed raimannma closed 4 years ago

raimannma commented 4 years ago

Adding a ActivationLayer.

The architect could connect multiple layers and create a network.