TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: GoLearn

81 点作者 sjwhitworth将近 11 年前

6 条评论

micro_cam将近 11 年前
Great work! This looks to have come a long ways since I last looked at it!<p>Do you have benchmarks?<p>I&#x27;ve been working on a similar project just for decision tree learning [1]. I&#x27;ve been able to get performance just about equal to scikit learn which is the current fastest open implementation [2]. I can beat it in some cases with lots of binary features.<p>I&#x27;ll see about including a compatibility layer for integration with golearn. I&#x27;m actually also currently squatting the golearn github org but will pass it off if you are interested.<p>[1] <a href="https://github.com/ryanbressler/CloudForest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryanbressler&#x2F;CloudForest</a><p>[2] based on benchmarks here <a href="http://orbi.ulg.ac.be/handle/2268/170309" rel="nofollow">http:&#x2F;&#x2F;orbi.ulg.ac.be&#x2F;handle&#x2F;2268&#x2F;170309</a><p>[3] <a href="https://github.com/golearn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;golearn</a>
评论 #8160855 未加载
sjwhitworth将近 11 年前
Hey guys. We&#x27;ve made a lot of progress since this was last posted on HN. Please clone, play around, and give us your feedback.<p>Stephen (one of the authors)
shiloa将近 11 年前
Very cool - solid library all the way.<p>As an aside, I keep hoping Google (or others) open sources a bunch of their internal Go libraries; I&#x27;m just gussing here, but surely they&#x27;ve built a bunch of tools outside the standard library to match scientific, numeric and utility libraries found in other languages (scipy, numpy, PIL, etc)? Based on its rumored wide adoption and extensive use inside the company, it sure makes sense they&#x27;ve extended the core to suit their irregular needs.<p>Can anyone who&#x27;s worked&#x2F;works with Go at Google shed some light on this? Just curious.
评论 #8160610 未加载
评论 #8160417 未加载
jbarrow将近 11 年前
This looks like a solid package and I look forward to testing it!<p>I&#x27;ve looked into writing my own machine learning code in Go, and the major difficulty that I&#x27;ve always run into was the lack of a good matrix package. The author of GoLearn apparently uses library that wraps a Go implementation BLAS. I&#x27;m curious to see what kind of performance this offers versus more established linear algebra packs from other languages.
评论 #8160175 未加载
qmaxquique将近 11 年前
I just created a GoLearn Terminal.com snapshot. You can play with it without having to install or compile anything. <a href="https://terminal.com/tiny/QLlicfE27O" rel="nofollow">https:&#x2F;&#x2F;terminal.com&#x2F;tiny&#x2F;QLlicfE27O</a>
thinxer将近 11 年前
I&#x27;m not sure but will it be easier to build an interactive console especially for golearn? I believe the IPython system is a boost to Python&#x27;s success on scientific computation.