Closed raimannma closed 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.
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.
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.