Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 807 Bytes

Introduction to Deep Learning

In this repository, we introduce the basic principles of deep learning in an interactive pluto notebook.

To run this correctly, you must first install julia:

https://julialang.org/downloads/

Then clone the repo onto your local machine:

git clone [email protected]:palma-ice/deeplearning_introduction.git

Open a julia REPL within the repo on your local machine:

cd deeplearning_introduction

julia

Acces the package manager by pressing the ]-key instantiate the packages provided in Project.toml:

instantiate

activate .

You can now run Pluto within the REPL:

import Pluto

Pluto.run()

If a Pluto tab does not automatically open in your browser, you can do it manually with ctrl+click on the link displayed in the terminal. Open main.jl and enjoy!