Julia: Difference between revisions

347 bytes added ,  12 September 2019
no edit summary
No edit summary
No edit summary
Line 101: Line 101:
would not recommend it for creating highly intricate or interactive experiences at the moment.<br>
would not recommend it for creating highly intricate or interactive experiences at the moment.<br>
MeshCat.jl is built using [https://github.com/JuliaGizmos/WebIO.jl WebIO.jl].<br>
MeshCat.jl is built using [https://github.com/JuliaGizmos/WebIO.jl WebIO.jl].<br>
===Machine Learning===
{{Main|Machine Learning in Julia}}




Line 107: Line 110:
[https://github.com/rdeits/MeshCat.jl Link]<br>
[https://github.com/rdeits/MeshCat.jl Link]<br>
A wrapper for graphics visualizations around three.js. This opens in a web browser but can be used for making helium apps.
A wrapper for graphics visualizations around three.js. This opens in a web browser but can be used for making helium apps.
See [[Graphics in Julia]] for more details on how to use this.
See [[Graphics in Julia]] for more details on how to use MeshCat.jl.
 
===Flux===
[https://fluxml.ai Link]<br>
Flux is the primary machine learning tool for Julia.
It includes convenience features including NN layers, activation functions, and an automatic differentiation system.
See [[Machine Learning in Julia]] for more details on how to use Flux.