Skip to content

Supernova classification of images from the Dark Energy Survey using a ConvNet model. Read more: https://medium.com/dessa-news/space-2-vec-fd900f5566

License

Notifications You must be signed in to change notification settings

dessa-oss/supernova-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

space2vec: Model Code

Detection of supernovae for astronomers is a task where machine learning can help reduce time resources, while increasing accuracy. In this project we build a supernova classification system to allow detection of images from the Dark Energy Survey using a ConvNet model. Read more: https://medium.com/dessa-news/space-2-vec-fd900f5566

Check our the posts here: space2vec.com

The project behind the code is talked about in detail throughout the blog posts. But this is where the cool code stuff happens!

You can find the model in the /cnn-model directory where you can find all model code and links to data.

Environment

We have supplied requirements.txt file which you can use to setup the right environment. This was made for Python 3.6, so if you are getting errors about missing versions or something similar try removing anything after the "==" for that library in the requirements.txt and run again.

Maintained by Pippin Lee ([email protected]) and Cole Clifford ([email protected])

License

Copyright 2015-2020 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

© 2020 Square, Inc. ATLAS, DESSA, the Dessa Logo, and others are trademarks of Square, Inc. All third party names and trademarks are properties of their respective owners and are used for identification purposes only.