Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Roger-luo/PIML

lecture materials of the ML for Physics course 2021 in Perimeter Institute
https://github.com/Roger-luo/PIML

Last synced: 27 days ago
JSON representation

lecture materials of the ML for Physics course 2021 in Perimeter Institute

Lists

README

        

# PIML

Lecture materials of the Machine Learning for Physics course in Perimeter Institute 2021.

## How to Use

1. Install [Pluto notebook](https://github.com/fonsp/Pluto.jl)
2. download this repository by click the green button in this page.
3. open your Julia REPL and type

```julia
cd("path/to/your/PIML/folder")
```

4. press `]` button to enter the pkg mode, and type the following to install all the packages needed

```julia
activate .
instantiate
```

5. press `backspace` button to exit pkg mode
6. run `Pluto.run()` in your Julia REPL
7. open the notebooks in `notebooks` folder

## License

MIT License