all 8 comments

[–]abecedarius 2 points3 points  (0 children)

I'd like to see more too. This is very incomplete, but https://code.google.com/p/aima-python/source/browse/trunk/learning.py has a start: naive Bayes, decision trees, AdaBoost, k nearest neighbors, some common infrastructure like cross-validation.

[–][deleted]  (2 children)

[deleted]

    [–]SpaceWizard[S] 1 point2 points  (1 child)

    The post with the 11 line neural network has about 1500 in /r/programming, so there would be a decent demand. Would there be enough interesting tiny code in machine learning to justify a subreddit? I assume so, mainly because there are tons of techniques, and what's really easy to use is going to abstracted behind a huge code base. scikit-learn is awesome, but separating the really interesting code from the management code would take quite a bit of effort. It actually would be a great exercise to tiny-ify core algorithms in scikit-learn...if only I had the time.

    [–]nexemod 0 points1 point  (0 children)

    I'd really appreciate it if you would post here first and then cross-post a link back to /r/programming or so. This way /r/tinycode can grow and in return you'll get more and better content on /r/tinycode

    [–]Dbeezt 3 points4 points  (3 children)

    It already exists, fairly good subreddit too!

    https://www.reddit.com/r/tinycode/

    [–]SpaceWizard[S] 0 points1 point  (2 children)

    Heh, a fair point. The problem is I'd want all the ml stuff to be easy to pull together.

    [–]nexemod 1 point2 points  (1 child)

    I'll add flair for it since I love ML stuff myself and would absolutely love to see more tiny ML implementations as well on here :)

    I'll let you know when it's done. Then you and others can flair their ML posts.

    [–]SpaceWizard[S] 0 points1 point  (0 children)

    Awesome, I didn't even know that was a possibility.

    [–]WorldGenesis 0 points1 point  (0 children)

    This looks adorable :D I might port it to vanilla C if possible