PHYS366: Statistical Methods in Astrophysics

Lesson 9: Machine Learning

Goals for this session:

  • Use some of the SciKit-Learn utilities to apply some Machine Learning solutions to some simple test problems.
  • Describe the difference in approach taken in Machine Learning compared to the statistical inferences more commonly seen in astronomy to date.

Credits:

See the LICENSE for details about redistributing the SciKit-Learn notebooks.

Package dependency:

  • You'll need the SciKit-Learn package installed:

In [ ]:
!pip install --upgrade scikit-learn

Getting Started in Machine Learning with SciKit-Learn

SciKit-Learn is a well-documented, community-built python package to support data analysis via Machine Learning.

Applications in Astrophysics

  • Having seen some simple examples from the SciKit-Learn tutorial, let's think about how Machine Learning could be applied in astrophysics.

Recap


In [ ]: