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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Neural networks and a dive into Julia

64 点作者 glamp大约 11 年前

3 条评论

dnautics大约 11 年前
I am using Julia to casually participate in a bioinformatics contest (I have no bioinformatics background but I am pretty darned good at coding and biochemistry). The technique i'm using involves blasting a subset of the genome with neural nets, and I'll be damned if Julia isn't fast. I haven't benchmarked it against python, but basically the program is running a hybrid swarm optimization/gradient descent technique to find 20:5:1 neural nets; it is able to find test and optimize a swarm of 100 neural nets over 50 iterations in about 2 seconds on my rather slow laptop (2.3 GHz Core i3) A friend of mine is doing the same contest (using python) and his eyes popped out when I told him how efficient Julia was.
评论 #7750426 未加载
评论 #7750890 未加载
评论 #7750266 未加载
bch大约 11 年前
I&#x27;m pretty excited about Julia and integrating it into existing infrastructure[0]. The build process though -- even the &quot;release&quot; seems to insist on running git to pulldown code&#x2F;data from the network -- if Julia devs&#x2F;release-managers are reading -- what are odds of getting standalone distributions ?<p>[0] <a href="https://news.ycombinator.com/item?id=7173137" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7173137</a>
评论 #7751136 未加载
评论 #7751723 未加载
michaelochurch大约 11 年前
Interesting. OP (if you&#x27;re around): I noticed in the confusion matrix that everything was classified to the middle classes (5, 6, 7). That makes sense because the 3s, 4s, and 8s are rare and &quot;true 8s&quot; are still most likely to have a high probability on the 7 class, because there are far more 7s in the data. Did you analyze approximate correctness for the probabilities, or consider sampling from the computed probabilities rather than classifying to the highest one, to see where that led?
评论 #7751598 未加载