Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interested in contributing - Bayesian Classifier? #59

Closed
tedkornish opened this issue Jul 22, 2015 · 4 comments
Closed

Interested in contributing - Bayesian Classifier? #59

tedkornish opened this issue Jul 22, 2015 · 4 comments

Comments

@tedkornish
Copy link

Hey Mike,

I'm interested in contributing as a fun exercise for my ML and Haskell chops. A disclaimer: I don't have a strong background in machine learning implementations and I haven't been writing Haskell for more than a few months. However, I'm willing to work hard, read papers and learn the ropes.

It looks like HLearn is currently lacking a Naive Bayesian Classifier implementation - do you think that would make a good initial project?

Cheers,
T

@mikeizbicki
Copy link
Owner

Hi Ted.

Actually, HLearn used to have a Naive Bayes implementation, but I've temporarily removed it. I'm not happy with the current way Haskell handles random variables/distribution like things, and one of my future goals with HLearn is to have a more mathematically sound interface. So thanks for the interest, but I don't think this is a good intro project.

A better intro project would be to implement a new optimization method. The optimization interface is getting pretty well fleshed out, and other people have had some success contributing in this way.

@tedkornish
Copy link
Author

Sounds good. I'll poke around the Git history and see what other people have contributed, then do some reading and try to pick a good diving-off point. Before I start, I'll probably shoot you an email to make sure that what I'm working on is productive and useful to the library.

Thanks!

@mikeizbicki
Copy link
Owner

The dbrent method for univariate optimization is what I had in mind when I said that.

@tedkornish
Copy link
Author

Solid! That sounds like a great start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants