mirapy-org / mirapy

MiraPy: A Python package for Deep Learning in Astronomy

Home Page:https://mirapy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiraPy: Python Package for Deep Learning in Astronomy

Powered by Keras Badge

Powered by Astropy Badge

Travis CI

Documentation Status

Coveralls

Slack

PyPI

LICENSE

Zenodo DOI

MiraPy is a Python package for Deep Learning in Astronomy. It is built using Keras for developing ML models to run on CPU and GPU seamlessly. The aim is to make applying machine learning techniques on astronomical data easy for astronomers, researchers and students.

The documentation is available here.

Applications

MiraPy can be used for problem solving using ML techniques and will continue to grow to tackle new problems in Astronomy. Following are some of the experiments that you can perform right now:

  • Classification of X-Ray Binaries using neural network
  • Astronomical Image Reconstruction using Autoencoder
  • Classification of the first catalog of variable stars by ATLAS
  • HTRU1 Pulsar Dataset Image Classification using Convolutional Neural Network
  • OGLE Catalogue Variable Star Classification using Recurrent Neural Network (RNN)
  • 2D and 3D visualization of feature sets using Principal Component Analysis (PCA)
  • Curve Fitting using Autograd (basic implementation)

There are more projects that we will add soon and some of them are as following:

  • Feature Engineering (Selection, Reduction and Visualization)
  • Classification of different states of GRS1905+105 X-Ray Binaries using Recurrent Neural Network (RNN)
  • Feature extraction from Images using Autoencoders and its applications in Astronomy

You can find the applications MiraPy in our tutorial repository.

Installation

Before installing Keras, please install one of its backend engines: TensorFlow, Theano, or CNTK. We recommend the TensorFlow backend. You can find Keras installation guide here.

You can download the package using pip package installer:

pip install mirapy

You can also build from source code:

git clone --recursive https://github.com/mirapy-org/mirapy.git
cd mirapy
pip install -r requirements.txt
python setup.py install

Contributing

MiraPy is far from perfect and we would love to see your contributions to open source community! In future, it will be able to do more and in better ways and we need your suggestions! Tell us what you would like to see as a part of this package on Slack.

About Us

MiraPy is developed by Swapnil Sharma and Akhil Singhal as their final year 'Major Technical Project' under the guidance of Dr. Arnav Bhavsar at Indian Institute of Technology, Mandi.

License

This project is Copyright (c) Swapnil Sharma, Akhil Singhal and licensed under the terms of the MIT license.

About

MiraPy: A Python package for Deep Learning in Astronomy

https://mirapy.org/

License:MIT License


Languages

Language:Python 85.7%Language:TeX 14.3%