golearn icon indicating copy to clipboard operation
golearn copied to clipboard

Simple Averaged Perceptron

Open savorywatt opened this issue 10 years ago • 3 comments

I know there is a ticket for building out a deep learning Neural Network but I was curious if an averaged perceptron implementation might be welcome. I've been hacking in Go for a bit and I'm trying to find good projects to both learn from others and have an opportunity to build new things. Thanks!

savorywatt avatar Jun 10 '14 05:06 savorywatt

This sounds good to me. Feel free to sketch out some code with some ideas.

sjwhitworth avatar Jun 10 '14 06:06 sjwhitworth

Great I'll do that. Thanks!

On Tue, Jun 10, 2014 at 1:59 AM, Stephen Whitworth <[email protected]

wrote:

This sounds good to me. Feel free to sketch out some code with some ideas.

— Reply to this email directly or view it on GitHub https://github.com/sjwhitworth/golearn/issues/43#issuecomment-45580006.

savorywatt avatar Jun 13 '14 07:06 savorywatt

I created a branch that has a working implementation and an example with a new dataset. I missed a PR @Sentimentron made against my work in progress branch that got everything working with latest master but we touched base and now things should be good to merge upstream.

@Sentimentron @sjwhitworth not sure how to submit a PR so I opened one against my own fork.

https://github.com/savorywatt/golearn/pull/2

savorywatt avatar Jan 13 '15 04:01 savorywatt