We have taken this as a multiple classification problem (supervised learning) and used a Deep Neural networks sequential model, and provided a training dataset of around 27,000+ entries for the system.
Using Tensorflow and keras libraries available in python
Since the NASA data is all disparate, we combined and customized a couple of datasets available to make one huge training set from HIFLD Tsunami events data. We have input parameters like Cause Code( Represents Cause of Tsunami), Tsunami Intensity and Location (Latitude. longitude), to map to a damage amount output on a scale from 1-4
(1= Damage amounts to less than 1 million $,
2= Damage amounts to 1-5 million $, and so on)
Here is the link to our presentation:
https://docs.google.com/presentation/d/1n56V89jSRMjCBQJiH3NSZ6SdT_94h2jJptWCeEyHW9Q/edit?usp=sharing