DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

FeederManager #26

Closed Ithanil closed 5 years ago

Ithanil commented 6 years ago

Similar to the ActivationFunctionManager, it returns the type of feeder that matches the given id code (and also optionally takes a params code for configuration). However, in this case you also have to provide a pointer to the layer you want to connect the feeder to.