Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunorc/galaxy-convnet

deep CNN for classification of galaxies
https://github.com/nunorc/galaxy-convnet

astronomy astrophysics cnn-classification deep-learning

Last synced: about 1 month ago
JSON representation

deep CNN for classification of galaxies

Awesome Lists containing this project

README

        

# Galaxy ConvNet

An exploratory definition of convolutional network for automatic classification
of galaxies, based on visual images. Relevant files in the repository:

* `galaxy-convnet-v2.ipynb`: Python notebook for training the model;
* `galaxy-convnet-v2.h5`: model weights stored in HDF5 format;
* `galaxy-convnet-dataset.ipynb`: Python notebook for creating the dataset;
* `data.tgz`: possible dataset for training and validation, created with the above notebook.

More information about this project available in this blog [post](https://medium.com/@nunorc/galaxies-morphology-classification-using-convolutional-neural-networks-ed5d7d82fbf).

### Acknowledgments

Thanks to Mariana Júlio for her interest in this project that sourced updates and improvements.