Hacker News new | ask | show | jobs
by adamnemecek 2479 days ago
Julia is in the same space.
2 comments

Yup, work is continuing apace with Julia’s next-gen Zygote project.

Also, from the GP’s thought about applications beyond DL, my favorite examples so far are for model-based RL [1] and Neural ODEs [2]

[1] https://fluxml.ai/2019/03/05/dp-vs-rl.html

[2] https://julialang.org/blog/2019/01/fluxdiffeq

Julia is great but it doesnt play in the domain of apps and servers
Yes it does. See genie.jl for a full mvc framework. Also there's mux.jl and http.jl.
It does. I spent several evenings writing little bits of Julia code that do “non numeric” stuff like querying RDF data stores, text processing, etc. I think Julia is a reasonable general purpose language.
It does have a ton of numerical/data science/general science libraries to be differentiated and to add value to the differentiable code though.