Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.14 KB

File metadata and controls

26 lines (22 loc) · 1.14 KB

Mathematics for Machine Learning

Universidad Nacional de Colombia
Sebastian Molina
smolinad@unal.edu.co

Every assignment in this repository will be submitted as a Pluto.jl notebook. For offline exploration, you must:

  1. Download the notebook.
  2. Install Julia. (https://julialang.org/)
  3. Run Julia and from the Julia command line install the Pluto package as follows:
julia> using Pkg
julia> Pkg.add("Pluto")
  1. Run Pluto from the Julia command line.
julia> using Pluto
julia> Pluto.run()
  1. A local server will automatically open in your default browser, similar to Jupyter Notebook. Open the notebook from the search bar.

  2. The notebook will automatically install all the libraries used in the notebook, in an independent environment!

Alternatively, you can use the following links to a Binder repository, where you can run the notebook online. It takes from 2 to 8 minutes to load.

Assignments: