Open pavanky opened 9 years ago
@pavanky "The "forward" and "backward" methods help the composite nodes interface with other nodes in the larger network."
Oh, I get it! This was not obvious, I've seen many ML libraries out there that had this fw/bw only traversal hard coded in fundamentals. Now, I started to get excited to see where your design leads to. I cannot wait to put my hands on something that support this meta-network building approach. I started to imagine something like Peltarion Synapse but with performance level of x100.
Updated the issue to reflect the new architecture.
Base Classes
Autograd
Neural Network
Solvers / Optimizers
Examples