akhileshthite / planetary-albedo

A deep multi-objective regression model that can predict the chemical composition of Mercury & Moon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Model for the Planetary Albedo

➔ Deep multi-objective regression models that can predict the chemical composition of Mercury based on data collected by the Messenger mission and also can predict the chemical composition of the Moon based on data collected by the Lunar Prospector mission.

Planetary surfaces are observed as all electromagnetic wavelengths (e.g. radar, infrared, optical, ultraviolet, x-ray, gamma-ray), and each wavelength provides unique information about the chemistry, mineralogy, and history of the surface. Yet the information is not entirely independent. For example, the chemical element iron, which is mapped with x-rays and gamma rays, is highly related to optical albedo on the Moon. Knowing this, we can develop high-spatial resolution predictive maps of iron based on optical data. On other planets, the relationships between the observations are less well known, and indeed some datasets are missing.

The goal of the project is to use machine learning techniques to identify relationships between planetary mapped datasets, with the goal of providing deeper understanding of planetary surfaces and to have predictive power for planetary surfaces with incomplete datasets.

Goals

Currently I've trained both the models on less number of n_estimators because of longer time consumption. My further goal is to improve the accuracy of both models.

About

A deep multi-objective regression model that can predict the chemical composition of Mercury & Moon.


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%