SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-2 (April 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26
184 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Intelligent Lunar Landing Site Recommender
Anthony Thomas1
, Digina Derose2
, Sahaya Cyril3
and Smita Dange4
1
Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai,
INDIA
2
Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai,
INDIA
3
Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai,
INDIA
4
Assistant Professor, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi,
Navi Mumbai, INDIA
1
Corresponding Author: anthonythomas40000@gmail.com
ABSTRACT
Space exploration is brewing to be one of the most
sought after fields in today’s world with each country pooling
in resources and skilled minds to be one step ahead of the
other. The core aspect of space exploration is exoplanet
exploration, i.e., by sending unmanned rovers or manned
spaceships to planets and celestial bodies within and beyond
our solar system to determine habitable planets. Landscape
inspection and traversal is the core feature of any planetary
exploration mission. It is often a strenuous task to carry out a
machine learning experiment on an extraterrestrial surface
like the Moon. Consequent lunar explorations undertaken by
various space agencies in the last four decades have helped to
analyze the nature of the Lunar Terrain through satellite
images. The motion of the rovers has traditionally been
governed by the use of sensors that achieve obstacle avoidance.
In this project we aim to detect craters on the lunar landscape
which in turn will be used to determine soft landing sites on the
lunar landscape for exploring the terrain, based on the
classified lunar landscape images.
Keywords— Machine Learning, Lunar Terrain, Craters, Soft
Landing Sites
I. INTRODUCTION
Space exploration is the revelation and
investigation of space structures through ceaselessly
developing space innovation. While the study of space is
carried out mainly by astronomers with telescopes and
satellites, the physical exploration of space is conducted
both by unmanned robotic probes and human spaceflight.
Although the investigation of outer space is completed
essentially by cosmologists with telescopes and satellites,
the actual investigation of outer space is directed both by
automated mechanical tests and human spaceflight.[1]
The Moon was the first extraterrestrial body to be
the object of outer space exploration. It happens to be the
first outer celestial body to be flown to and landed upon by
a spacecraft and the only celestial body to be visited by
humans.[2] There are abundant resources on the moon and
hence makes it an ideal astronomical observation base. A
lunar landing is the descent of a spacecraft on the surface of
the Moon. This includes both crewed and robotic
missions. The whole mission includes three phases
known as ‘orbiting, landing and returning’. In the second
phase of lunar exploration, a lander and a rover will be
launched whose mission is to land and explore on the
Moon. [3] In a soft landing mission, the lander must keep
a certain altitude so as to avoid toppling or rolling or
slipping. Landing safety analysis is a prerequisite to
committing any planetary landing and exploring mission.
After acquiring the original terrain of the landing zone by
on-board sensors and LIDAR, estimation about whether
this terrain is suitable for soft landing is needed.
This work, hence attempts at using the
Convolutional Lunar Network for classifying images of
the lunar surface on the basis of presence of craters to
determine whether it is suitable for soft landing or not.
II. LITERATURE REVIEW
A. Lunar Crater Identification via Deep Learning
In this paper they have trained a deep learning
architecture known as a convolutional neural network
(CNN) to perform crater identification on Lunar digital
elevation map (DEM) images, and transfer-learn the
Moon-trained CNN to identify craters on Mercury.[4]
They have shown that their Moon-trained CNN can
accurately detect craters on the substantially different
DEM images of Mercury. This means that the CNN is not
limited by the features that it has learned during its
training phase and can accurately identify craters of any
extraterrestrial landscape..
B. CraterIDNet: An End to End CNN for Crater
Detection and Identification
Ali Hao Wang et al. offer a novel approach of
using DEM end to end Conventional Neural Network for
detection and identification, which takes remotely sensed
planetary images of any size as the input and presents the
apparent diameter, crater positions and indices of
identified craters as the output by using two pipelines-
one for detection of crater to determine if a crater is
present in the picture and one for identification of crater
to match the detected craters with respect to surface
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-2 (April 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26
185 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
landmarks in a known record. However, this research
doesn't offer an insight on the classification of lunar surface
between crater and non-crater.
C. Lunar Crater Detection based on Grid Partition using
Deep Learning
This publication by the researchers Hashimoto and
Mori at JAXA put forth a method of classifying the craters
obtained by the LRO-NAC by using grid partitions.[6]
However, this research doesn't offer a method to
mathematically interpret misclassifications and neither
doesn't it delve upon landing site detection.
D. Craters Detection on Lunar Surface
This paper focuses on identification of craters on
the lunar surface using an algorithm proposed by the
author.[7] The author has put forth a simple algorithm to
identify craters on the lunar surface and determine a
probable landing site by using two parameters namely
distance and angle measurement.
III. PROPOSED SYSTEM
A. Problem Statement
With the development of technology such as
reusable launch rockets and better planetary images, space
exploration is going to be on the rise in the next decade.
Thus there is no doubt that there will be several space
missions each year conducted by different countries. The
mission objective depends on whether it is an orbiting
mission or an actual landing and analysis mission. Only the
latter part would provide a clear aspect of the extra-
terrestrial body. So the main challenge is to land the probe
or rover on it and only then the analysis phase can be
started. So before landing, it is obligatory to take thousands
of high-resolution images of its surface. And then using
mathematical computations for illumination, shadows,
slopes and craters a landing site can be determined.
Using Convolutional Neural Network to leverage
detection of craters on the surface (considering craters
primarily as we assume that most of the terrestrial rocky
planets in space have craters as the primary landscape
feature and it is the most visible and detectable
characteristic of a high-resolution image of the planetary
surface). Once detected different Machine Learning
techniques are used to determine and suggest suitable
landing sites on the planetary surface.
B. Scope
The project work presented in this paper and the
developed model can be used to classify craters based on the
data acquired from LRO-NAC datasets and thereby
determine soft landing sites that will benefit space
organizations around the world in planning their space
missions. The model developed could be used by space
agencies in future explorations. This implementation could
also be added to Moon Trek by NASA which is an
interactive navigation tool that allows users to not only view
the moon but do a plethora of amazing activities such as
view the lunar layers, see all the past lunar mission outposts
and even experience a virtual lunar trek.
C. Proposed Solution
A convolutional neural network is first built,
developed and trained that first classifies whether there is
a crater or not in a lunar landscape image. Considering
the resolution, each image will be cropped and each
cropped part will be fed into the CNN for labelling crater
or not. A threshold will be set to determine which images
that are produced as output by CNN will be considered
for landing site determination. Say, a 75% or 80% non-
crater image will be used for determining suitable landing
sites. Those images that are favorable for landing will be
labelled as Yes and the rest as No. The final output as
favourable landing site or not will be displayed to the
user.
IV. DESIGN OF THE SYSTEM
A. System Architecture
a. Block diagram: Fig. 1 shows the different parts of the
system as blocks which are connected by lines that show
the relationship between the blocks. It is divided into two
phases.
Figure 1: Block Diagram
b. Activity diagram: Fig. 2 shows the various functions of
the system.
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-2 (April 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26
186 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 2: Activity Diagram
c. Use case diagram: Figure 3 shows how an actor interacts
with the system to achieve a goal using a list of actions.
Figure 3: Use Case Diagram
V. RESULTS AND DISCUSSION
A. Approach
A Convolutional neural network was implemented
for the project with the aim of determining whether there are
craters or not and if not then whether it could serve as a
good landing site or not. Following were the steps involved:
Phase 1:
a) Data collection
Going forward with the approach of
classification of extraterrestrial landscapes and
determination of probable landing sites there was no
doubt that a large image dataset would be required. With
the help of our external guide Mr. Sanket Korgaonkar we
were able to contact the folks at NASA and JPL. They
provided us images of the lunar landscape.
b) Dataset preparation
10 images were shared which were extremely
large to be used by a Convolutional neural network. It
required initial processing to convert it to be easily used
by the model. Each shared image had a separate
dedicated CSV file. The CSV file consisted of crater
areas with many parameters such as x and y coordinates,
height, width, etc. Using these parameters the single large
image was cropped into many smaller images. These
smaller images were then labelled to be fed to the
convolutional neural network.
c) Dataset labelling
As explained above, each image had its own
CSV file. All the crater area parameters were stored in
that CSV file. Based on these parameters the large image
was cropped resulting in several smaller images which
were labelled as craters. The remaining areas that were
left out were cropped into quadrilateral shapes based on
their neighbouring areas and were labelled as non-craters.
After the process of labelling, the next step was to split
this dataset.
d) Dataset splitting
The above collection of crater and non crater
images would be used to train the model. But before
feeding it to the model the dataset was split into 2 parts:
training dataset and testing dataset. Table 1 shows the
distribution of the dataset split:
Table 1: Dataset Information
Parameter No. of images
Total images 1840
Training dataset
images
1400
Testing dataset images 440
No. of classes 2
e) Model creation
A Convolutional neural network was created for
taking images as input and determining whether there are
craters or not in the image. It is a sequential model with 3
conv2D layers, 3 max pooling layers, 2 dense layers and
1 flatten layer. The output for the model was Crater or
Not Crater depending on the type of image fed to it. This
output was used as input in Phase 2. Figure 4 depicts the
model.
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-2 (April 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26
187 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 4: Model Summary
Phase 2:
Based on the above output the model was tweaked
a bit based on the output images. Since output images
detected as craters won't be required, only the output images
detected as Not Crater in the phase 2 were used. The scope
of the project was narrowed down on the basis of only one
landing site parameter, i.e, presence or absence of craters
that were taken into consideration for the Apollo-11
mission.
a) Frontend
The aim was to create a simple user interface for
the end user who would be using the application. The users
of this application would mostly comprise space scientists
and space enthusiasts. But not just limiting to these sectors
of people efforts were taken to ensure that even a normal
person could use this application out of simple curiosity.
Flask was used for creating the application which houses the
model at the backend and HTML, CSS and JavaScript pages
housed the frontend of the application. The frontend
template takes user input in the form of a lunar landscape
image which it passes to the model at the backend. The
model processes it and passes the predicted result to the
frontend page to display it to the user.
b) Outcome
In order to gain insight as to how the model has
worked following metrics and evaluation methods were
used.
A) Confusion Matrix
A confusion matrix is a technique for summarizing
the performance of a classification algorithm.[8]
Figure 5: Confusion Matrix
Figure 5 depicts the confusion matrix of the
developed model.
Figure 6: Plot of Confusion Matrix
Figure 6 showcases the plot of the model’s
confusion matrix. The following list of terms are now
used that are often computed from a confusion matrix.
B) Evaluation Methods
Following evaluation methods were used based
on the confusion matrix to gauge the performance of the
model.
Accuracy
It is the percent of predictions that the model
was able to make correctly.
𝑇𝑃 + 𝑇𝑁
𝑇𝑃 + 𝑇𝑁 + 𝐹𝑃 + 𝐹𝑁
Precision
It tells us what proportion of positive
identifications was actually correct.
𝑇𝑃
𝑇𝑃 + 𝐹𝑃
Recall
It tells us what percent of actual positive test cases were
recognized accurately.
𝑇𝑃
𝑇𝑃 + 𝐹𝑁
F1 Score
It tells us the accuracy of a model on a dataset.
2 ∗ 𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛 ∗ 𝑅𝑒𝑐𝑎𝑙𝑙
𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛 + 𝑅𝑒𝑐𝑎𝑙𝑙
From Figure 5 we have the following values:
TP = 248, TN = 148, FP = 6, FN = 17
Table 2: Computation of Evaluation Methods
Evaluation Method
Computed
Value
Accuracy 95.11%
Precision 97.64%
Recall 93.58%
F1 Score 95.57%
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-2 (April 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26
188 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Table 2 shows the computed values of the
evaluation methods. Figures 7 and 8 depict the accuracy and
loss of our model respectively. Both plots are plotted against
a number of epochs. The blue line depicts training accuracy
and the orange line depicts testing accuracy in the model
accuracy plot. Similarly, in the model loss plot, blue line
indicates training loss and orange line indicates testing loss.
Figure 7: Plot of Model Accuracy
Figure 8: Plot of Model Loss
VI. CONCLUSION AND FUTURE SCOPE
Intelligent Lunar Landing Site Recommender is an
ideal landing site recommender system developed such that
it can be used to provide the user with probable landing sites
on the lunar surface. The system initially takes images of the
lunar surface as input and provides output to the user as to
whether it could be a good landing site or not. The system
makes use of Convolutional Neural Network which works
as a classifier of craters and non-craters. The data for the
model of the system was obtained by NASA. It consists of
LRO-NAC images of the lunar surface. This system is
developed mostly for space scientists and space enthusiasts
all over the world. It can also be used by a normal user. The
system has been designed in a simple way that the user is
not burdened with any navigational discrepancies and can
use the application with ease.
ACKNOWLEDGMENT
We would like to take this opportunity to
express our heartfelt thanks to those who have been
instrumental in the successful completion of this project.
We would like to show our appreciation to our internal
guide Ms. Smita Dange and our external guide Mr.
Sanket Korgaonkar for their continuous support and help
throughout the project. We would also like to extend our
appreciation to our project supervisor Mrs. Rakhi
Kalantri for providing us with timely inputs about
documentation and project timeline. A big token of
thanks to our HOD, Dr. Lata Ragha for the concrete
guidance given to our team. Last but not least we would
like to express our gratitude towards our principal, Dr. S.
M. Khot, and our college, Fr. C. Rodrigues Institute of
Technology, Vashi, for giving us the platform and the
environment to learn and grow.
REFERENCES
[1]
https://planetary-science.org/planetary-science-
3/exploration-2/an-introduction-to-space-exploration/.
[2] https://en.wikipedia.org/wiki/Space_exploration/.
[3] Zhang, S., Yan, Z., & Wu, F. (2013). A lunar landing
safety estimation methodology using lidar acquired
DEM. In: IEEE International Conference on Imaging
Systems and Techniques (IST).
[4] Ari Silburta, Mohamad Ali-Diba, Chenchong Zhub,
Alan Jackson, Diana Valencia, Yevgeni Kissinb, Daniel
Tamayoa, & Kristen Menoua (2018). Lunar crater
identification via deep learning. Available at:
https://arxiv.org/abs/1803.02192.
[5] Hao Wang, Jie Jiang, & Guangjun Zhang. (2018).
CraterIDNet: An end to end CNN for crater detection and
identification in planetary images. Remote Sens., 10,
1067.
[6] Shintaro Hashimoto & Kenji Mori. (2019). Lunar
crater detection based on grid partition using deep
learning. Available at:
https://ieeexplore.ieee.org/document/9111474.
[7] Nur Diyana Kamarudin, Siti Noormiza Makhtar, &
Hizrin Dayana M.Hidzir (2011). Craters detection on
lunar. Available at:
https://ieeexplore.ieee.org/document/6015881.
[8]
https://machinelearningmastery.com/confusion-matrix-
machine-learning/.

More Related Content

What's hot

SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011
SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011
SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011Journal For Research
 
Indian Lunar Space Exploration - Chandrayaan I and II Missions
Indian Lunar Space Exploration - Chandrayaan I and II MissionsIndian Lunar Space Exploration - Chandrayaan I and II Missions
Indian Lunar Space Exploration - Chandrayaan I and II MissionsAerospaceinindia.org
 
Chandrayaan 1
Chandrayaan 1Chandrayaan 1
Chandrayaan 1STUDYSCAN
 
CHANDRAYAAN 1 AND 2
 CHANDRAYAAN 1 AND 2 CHANDRAYAAN 1 AND 2
CHANDRAYAAN 1 AND 2pranjeet
 
Mangalyaan ppt for vi bha student's forum vidarbha unit
Mangalyaan ppt for vi bha student's forum vidarbha unitMangalyaan ppt for vi bha student's forum vidarbha unit
Mangalyaan ppt for vi bha student's forum vidarbha unitDr. BP Joshi
 
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...Swetha A
 
SPACE TECHNOLOGY BY Vivek Vishwakarma
SPACE TECHNOLOGY  BY Vivek Vishwakarma SPACE TECHNOLOGY  BY Vivek Vishwakarma
SPACE TECHNOLOGY BY Vivek Vishwakarma VIVEK VISHWAKARMA
 
Chandrayaan 2 | Facts You Should Know | India's Second Lunar Mission
Chandrayaan 2 | Facts You Should Know | India's Second Lunar MissionChandrayaan 2 | Facts You Should Know | India's Second Lunar Mission
Chandrayaan 2 | Facts You Should Know | India's Second Lunar MissionAlan Das Mannoosseril
 
OD_Report___Copy_
OD_Report___Copy_OD_Report___Copy_
OD_Report___Copy_Nancy Xu
 
I.t in space
I.t in spaceI.t in space
I.t in spacenunna09
 
Space desbris removal using gps
Space desbris removal using gpsSpace desbris removal using gps
Space desbris removal using gpsZishan Ali
 

What's hot (20)

SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011
SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011
SPACE EXPLORATION ROVER USING LABVIEW | J4RV3I12011
 
Indian Lunar Space Exploration - Chandrayaan I and II Missions
Indian Lunar Space Exploration - Chandrayaan I and II MissionsIndian Lunar Space Exploration - Chandrayaan I and II Missions
Indian Lunar Space Exploration - Chandrayaan I and II Missions
 
Chandrayaan
ChandrayaanChandrayaan
Chandrayaan
 
Chandrayaan 1
Chandrayaan 1Chandrayaan 1
Chandrayaan 1
 
M018218590
M018218590M018218590
M018218590
 
Chandryaan 2
Chandryaan 2 Chandryaan 2
Chandryaan 2
 
CHANDRAYAAN 1 AND 2
 CHANDRAYAAN 1 AND 2 CHANDRAYAAN 1 AND 2
CHANDRAYAAN 1 AND 2
 
Chandrayan 2
Chandrayan 2Chandrayan 2
Chandrayan 2
 
Mangalyaan ppt for vi bha student's forum vidarbha unit
Mangalyaan ppt for vi bha student's forum vidarbha unitMangalyaan ppt for vi bha student's forum vidarbha unit
Mangalyaan ppt for vi bha student's forum vidarbha unit
 
MANGALYAAN
MANGALYAANMANGALYAAN
MANGALYAAN
 
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...
MISSION TO PLANETS (CHANDRAYAAN,MAVEN,CURIOSITY,MANGALYAAN,CASSINI SOLSTICE M...
 
21275
2127521275
21275
 
SPACE TECHNOLOGY BY Vivek Vishwakarma
SPACE TECHNOLOGY  BY Vivek Vishwakarma SPACE TECHNOLOGY  BY Vivek Vishwakarma
SPACE TECHNOLOGY BY Vivek Vishwakarma
 
Chandrayaan 2 | Facts You Should Know | India's Second Lunar Mission
Chandrayaan 2 | Facts You Should Know | India's Second Lunar MissionChandrayaan 2 | Facts You Should Know | India's Second Lunar Mission
Chandrayaan 2 | Facts You Should Know | India's Second Lunar Mission
 
OD_Report___Copy_
OD_Report___Copy_OD_Report___Copy_
OD_Report___Copy_
 
I.t in space
I.t in spaceI.t in space
I.t in space
 
Space desbris removal using gps
Space desbris removal using gpsSpace desbris removal using gps
Space desbris removal using gps
 
Mangalyaan
MangalyaanMangalyaan
Mangalyaan
 
space technology
space technologyspace technology
space technology
 
Mangalyaan
MangalyaanMangalyaan
Mangalyaan
 

Similar to Intelligent Lunar Landing Site Recommender

ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training AlgorithmsExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training AlgorithmsIRJET Journal
 
Automatic registration, integration and enhancement of india's chandrayaan 1 ...
Automatic registration, integration and enhancement of india's chandrayaan 1 ...Automatic registration, integration and enhancement of india's chandrayaan 1 ...
Automatic registration, integration and enhancement of india's chandrayaan 1 ...eSAT Journals
 
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...csandit
 
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...Sérgio Sacani
 
iaetsd Space robotics
iaetsd Space roboticsiaetsd Space robotics
iaetsd Space roboticsIaetsd Iaetsd
 
2016 Poster Launch Models
2016 Poster Launch Models2016 Poster Launch Models
2016 Poster Launch ModelsRichard Ottaway
 
Space Debris and Present Active Debris Removal Techniques
Space Debris and Present Active Debris Removal TechniquesSpace Debris and Present Active Debris Removal Techniques
Space Debris and Present Active Debris Removal TechniquesV!vEk@nAnD S
 
Smart Traction on Solar Powered Space Rovers
Smart Traction on Solar Powered Space RoversSmart Traction on Solar Powered Space Rovers
Smart Traction on Solar Powered Space RoversIOSR Journals
 
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...IRJET Journal
 
IRJET- Deep Convolution Neural Networks for Galaxy Morphology Classification
IRJET- Deep Convolution Neural Networks for Galaxy Morphology ClassificationIRJET- Deep Convolution Neural Networks for Galaxy Morphology Classification
IRJET- Deep Convolution Neural Networks for Galaxy Morphology ClassificationIRJET Journal
 
Linear and Non-Linear Feature Extraction Algorithms for Lunar Images
Linear and Non-Linear Feature Extraction Algorithms for Lunar ImagesLinear and Non-Linear Feature Extraction Algorithms for Lunar Images
Linear and Non-Linear Feature Extraction Algorithms for Lunar Imagessipij
 
Autonomous Restructuring of Asteroids into Rotating Space Stations
Autonomous Restructuring of Asteroids into Rotating Space StationsAutonomous Restructuring of Asteroids into Rotating Space Stations
Autonomous Restructuring of Asteroids into Rotating Space StationsSérgio Sacani
 
Identifying Exoplanets with Machine Learning Methods: A Preliminary Study
Identifying Exoplanets with Machine Learning Methods: A Preliminary StudyIdentifying Exoplanets with Machine Learning Methods: A Preliminary Study
Identifying Exoplanets with Machine Learning Methods: A Preliminary StudyIJCI JOURNAL
 
GPS BASED DEBRIS REMOVAL SYSTEM
 GPS BASED DEBRIS REMOVAL SYSTEM GPS BASED DEBRIS REMOVAL SYSTEM
GPS BASED DEBRIS REMOVAL SYSTEMDilshad Banu
 
artificial inteliigence in spacecraft power application
artificial inteliigence in spacecraft  power applicationartificial inteliigence in spacecraft  power application
artificial inteliigence in spacecraft power applicationarjuna adiga
 

Similar to Intelligent Lunar Landing Site Recommender (20)

ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training AlgorithmsExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
 
Automatic registration, integration and enhancement of india's chandrayaan 1 ...
Automatic registration, integration and enhancement of india's chandrayaan 1 ...Automatic registration, integration and enhancement of india's chandrayaan 1 ...
Automatic registration, integration and enhancement of india's chandrayaan 1 ...
 
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...
ASTRONOMICAL OBJECTS DETECTION IN CELESTIAL BODIES USING COMPUTER VISION ALGO...
 
Space Tug Rendezvous
Space Tug RendezvousSpace Tug Rendezvous
Space Tug Rendezvous
 
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...
Lunar Surface Model Age Derivation: Comparisons Between Automatic and Human C...
 
iaetsd Space robotics
iaetsd Space roboticsiaetsd Space robotics
iaetsd Space robotics
 
G044044249
G044044249G044044249
G044044249
 
2016 Poster Launch Models
2016 Poster Launch Models2016 Poster Launch Models
2016 Poster Launch Models
 
Space Debris and Present Active Debris Removal Techniques
Space Debris and Present Active Debris Removal TechniquesSpace Debris and Present Active Debris Removal Techniques
Space Debris and Present Active Debris Removal Techniques
 
Smart Traction on Solar Powered Space Rovers
Smart Traction on Solar Powered Space RoversSmart Traction on Solar Powered Space Rovers
Smart Traction on Solar Powered Space Rovers
 
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...
Amelioration of the Lightkurve Package: Advancing Exoplanet Detection through...
 
IRJET- Deep Convolution Neural Networks for Galaxy Morphology Classification
IRJET- Deep Convolution Neural Networks for Galaxy Morphology ClassificationIRJET- Deep Convolution Neural Networks for Galaxy Morphology Classification
IRJET- Deep Convolution Neural Networks for Galaxy Morphology Classification
 
Linear and Non-Linear Feature Extraction Algorithms for Lunar Images
Linear and Non-Linear Feature Extraction Algorithms for Lunar ImagesLinear and Non-Linear Feature Extraction Algorithms for Lunar Images
Linear and Non-Linear Feature Extraction Algorithms for Lunar Images
 
Astronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASAAstronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASA
 
cg.30.pptx
cg.30.pptxcg.30.pptx
cg.30.pptx
 
PellegrinoHonorsThesis
PellegrinoHonorsThesisPellegrinoHonorsThesis
PellegrinoHonorsThesis
 
Autonomous Restructuring of Asteroids into Rotating Space Stations
Autonomous Restructuring of Asteroids into Rotating Space StationsAutonomous Restructuring of Asteroids into Rotating Space Stations
Autonomous Restructuring of Asteroids into Rotating Space Stations
 
Identifying Exoplanets with Machine Learning Methods: A Preliminary Study
Identifying Exoplanets with Machine Learning Methods: A Preliminary StudyIdentifying Exoplanets with Machine Learning Methods: A Preliminary Study
Identifying Exoplanets with Machine Learning Methods: A Preliminary Study
 
GPS BASED DEBRIS REMOVAL SYSTEM
 GPS BASED DEBRIS REMOVAL SYSTEM GPS BASED DEBRIS REMOVAL SYSTEM
GPS BASED DEBRIS REMOVAL SYSTEM
 
artificial inteliigence in spacecraft power application
artificial inteliigence in spacecraft  power applicationartificial inteliigence in spacecraft  power application
artificial inteliigence in spacecraft power application
 

More from Dr. Amarjeet Singh

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Dr. Amarjeet Singh
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladDr. Amarjeet Singh
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Dr. Amarjeet Singh
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Dr. Amarjeet Singh
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Dr. Amarjeet Singh
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...Dr. Amarjeet Singh
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...Dr. Amarjeet Singh
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...Dr. Amarjeet Singh
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in IndiaDr. Amarjeet Singh
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Dr. Amarjeet Singh
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidDr. Amarjeet Singh
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureDr. Amarjeet Singh
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Dr. Amarjeet Singh
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Dr. Amarjeet Singh
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Dr. Amarjeet Singh
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewDr. Amarjeet Singh
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Dr. Amarjeet Singh
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Dr. Amarjeet Singh
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryDr. Amarjeet Singh
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemDr. Amarjeet Singh
 

More from Dr. Amarjeet Singh (20)

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in India
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of View
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel Industry
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
 

Recently uploaded

Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

Intelligent Lunar Landing Site Recommender

  • 1. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-2 (April 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26 184 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Intelligent Lunar Landing Site Recommender Anthony Thomas1 , Digina Derose2 , Sahaya Cyril3 and Smita Dange4 1 Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai, INDIA 2 Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai, INDIA 3 Student, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai, INDIA 4 Assistant Professor, Department of Computer Engineering, Fr. Conceicao Rodrigues Institute of Technology, Vashi, Navi Mumbai, INDIA 1 Corresponding Author: anthonythomas40000@gmail.com ABSTRACT Space exploration is brewing to be one of the most sought after fields in today’s world with each country pooling in resources and skilled minds to be one step ahead of the other. The core aspect of space exploration is exoplanet exploration, i.e., by sending unmanned rovers or manned spaceships to planets and celestial bodies within and beyond our solar system to determine habitable planets. Landscape inspection and traversal is the core feature of any planetary exploration mission. It is often a strenuous task to carry out a machine learning experiment on an extraterrestrial surface like the Moon. Consequent lunar explorations undertaken by various space agencies in the last four decades have helped to analyze the nature of the Lunar Terrain through satellite images. The motion of the rovers has traditionally been governed by the use of sensors that achieve obstacle avoidance. In this project we aim to detect craters on the lunar landscape which in turn will be used to determine soft landing sites on the lunar landscape for exploring the terrain, based on the classified lunar landscape images. Keywords— Machine Learning, Lunar Terrain, Craters, Soft Landing Sites I. INTRODUCTION Space exploration is the revelation and investigation of space structures through ceaselessly developing space innovation. While the study of space is carried out mainly by astronomers with telescopes and satellites, the physical exploration of space is conducted both by unmanned robotic probes and human spaceflight. Although the investigation of outer space is completed essentially by cosmologists with telescopes and satellites, the actual investigation of outer space is directed both by automated mechanical tests and human spaceflight.[1] The Moon was the first extraterrestrial body to be the object of outer space exploration. It happens to be the first outer celestial body to be flown to and landed upon by a spacecraft and the only celestial body to be visited by humans.[2] There are abundant resources on the moon and hence makes it an ideal astronomical observation base. A lunar landing is the descent of a spacecraft on the surface of the Moon. This includes both crewed and robotic missions. The whole mission includes three phases known as ‘orbiting, landing and returning’. In the second phase of lunar exploration, a lander and a rover will be launched whose mission is to land and explore on the Moon. [3] In a soft landing mission, the lander must keep a certain altitude so as to avoid toppling or rolling or slipping. Landing safety analysis is a prerequisite to committing any planetary landing and exploring mission. After acquiring the original terrain of the landing zone by on-board sensors and LIDAR, estimation about whether this terrain is suitable for soft landing is needed. This work, hence attempts at using the Convolutional Lunar Network for classifying images of the lunar surface on the basis of presence of craters to determine whether it is suitable for soft landing or not. II. LITERATURE REVIEW A. Lunar Crater Identification via Deep Learning In this paper they have trained a deep learning architecture known as a convolutional neural network (CNN) to perform crater identification on Lunar digital elevation map (DEM) images, and transfer-learn the Moon-trained CNN to identify craters on Mercury.[4] They have shown that their Moon-trained CNN can accurately detect craters on the substantially different DEM images of Mercury. This means that the CNN is not limited by the features that it has learned during its training phase and can accurately identify craters of any extraterrestrial landscape.. B. CraterIDNet: An End to End CNN for Crater Detection and Identification Ali Hao Wang et al. offer a novel approach of using DEM end to end Conventional Neural Network for detection and identification, which takes remotely sensed planetary images of any size as the input and presents the apparent diameter, crater positions and indices of identified craters as the output by using two pipelines- one for detection of crater to determine if a crater is present in the picture and one for identification of crater to match the detected craters with respect to surface
  • 2. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-2 (April 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26 185 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. landmarks in a known record. However, this research doesn't offer an insight on the classification of lunar surface between crater and non-crater. C. Lunar Crater Detection based on Grid Partition using Deep Learning This publication by the researchers Hashimoto and Mori at JAXA put forth a method of classifying the craters obtained by the LRO-NAC by using grid partitions.[6] However, this research doesn't offer a method to mathematically interpret misclassifications and neither doesn't it delve upon landing site detection. D. Craters Detection on Lunar Surface This paper focuses on identification of craters on the lunar surface using an algorithm proposed by the author.[7] The author has put forth a simple algorithm to identify craters on the lunar surface and determine a probable landing site by using two parameters namely distance and angle measurement. III. PROPOSED SYSTEM A. Problem Statement With the development of technology such as reusable launch rockets and better planetary images, space exploration is going to be on the rise in the next decade. Thus there is no doubt that there will be several space missions each year conducted by different countries. The mission objective depends on whether it is an orbiting mission or an actual landing and analysis mission. Only the latter part would provide a clear aspect of the extra- terrestrial body. So the main challenge is to land the probe or rover on it and only then the analysis phase can be started. So before landing, it is obligatory to take thousands of high-resolution images of its surface. And then using mathematical computations for illumination, shadows, slopes and craters a landing site can be determined. Using Convolutional Neural Network to leverage detection of craters on the surface (considering craters primarily as we assume that most of the terrestrial rocky planets in space have craters as the primary landscape feature and it is the most visible and detectable characteristic of a high-resolution image of the planetary surface). Once detected different Machine Learning techniques are used to determine and suggest suitable landing sites on the planetary surface. B. Scope The project work presented in this paper and the developed model can be used to classify craters based on the data acquired from LRO-NAC datasets and thereby determine soft landing sites that will benefit space organizations around the world in planning their space missions. The model developed could be used by space agencies in future explorations. This implementation could also be added to Moon Trek by NASA which is an interactive navigation tool that allows users to not only view the moon but do a plethora of amazing activities such as view the lunar layers, see all the past lunar mission outposts and even experience a virtual lunar trek. C. Proposed Solution A convolutional neural network is first built, developed and trained that first classifies whether there is a crater or not in a lunar landscape image. Considering the resolution, each image will be cropped and each cropped part will be fed into the CNN for labelling crater or not. A threshold will be set to determine which images that are produced as output by CNN will be considered for landing site determination. Say, a 75% or 80% non- crater image will be used for determining suitable landing sites. Those images that are favorable for landing will be labelled as Yes and the rest as No. The final output as favourable landing site or not will be displayed to the user. IV. DESIGN OF THE SYSTEM A. System Architecture a. Block diagram: Fig. 1 shows the different parts of the system as blocks which are connected by lines that show the relationship between the blocks. It is divided into two phases. Figure 1: Block Diagram b. Activity diagram: Fig. 2 shows the various functions of the system.
  • 3. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-2 (April 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26 186 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Figure 2: Activity Diagram c. Use case diagram: Figure 3 shows how an actor interacts with the system to achieve a goal using a list of actions. Figure 3: Use Case Diagram V. RESULTS AND DISCUSSION A. Approach A Convolutional neural network was implemented for the project with the aim of determining whether there are craters or not and if not then whether it could serve as a good landing site or not. Following were the steps involved: Phase 1: a) Data collection Going forward with the approach of classification of extraterrestrial landscapes and determination of probable landing sites there was no doubt that a large image dataset would be required. With the help of our external guide Mr. Sanket Korgaonkar we were able to contact the folks at NASA and JPL. They provided us images of the lunar landscape. b) Dataset preparation 10 images were shared which were extremely large to be used by a Convolutional neural network. It required initial processing to convert it to be easily used by the model. Each shared image had a separate dedicated CSV file. The CSV file consisted of crater areas with many parameters such as x and y coordinates, height, width, etc. Using these parameters the single large image was cropped into many smaller images. These smaller images were then labelled to be fed to the convolutional neural network. c) Dataset labelling As explained above, each image had its own CSV file. All the crater area parameters were stored in that CSV file. Based on these parameters the large image was cropped resulting in several smaller images which were labelled as craters. The remaining areas that were left out were cropped into quadrilateral shapes based on their neighbouring areas and were labelled as non-craters. After the process of labelling, the next step was to split this dataset. d) Dataset splitting The above collection of crater and non crater images would be used to train the model. But before feeding it to the model the dataset was split into 2 parts: training dataset and testing dataset. Table 1 shows the distribution of the dataset split: Table 1: Dataset Information Parameter No. of images Total images 1840 Training dataset images 1400 Testing dataset images 440 No. of classes 2 e) Model creation A Convolutional neural network was created for taking images as input and determining whether there are craters or not in the image. It is a sequential model with 3 conv2D layers, 3 max pooling layers, 2 dense layers and 1 flatten layer. The output for the model was Crater or Not Crater depending on the type of image fed to it. This output was used as input in Phase 2. Figure 4 depicts the model.
  • 4. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-2 (April 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26 187 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Figure 4: Model Summary Phase 2: Based on the above output the model was tweaked a bit based on the output images. Since output images detected as craters won't be required, only the output images detected as Not Crater in the phase 2 were used. The scope of the project was narrowed down on the basis of only one landing site parameter, i.e, presence or absence of craters that were taken into consideration for the Apollo-11 mission. a) Frontend The aim was to create a simple user interface for the end user who would be using the application. The users of this application would mostly comprise space scientists and space enthusiasts. But not just limiting to these sectors of people efforts were taken to ensure that even a normal person could use this application out of simple curiosity. Flask was used for creating the application which houses the model at the backend and HTML, CSS and JavaScript pages housed the frontend of the application. The frontend template takes user input in the form of a lunar landscape image which it passes to the model at the backend. The model processes it and passes the predicted result to the frontend page to display it to the user. b) Outcome In order to gain insight as to how the model has worked following metrics and evaluation methods were used. A) Confusion Matrix A confusion matrix is a technique for summarizing the performance of a classification algorithm.[8] Figure 5: Confusion Matrix Figure 5 depicts the confusion matrix of the developed model. Figure 6: Plot of Confusion Matrix Figure 6 showcases the plot of the model’s confusion matrix. The following list of terms are now used that are often computed from a confusion matrix. B) Evaluation Methods Following evaluation methods were used based on the confusion matrix to gauge the performance of the model. Accuracy It is the percent of predictions that the model was able to make correctly. 𝑇𝑃 + 𝑇𝑁 𝑇𝑃 + 𝑇𝑁 + 𝐹𝑃 + 𝐹𝑁 Precision It tells us what proportion of positive identifications was actually correct. 𝑇𝑃 𝑇𝑃 + 𝐹𝑃 Recall It tells us what percent of actual positive test cases were recognized accurately. 𝑇𝑃 𝑇𝑃 + 𝐹𝑁 F1 Score It tells us the accuracy of a model on a dataset. 2 ∗ 𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛 ∗ 𝑅𝑒𝑐𝑎𝑙𝑙 𝑃𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛 + 𝑅𝑒𝑐𝑎𝑙𝑙 From Figure 5 we have the following values: TP = 248, TN = 148, FP = 6, FN = 17 Table 2: Computation of Evaluation Methods Evaluation Method Computed Value Accuracy 95.11% Precision 97.64% Recall 93.58% F1 Score 95.57%
  • 5. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-2 (April 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.2.26 188 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Table 2 shows the computed values of the evaluation methods. Figures 7 and 8 depict the accuracy and loss of our model respectively. Both plots are plotted against a number of epochs. The blue line depicts training accuracy and the orange line depicts testing accuracy in the model accuracy plot. Similarly, in the model loss plot, blue line indicates training loss and orange line indicates testing loss. Figure 7: Plot of Model Accuracy Figure 8: Plot of Model Loss VI. CONCLUSION AND FUTURE SCOPE Intelligent Lunar Landing Site Recommender is an ideal landing site recommender system developed such that it can be used to provide the user with probable landing sites on the lunar surface. The system initially takes images of the lunar surface as input and provides output to the user as to whether it could be a good landing site or not. The system makes use of Convolutional Neural Network which works as a classifier of craters and non-craters. The data for the model of the system was obtained by NASA. It consists of LRO-NAC images of the lunar surface. This system is developed mostly for space scientists and space enthusiasts all over the world. It can also be used by a normal user. The system has been designed in a simple way that the user is not burdened with any navigational discrepancies and can use the application with ease. ACKNOWLEDGMENT We would like to take this opportunity to express our heartfelt thanks to those who have been instrumental in the successful completion of this project. We would like to show our appreciation to our internal guide Ms. Smita Dange and our external guide Mr. Sanket Korgaonkar for their continuous support and help throughout the project. We would also like to extend our appreciation to our project supervisor Mrs. Rakhi Kalantri for providing us with timely inputs about documentation and project timeline. A big token of thanks to our HOD, Dr. Lata Ragha for the concrete guidance given to our team. Last but not least we would like to express our gratitude towards our principal, Dr. S. M. Khot, and our college, Fr. C. Rodrigues Institute of Technology, Vashi, for giving us the platform and the environment to learn and grow. REFERENCES [1] https://planetary-science.org/planetary-science- 3/exploration-2/an-introduction-to-space-exploration/. [2] https://en.wikipedia.org/wiki/Space_exploration/. [3] Zhang, S., Yan, Z., & Wu, F. (2013). A lunar landing safety estimation methodology using lidar acquired DEM. In: IEEE International Conference on Imaging Systems and Techniques (IST). [4] Ari Silburta, Mohamad Ali-Diba, Chenchong Zhub, Alan Jackson, Diana Valencia, Yevgeni Kissinb, Daniel Tamayoa, & Kristen Menoua (2018). Lunar crater identification via deep learning. Available at: https://arxiv.org/abs/1803.02192. [5] Hao Wang, Jie Jiang, & Guangjun Zhang. (2018). CraterIDNet: An end to end CNN for crater detection and identification in planetary images. Remote Sens., 10, 1067. [6] Shintaro Hashimoto & Kenji Mori. (2019). Lunar crater detection based on grid partition using deep learning. Available at: https://ieeexplore.ieee.org/document/9111474. [7] Nur Diyana Kamarudin, Siti Noormiza Makhtar, & Hizrin Dayana M.Hidzir (2011). Craters detection on lunar. Available at: https://ieeexplore.ieee.org/document/6015881. [8] https://machinelearningmastery.com/confusion-matrix- machine-learning/.