liquidcarrot / carrot

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

Many new features for the typescript version #223

Closed raimannma closed 4 years ago

raimannma commented 4 years ago

Implementing architect, who constructs a network by connecting layers together.

Core layers:

Noise layers:

Pooling layers:

Recurrent layers:

I needed new node types, which could be found under src/architecture/nodes.

Implemented nodes:

More code reformatting such as bundle all exports of a file to the end.

Also adding tests for the most layer types, but there should be more coming.