astroNN is a python package to do various kinds of neural networks with targeted application in astronomy by using Keras as model and training prototyping, but at the same time take advantage of Tensorflow's flexibility.
For non-astronomy applications, astroNN contains custom loss functions and layers which are compatible with Tensorflow or Keras with Tensorflow backend. The custom loss functions mostly designed to deal with incomplete labels. astroNN contains demo for implementing Bayesian Neural Net with Dropout Variational Inference in which you can get reasonable uncertainty estimation and other neural nets.
For astronomy applications, astroNN contains some tools to deal with APOGEE, Gaia and LAMOST data. astroNN is mainly designed to apply neural nets on APOGEE spectra analysis and predicting luminosity from spectra using data from Gaia parallax with reasonable uncertainty from Bayesian Neural Net. Generally, astroNN can handle 2D and 2D colored images too. Currently astroNN is a python package being developed by the main author to facilitate his research project on deep learning application in stellar and galactic astronomy using SDSS APOGEE, Gaia and LAMOST data.
For learning purpose, astroNN includes a deep learning toy dataset for astronomer - Galaxy10 Dataset.
Uncertainty analysis with Dropout Variational Inference Neural Nets
Reproducing Gaia DR2 with astroNN result
Please cite astroNN in your publications if it helps your research. Here is an example BibTeX entry:
@misc{leung2018astroNN, title={astroNN}, author={Leung & Bovy}, year={2018}, howpublished={\url{https://github.com/henrysky/astroNN}}, }
or AASTex
\bibitem[Leung \& Bovy (2018)]{leung2018astroNN} Leung \& Bovy 2018, astroNN GitHub, https: 680B //github.com/henrysky/astroNN
- Henry Leung - Initial work and developer - henryskyAstronomy Student, University of TorontoContact Henry: henrysky.leung [at] mail.utoronto.ca
- Jo Bovy - Supervisor of Henry Leung - jobovyAstronomy Professor, University of Toronto
This project is licensed under the MIT License - see the LICENSE file for details