Hi Auon, I have made some effort to try implementing multi-layer perceptron a few years back but never got the time to finish it. Latest commits on these 2 branches has the history https://github.com/haying/madlib/commits/nn_design https://github.com/haying/madlib/commits/mlp
I were using the convex programming framework in MADlib to implement it with stochastic gradient descent. You may or may not do it in the same way. Thanks, Feng, Xixuan (Aaron) On Wed, Feb 22, 2017 at 8:59 AM, Kazmi,Auon H <[email protected]> wrote: > Hi all, > > I am currently working on implementing Perceptron Learning Algorithm in > Madlib. This module would serve the purpose of a single neuron when > implementing any multi-layer neural network. > > Since, it involve state transitions, optimizations,etc., could you guys > suggest a module that could help a little in this context? > > > > > > > Regards, > > Auon > -- - Aaron
