Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine learning applied to open clusters #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions astrohackweek20/random-forest-open-cluster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Machine learning applied to open cluster identification
creators:
- Andrei Igoshev
- Catarina Alves
- Ernest Glukhov
- Marcin Marculewicz
- Mariia Demianenko
- Tarun Ruchandani
description: > Code to verify if a collection of stars found in the Gaia database is an open cluster.
Clustering algorithms (e.g. DBSCAN) returns tens of cluster candidates for every few square degrees
of the sky area when they are applied to the Gaia DR2 database data. In reality some of these cluster
candidates are not open clusters but rather are fluctuations of the Galactic disk stellar population.
These collections of stars are expected to have very different ages, absorptions and metallicities.
In this repository we train random forest and convolutional neural network to distiungush between
actual open cluster and general Galactic disk population.
source-url: https://github.com/ignotur/Random-forest-open-cluster