Organized by Penn State Center for Astrostatistics
Lab Tutorials:
- gradient_descent.jl (Pluto notebook): Introduction to optimization algorithms, with a focus on gradient descent
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 a Pluto server. Others may install Julia and Pluto on their local computer 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("Pluto")
(Steps 1 & 3 only need to be done once per computer.)
- Start Pluto
julia> using Pluto
julia> Pluto.run()
- Open the Pluto notebook for your lab
- 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.