sjwhitworth / golearn

Machine Learning for Go
MIT License
9.29k stars 1.19k forks source link

Simple Averaged Perceptron #43

Open savorywatt opened 10 years ago

savorywatt commented 10 years ago

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!

sjwhitworth commented 10 years ago

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

savorywatt commented 10 years ago

Great I'll do that. Thanks!

On Tue, Jun 10, 2014 at 1:59 AM, Stephen Whitworth <notifications@github.com

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 commented 9 years ago

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