Julia Tutorials

Overview

These are random collections of tutorials to demonstrate [Julia's] (http://julialang.org) capability.

To get all the files: git clone https://github.com/ppalmes/JuliaHTML.git

You must install [IJulia] (https://github.com/JuliaLang/IJulia.jl) if you want to edit/extend/update the tutorials.

Latest update of this tutorial covers the following topics:

  • Gadfly visualization
  • Extreme Learning Machine Implementation
  • Deep Learning with RBM
  • Random Forest, Adaboost, SVM applications
  • Map-reduce and Distributed Arrays
  • Population-based random search with parallel implementation