DisasterA disaster is a serious problem occurring over a period of time that causes widespread human, material, economic or environmental loss which exceeds the ability of the affected community or society to cope using its own resources. Disasters are routinely divided into either "natural disasters" caused by natural hazards or "human-instigated disasters" caused from anthropogenic hazards. However, in modern times, the divide between natural, human-made and human-accelerated disasters is difficult to draw.
Convolutional neural networkConvolutional neural network (CNN) is a regularized type of feed-forward neural network that learns feature engineering by itself via filters (or kernel) optimization. Vanishing gradients and exploding gradients, seen during backpropagation in earlier neural networks, are prevented by using regularized weights over fewer connections. For example, for each neuron in the fully-connected layer 10,000 weights would be required for processing an image sized 100 × 100 pixels.