liquidcarrot / carrot

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

Implementing simple RNN layer #228

Closed raimannma closed 4 years ago

raimannma commented 4 years ago

Adding a simple 1D RNN Layer.

The architect could connect multiple layers and create a network.