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.

Neural networks and a dive into Julia

64 pointsby glampabout 11 years ago

3 comments

dnauticsabout 11 years ago
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 未加载
bchabout 11 years ago
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 未加载
michaelochurchabout 11 years ago
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 未加载