Lecture notebooks on data clustering.
Notebooks are written in Julia using Pluto.jl.
Notebooks have been used in:
- Tutorial given at SoftCOM, September 2021.
- SEA-EU Virtual Course at University of Malta, September 2021.
- EuroCC On-line workshop: AI Techniques - Data Clustering in Julia, April 2022.
You can view the notebooks at https://ivanslapnicar.github.io/Data-Clustering-in-Julia.jl
You can run the notebooks in two ways:
- Go to https://ivanslapnicar.github.io/Data-Clustering-in-Julia.jl and choose the desired notebook.
- Press
Edit or run this notebook
button and choosebinder
. This will read all the necessary packages and start the notebook (within several minutes).
- Clone the entire repository using
git
command:
git clone https://github.com/ivanslapnicar/Data-Clustering-in-Julia.jl
If you are unfamiliar with the git
tool, check GitHub help pages. You can also download the repository as a zip file.
- Install Julia. In Julia terminal run the commands
> using Pkg
> Pkg.add("Pluto")
> using Pluto
> Pluto.run()
This opens local Pluto server in your browser. Now you can choose the notebook and run it
(the notebboks are located in the directory Data-Clustering-in-Julia.jl/Lectures/
).