danhey / stella

For characterizing flares with convolutional neural networks

Home Page:https://adina.feinste.in/stella

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stella is a Python package to create and train a neural network to identify stellar flares. Within stella, users can simulate flares as a training set, run a neural network, and feed in their own data to the neural network model. stella returns a probability at each data point that that data point is part of a flare or not. stella can also characterize the flares identified.

To install stella with pip:

pip install stella

Alternatively you can install the current development version of stella:

    git clone https://github.com/afeinstein20/stella
    cd stella
    python setup.py install

About

For characterizing flares with convolutional neural networks

https://adina.feinste.in/stella

License:MIT License


Languages

Language:Python 96.8%Language:Shell 3.2%