Robbepop / prophet

A simple neural net implementation.
Other
39 stars 1 forks source link

Redesign topology builder #3

Closed Robbepop closed 7 years ago

Robbepop commented 7 years ago

The current topology builder is not flexible enough to use it for building up complex neural networks involving different layer types such as Convolutonal Layers.

The new topology build infrastructure should enforce a mirroring between abstract topology layers and concrete neural network layers.

Some thoughts on this matter has been made, results so far are:

Robbepop commented 7 years ago

An initial version of the new topology builder is now available.

It supports:

It does not yet support the following layers:

For another design iteration a new issue will be opened.