Author Archives: n JuliaLang - The Julia programming language n

JSoC 2015 project: Automatic Differentiation in Julia with ForwardDiff.jl

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2015/10/auto-diff-in-julia/index.html

JSoC 2015 project: Automatic Differentiation in Julia with ForwardDiff.jl | This summer, I've had the good fortune to be able to participate in the first ever Julia Summer of Code (JSoC), generously sponsored by the Gordon and Betty Moore Foundation. My JSoC project was to explore the use of Julia for automatic differentiation (AD), a topic with a wide array of applicati…

JSoC 2015 project: Interactive Visualizations in Julia with GLVisualize.jl

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2015/10/glvisualize/index.html

JSoC 2015 project: Interactive Visualizations in Julia with GLVisualize.jl | GLVisualize is an interactive visualization library that supports 2D and 3D rendering as well as building of basic GUIs. It's written entirely in Julia and OpenGL….