Almost all course material will be provided in form of Pluto notebooks which you can run on your computer. Here is the recipe to install Julia and Pluto. See also the Pluto homepage.
Preferably, use Chrome or Firefox as browsers
Download Julia and install it according to the procedure on you particular operating system. I recommend to use version 1.9.3
juliaup provides a flexible way to install Julia and to switch between versions
Invoke Julia and issue the following commands:
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()
As a result, you should see the "welcome to Pluto.jl" page in your browser. You can paste the notebook links from this course directly into the "Open from file" input box.
Julia Programming for Machine Learning: TU Berlin course page, course material by Adrian Hill
What is a Pluto notebook ?
Pluto notebook: pluto/julia, html, pdf
Basic information about Julia
Links to Julia resources
number types, control structures, functions ...
Pluto notebook: pluto/julia, html, pdf