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: 14 days ago
JSON representation
lecture materials of the ML for Physics course 2021 in Perimeter Institute
- Host: GitHub
- URL: https://github.com/Roger-luo/PIML
- Owner: Roger-luo
- License: mit
- Created: 2021-03-27T03:44:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T03:26:48.000Z (over 3 years ago)
- Last Synced: 2024-10-19T17:48:57.537Z (25 days ago)
- Language: Julia
- Size: 1.67 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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