nedtaylor / athena

A Fortran-based feed-forward neural network library. Whilst this library currently has a focus on 3D convolutional neural networks (CNNs), it can handle most standard hidden layer forms of neural networks, with the plan to integrate more.
MIT License
18 stars 2 forks source link

1D pooling layers #31

Closed nedtaylor closed 5 months ago

nedtaylor commented 5 months ago

Need to implement 1D pooling layers for average and maximum techniques.

nedtaylor commented 5 months ago

1D conv layer is also not included in the current release either. This is being tested in the message passing development. This will be ported over.

nedtaylor commented 5 months ago

input2d_layer_type also needs to be added to handle conv1d_layer_type input shape

nedtaylor commented 5 months ago

Implemented in development, will close once in main.