This is a WIP introduction to machine learning in julia. For a comprehensive introduction to julia check out https://github.com/Datseris/Zero2Hero-JuliaWorkshop
- install julia: https://julialang.org/downloads/
- if you are using vscode: install the vscode julia extension and the vscode Jupyter extension
- add the
IJuliaPackage. In a julia console do:
using Pkg
Pkg.add("IJulia")- in the notebook, select the
juliakernel - clone this repo
- there is a julia kernel available for google collab and in levante's jupyterhub
- clone this repo and you should be good to go