arrayfire / arrayfire-ml

ArrayFire's Machine Learning Library.
BSD 3-Clause "New" or "Revised" License
102 stars 23 forks source link

TODO List for 0.1 release #17

Open pavanky opened 9 years ago

pavanky commented 9 years ago

Base Classes

Autograd

Neural Network

Solvers / Optimizers

Examples

unbornchikken commented 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.

UniqueFool commented 8 years ago

Also see: https://github.com/arrayfire/arrayfire/issues/1441

pavanky commented 7 years ago

Updated the issue to reflect the new architecture.