Automatic model for the generation of eclipsing binary system cataloguesWe present the Compound Decision Tree (CDT), an automatic tool for the generation of catalogues of eclipsing binary systems (EBs). This supervised machine learning model is part of a pipeline that has as input time series of EBs and as output the classification of these systems into Detached, Semi-detached and Contact. The training of the model and its evaluation was performed using a catalogue of 100 EBs from the VISTA Variables in the Vía Láctea Survey (VVV) Survey, using tile d040. The performance of CDT to generate catalogues in other tiles was tested on tile d078, obtaining a good classification performance in the three types of EBs compared to the classification performed visually. En el proceso, extrajimos características de las curvas de luz con feets (feATURES eXTRACTOR for tIME sERIES, Cabral et al. 2018) añadimos el cálculo de la diferencia de amplitud entre mínimos y los diferentes periodos. Después mediante MUTUAL INFORMATION generamos una lista de puntuaciones para 35 características, la puntuación depende de la correlación entre las características de las curvas de luz y las clases de EBs. Finally, we use 3 models (M1, M2 and M3). These models are composed of decision tree (DT), random forest (RF), k-nearest neighbour (KNN) and linear support vector classification (LSVC), plus a voting system. Classification is performed using a composite decision tree. First, M1 classifies BS C and D. Then, depending on the result, M2 classifies BS D and SD or M3 classifies BS C and SD. In Automated classification of eclipsing binary systems in the VVV Survey the outline of the process for determining the best model for the classification of BEs is shown in detail. And in the repository of the vanedaza/CDTIn addition to a notebook for the use of the CDT model we include notebooks for data curation and pre-processing, feature generation, and a notebook is used to generate a report in .tex format containing the light curves of the eclipsing binary systems and a table with information about the system and the classification. |
ROGER: Reconstructing Orbits of Galaxies in ExtremeRegions using machine learning techniquesGalaxies in the Universe show a wide variety of properties as a result of the action of both, internal and environmental processes. Clusters of galaxies constitute the most extreme environments in the Universe for galaxy evolution. Galaxies in clusters exhibit different properties compared to galaxies that reside in the field, or in less massive systems. On the other hand, machine learning techniques (machine learning) represent a new way of analyzing big data-sets in an agnostic and homogeneous way. Taking into account the amount of data generated by current and future surveys and simulations, the data-driven techniques will become a fundamental tool for their analysis. Here we present ROGER (Reconstructing Orbits of Galaxies in Extreme Regions), a machine learning technique that relates the two-dimensional PPSD position of galaxies to their 3D orbits. The code retrieves the probability for each galaxy to belong to each class using only its position on the projected phase-spacei.e, distance to the cluster center (normalized to R200) and relative LOS velocity to the cluster center (normalized to the velocity dispersion). This code was trained and calibrated using a synthetic catalog of clusters and galaxies constructed using the semi-analytic model of galaxy formation and evolution SAG on the Multidark MDPL2 cosmological simulation. The code is completely free and public. Can be used as an R package (for more details see https://github.com/Martindelosrios/ROGERor through its online version at https://mdelosrios.shinyapps.io/roger_shiny/. This project was developed by Martín de los Rios, Julián Martínez, Valeria Coenda, Hernán Muriel, Andrés Ruiz, Cristian Vega and Sofia Cora and was published in the international journal MNRAS. |
MeSsI (Merging Systems Identification)de los rios+16 2016MNRAS.458..226D Merging galaxy systems provides observational evidence of the existence of dark matter and constraints on its properties. Therefore, statistical uniform samples of merging systems would be a powerful tool for several studies. In this work, we present MeSsI (Merging Systems Identification algorithm) a new machine learning method for merging systems identification. We use as a starting point a mock catalog of galaxy systems, identified using traditional FoF algorithms, which experienced a major merger as indicated by its merger tree. This code is completely free and public and can be downloaded and used as an R package (https://github.com/Martindelosrios/MeSsI). This project was developed by Martín de los Rios, Mariano Domínguez, Dante Paz and Manuel Merchán. |
Fargo 3D
|
This project presents a specialized library for time-domain astronomy, providing a collection of varied light-curve features to describe celestial objects through their luminosity changes. The library utilizes machine learning algorithms for classification, offering a collaborative and open tool designed to streamline the universal analysis of astronomical photometric databases. Its objectives include promoting standardization across surveys and enhancing efficiency in tasks such as modeling, classification, data cleaning, outlier detection, and overall data analysis. More information: feets |