All Projects → rhnvrm → Galaxy Image Classifier Tensorflow

rhnvrm / Galaxy Image Classifier Tensorflow

Classify whether an image is of a Spiral or an Elliptical Galaxy using Transfer Learning (Tensorflow)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Galaxy Image Classifier Tensorflow

Starnet
StarNet
Stars: ✭ 141 (-21.23%)
Mutual labels:  astronomy
Transferlearning Tutorial
《迁移学习简明手册》LaTex源码
Stars: ✭ 2,122 (+1085.47%)
Mutual labels:  transfer-learning
Pytorch Retraining
Transfer Learning Shootout for PyTorch's model zoo (torchvision)
Stars: ✭ 167 (-6.7%)
Mutual labels:  transfer-learning
Celeste.jl
Scalable inference for a generative model of astronomical images
Stars: ✭ 142 (-20.67%)
Mutual labels:  astronomy
Transfer Learning Anime
Transfer Learning for Anime Characters Recognition
Stars: ✭ 155 (-13.41%)
Mutual labels:  transfer-learning
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (-9.5%)
Mutual labels:  astronomy
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (-21.79%)
Mutual labels:  transfer-learning
Xfer
Transfer Learning library for Deep Neural Networks.
Stars: ✭ 177 (-1.12%)
Mutual labels:  transfer-learning
Celerite
Scalable 1D Gaussian Processes in C++, Python, and Julia
Stars: ✭ 155 (-13.41%)
Mutual labels:  astronomy
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (-7.26%)
Mutual labels:  transfer-learning
Astro Rust
Astronomical algorithms in Rust
Stars: ✭ 151 (-15.64%)
Mutual labels:  astronomy
Cosmonium
3D astronomy and space exploration program.
Stars: ✭ 153 (-14.53%)
Mutual labels:  astronomy
Asdf
ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data
Stars: ✭ 162 (-9.5%)
Mutual labels:  astronomy
Astroberry Server
Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
Stars: ✭ 141 (-21.23%)
Mutual labels:  astronomy
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-2.79%)
Mutual labels:  astronomy
Learn To Select Data
Code for Learning to select data for transfer learning with Bayesian Optimization
Stars: ✭ 140 (-21.79%)
Mutual labels:  transfer-learning
Image keras
Building an image classifier using keras
Stars: ✭ 162 (-9.5%)
Mutual labels:  transfer-learning
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (-1.12%)
Mutual labels:  astronomy
Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
Stars: ✭ 2,235 (+1148.6%)
Mutual labels:  transfer-learning
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (-8.38%)
Mutual labels:  transfer-learning

Tensorflow Elliptical vs Sprial Galaxy Image Classifier

This is the repository developed for 'Image Classifier in TensorFlow in 5 Min on YouTube using this CodeLab by Google as a guide.

Scientists can use this classifier to automatically label whether an image taken by telescope is of a Spiral Galaxy or an Elliptical one.

el el

Requirements

Usage

  1. Start the docker image docker run -it -v ~/projects/dump/tf_files/:/tf_files/ gcr.io/tensorflow/tensorflow:latest-devel

  2. Run the label_image script to label the image. python /tf_files/label_image.py <path_to_file>

Results

Accuracy

accuracy

Test Elliptical Galaxy Image

accuracy

Test Spiral Galaxy Image

accuracy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].