Australian Bushfire Detection Using Machine Learning and Neural Networks

Forest fires are increasingly one of the most predominant and alarming disasters in the planet right now and preventing it is very important in order to protect the environment and thousands of animals and plants species that depend on it. The 2019–20 Australian bushfire caused serious uncontrolled fires throughout the summer which burnt millions of hectares of land, destroyed thousands of buildings and killed many people. It has also been estimated to have killed about a billion animals and has bought endangered species on the brink of extinction. Such catastrophic events cannot be allowed to be repeated again. The primary goal of this paper is to improve the efficiency of forest fire detection system of Australia. Data mining and machine learning techniques can help to anticipate and quickly detect fires and take immediate action to minimise the damage. In this paper we try to focus on the implementation of a set of well-known classification algorithms (K-NN and Artificial Neural Networks), which can reduce the existing disadvantages of the fire detection systems. Results from the Kaggle dataset infer that our ANN-MLP algorithm (Multilayer Perceptron) yields better performance by calculating confusion matrix that in turn helps us to calculate performance measure as Detection Rate Accuracy. All predictions and calculations are done with the help of data collected by LANCE FIRMS operated by NASA's Earth Science Data and Information System (ESDIS). The training and testing of the model was done using University of Maryland dataset and was implemented using python.