vnikoofard / ScientificMachineLearning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scientific Machine Learning Lab

Astroinformatics Summer School 2022


This repository contains the following computational notebook:

The computational notebook includes code from two supporting files:

  • models.jl
  • utils.jl

Labs do not assume familiarity with Julia. While it can be useful to "read" selected portions of the code, the lab tutorials aim to emphasize understanding how algorithms work, while minimizing need to pay attention to a language's syntax.


Running Labs

Instructions will be provided for students to run labs on AWS severs during the summer school. Below are instruction for running them outside of the summer school.

Running Jupter notebooks with a Julia kernel on your local computer

Summer School participants will be provided instructions for accessing JupyterLab server.
Others may install Python 3 and Jupyter (or JupyterLab) on their local computer or use Google Colab to open the Jupyter notebooks. Probably the easiest way to do that is with the following steps:

  1. Download and install current version of Julia from julialang.org.
  2. Run julia
  3. From the Julia REPL (command line), type
julia> using Pkg
julia> Pkg.add("IJulia")

(Steps 1 & 3 only need to be done once per computer.)

  1. Start Jupyter
julia> using IJulia
julia> notebook()
  1. Open the Jupyter notebook for your lab

Additional Links

Contributing

We welcome people filing issues and/or pull requests to improve these labs for future summer schools.

About

License:Other


Languages

Language:Jupyter Notebook 98.8%Language:Julia 1.2%