ilabcode / pyhgf

PyHGF: A neural network library for predictive coding
https://ilabcode.github.io/pyhgf/
GNU General Public License v3.0
53 stars 17 forks source link

Add a Network class to handle fundamental network operations #188

Closed LegrandNico closed 5 months ago

LegrandNico commented 5 months ago

Create a main Network class for generic network creation and manipulation. The HGF class inherit from this one as a specific configuration of networks.

Close #141 and close #183.