Skip to content

smolinad/MachineLearningCourse

Repository files navigation

Mathematics for Machine Learning

Universidad Nacional de Colombia
Sebastian Molina
[email protected]

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published