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.

Building a Language and Compiler for Machine Learning

161 pointsby one-more-minuteover 6 years ago

5 comments

ChrisRackauckasover 6 years ago
As someone who works in merging differential equations and machine learning, I have found this kind of work essential for what I do. Pervasive AD that allows merging neural networks and diffeq solvers is allowing us to explore all of kinds of new models and new problems. Sure it doesn't impact vanilla machine learning all that much (though Zygote.jl does allow for a lot of optimizations that wouldn't be possible with tracing-based AD), but it definitely opens up a new wave of AI possibilities.
评论 #18602990 未加载
评论 #18603488 未加载
评论 #18602674 未加载
manojldsover 6 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18593453" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18593453</a>
yahyaheeeover 6 years ago
I’m finding the ML work being done in Julia very refreshing. It feels like they are building things right from the ground up and the community is great to work with.
pbalauover 6 years ago
&gt; [...] bake for fifteen minutes and out pops a fully-featured ML stack<p>where is logging, where is model storage and versioning, where is input data processing and normalizing, where is results processing?
评论 #18602650 未加载
评论 #18602688 未加载
xvilkaover 6 years ago
Hopefully one day Julia won&#x27;t need patched LLVM. Will improve packaging in various distributions too.