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

Add feature maps #25

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Add more special feeders that take a specific selection of sources (with or without variable beta-like weight factors applied), use it as input for an arbitrary N->1 dimensional function (e.g. sum, dot_product, euclidean distance, ..) and finally optionally apply an activation function.

Ithanil commented 6 years ago

33