Giter Club home page Giter Club logo

scone's Introduction

scone

Re-implementation of SCONE paper by Helen Qu

Overview

This project aims to classify Type Ia supernovae from other transients and variable phenomena using a convolutional neural network. The dataset used is the PLAsTiCC dataset, which contains light curves for various objects. The data is too large to include on GitHub, but it's available for download on Kaggle.

Methods

Because CNNs are particularly good at working with images, I generated "heatmaps" from light curves by using Gaussian Process Regression. A sample light curve is shown below:

Sample light curve

Given the flux values at different times, as well as the passband for each measurement, Gaussian Process Regression can yield a 2D matrix, with one dimension being time and the other being wavelength. Essentially, we "augment" the data and generate light curves at various wavelengths. A sample heatmap is shown below:

Sample heatmap

This heatmap is the input to the CNN, which detects patterns in the heatmap to classify Type Ia supernovae.

Results

Accuracies

Overall, the model achieves a training accuracy of 98.16%, a validation accuracy of 86.24%, and a test accuracy of 83.18%. The training set was class-balanced, while the validation and test sets were not. The paper achieves a test accuracy of 83-87% on similar datasets. The amount of data I could use was limited as I am developing on a personal computer, but the model performed well nonetheless.

scone's People

Contributors

bkal01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.