TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Machine Learning Library for C++

76 pointsby optiminimalistabout 12 years ago

4 comments

piloochabout 12 years ago
Very interesting, but as a daily practitioner I am skeptical.<p>First, this is a <i>lot</i> of code! As a C++ machine learning programmer, I am impressed as I know the pain (someone explains why, see comment <a href="https://news.ycombinator.com/item?id=5613797" rel="nofollow">https://news.ycombinator.com/item?id=5613797</a> ).<p>Second, it contains a version of Blas and ublas as well as LBFGS and more, much more, coded from scratch as it seems. This seems too much for an ML library, and a lot to maintain.<p>This makes me skeptical of performances and maintenance of the code, but it would be fairer to try it first.<p>Still very impressed.
评论 #5615019 未加载
评论 #5614662 未加载
JacobiXabout 12 years ago
The library supports some very useful algorithms. Both supervised and unsupervised ones. But I can't use it for our commercial non GPL projects.
评论 #5613663 未加载
评论 #5613349 未加载
评论 #5613522 未加载
hackinthebochsabout 12 years ago
This looks awesome. I've been itching to try out some ideas I have after having gone through Bishop's book, but I've been hesitant to write the algorithms from scratch. Now I'll have to decide between learning matlab or a library such as this.
评论 #5613797 未加载
评论 #5613403 未加载
swalshabout 12 years ago
Does anyone know if there's a good ML library written in C# or F#
评论 #5613482 未加载
评论 #5613350 未加载
评论 #5614360 未加载