ogty / julia-getting-started

⚗️ Julia Getting Started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia Getting Started

Walks like Python, Runs like C


All Packages

Top 10 Julia Packages

  1. Flux : Machine Learning Library
  2. Pluto : Simple reactive notebooks
  3. IJulia : Julia kernel for Jupyter
  4. DifferentialEquations : Multi-language suite
  5. Gadfly : Statistical graphic
  6. Gen : A general-purpose probabilistic programming system
  7. JuMP : Modeling lanuage for Mathematical Optimization
  8. Knet : Deep Learning framework
  9. Plots : Visualizations and data analysis
  10. Mocha : Deep Learning framework

Downloads
Documentation jp
Documentation en
Unicode Mathematical Operators


Package Install

$ julia install.jl

Run in Jupyter

Setup

$ julia
julia> ]
(@v1.x) pkg> add IJulia
(@v1.x) pkg> # press backspace
julia> using IJulia
julia> notebook()

Run

$ jupyter notebook

About

⚗️ Julia Getting Started


Languages

Language:Julia 93.9%Language:Python 6.1%