led by Dr. Chris Rackauckas
Organized by Penn State Center for Astrostatistics
This repository contains the following computational notebook:
- neuralode_gw.ipynb (Jupyter notebook): Notebook fitting a neural ODE to simulated gravitational waveform data based on code from Keith et al. (2021) at .
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.
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.
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:
- Download and install current version of Julia from julialang.org.
- Run julia
- 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.)
- Start Jupyter
julia> using IJulia
julia> notebook()
- Open the Jupyter notebook for your lab
- Lectures from MIT's 18.337J/6.338J: Parallel Computing and Scientific Machine Learning
- Online SciML Book
- SciML Open Source Software Community
- GitHub respository for all of Astroinformatics Summer school
- Astroinformatics Summer school Website & registration
We welcome people filing issues and/or pull requests to improve these labs for future summer schools.