Forest Fires Data Set Analysis Using Machine Learning: Name: 1.pawan Jakke (111815018) 2.utkarsh Dubey (111815047)
Forest Fires Data Set Analysis Using Machine Learning: Name: 1.pawan Jakke (111815018) 2.utkarsh Dubey (111815047)
Then, several Data Mining methods were applied. After fitting the models, the outputs were
post-processed with the inverse of the ln(x+1) transform. Four different input setups were
used. The experiments were conducted using a 10-fold (cross-validation) x 30 runs. Two
regression metrics were measured: MAD and RMSE. A Gaussian support vector machine (SVM) fed
with only 4 direct weather conditions (temp, RH, wind and rain) obtained the best MAD value:
12.71 +- 0.01 (mean and confidence interval within 95% using a t-student distribution). The
best RMSE was attained by the naive mean predictor. An analysis to the regression error curve
(REC) shows that the SVM model predicts more examples within a lower admitted error. In effect,
the SVM model predicts better small fires, which are the majority.
Literature Survey
Title Methodology Published year
Development of a Surveillance System for Forest Fire Detection The purpose of the project is to detect a forest fire in its earliest
and Monitoring using Drones stage possible by implementing a surveillance system which
2019
primarily consists of drones. The nearest authority will be
notified shortly about the location of the fire.
Md. Saif Allauddin ; G. Sai Kiran ; GSS. Raj Kiran ; G Srinivas ;
G Uma Ratna Mouli ; P Vishnu Prasad
Prediction of Forest Fire using Neural Network based on The method used in this study is a neural network with Extreme
Extreme Learning Machines (ELM) Learning Machines (ELM) training model. To improve the 2019
performance of the ELM method, in this study several tests will
be carried out so that the resulting predictions are the best.
Mochammad Anshori ; Farhanna Mar'i ; Mukhammad Wildan
Alauddin ; Wayan Firdaus Mahmudy
An Integrated Approach to the Regression Problem in Forest The developed approach was tested on the data of
Fires Detection Montensinho park. In this paper developed approach is 2020
compared with classic regression algorithms and its advantages
are shown. The significantly better quality of the proposed
I. S. Sineva ; M. D. Molovtsev solution is demonstrated.
Classification Algorithms Analysis in the Forest Fire Detection In this paper the analysis of ML algorithms and the possibility of
Problem their application to forest fires data are done. 2019
• Data Collection
We have learnt basics of Machine Learning with Python. Now we are going
to take dataset and we will do analysis to that dataset.