By: n JuliaLang - The Julia programming language n
Re-posted from: https://julialang.org/blog/2017/12/ml-pl-cn/index.html
机器学习与编程语言 (Simplified Chinese) | > 任何足够复杂的机器学习系统,里面都拼凑了半个不规范,处处错误,且运行缓慢的编程语言。^greenspun …
By: n JuliaLang - The Julia programming language n
Re-posted from: https://julialang.org/blog/2017/12/ml-pl-cn/index.html
机器学习与编程语言 (Simplified Chinese) | > 任何足够复杂的机器学习系统,里面都拼凑了半个不规范,处处错误,且运行缓慢的编程语言。^greenspun …
By: n JuliaLang - The Julia programming language n
Re-posted from: https://julialang.org/blog/2017/12/ml-pl/index.html
On Machine Learning and Programming Languages | > Any sufficiently complicated machine learning system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of a programming language.^greenspun …
By: n JuliaLang - The Julia programming language n
Re-posted from: https://julialang.org/blog/2017/11/gsoc-ode/index.html
GSoC 2017: Native Julia second order ODE and BVP solvers | My original GSoC project was about implementing native Julia solvers for solving boundary value problems (BVPs) that were determined from second order ordinary differential equations (ODEs). I started down the BVP path, built a shooting method to solve BVPs from initial value problems (IVPs), and the…