Since Julia is still a "new" language, there is not as much material out there, with easy to follow tutorials on how to do many things. Hence, this is a personal repository to collect Tutorials in Julia,
This repository is related to the publication Coffee in a Klein Bottle.
Below, the List of Contents of tutorial related to Coffee in a Klein Bottle:
- Speeding Up Julia Precompilation - How to use PackageCompiler.jl to create precompiled versions of Julia with your favorite packages, and speed up the process of starting a new kernel;
- Deep Learning with Julia - A brief tutorial on training a Neural Network with Flux.jl.The notebook here corresponds to the code shown in the article;
- Analyzing Graphs with Julia - A brief tutorial on how to use Julia to analyze graphs using the JuliaGraphs packages. The notebook here corresponds to the code shown in the article.