Big Data Analytics and Mining For Effective Visualization and Trends Forecasting of Crime Data
Big Data Analytics and Mining For Effective Visualization and Trends Forecasting of Crime Data
In above screen we can see top 10 crimes and which crime is committing more
and now click on ‘Yearly Crime’ to visualize below graph
In above graph x-axis represents year and y-axis represents crimes count and
from above graph from 2003 to 2014 more number of crimes was committed.
Now click on ‘Hourly Graph’ button to visualize below graph
In above graph x-axis represents Hour and y-axis represents crime count and in
above graph we can see more crimes are committing at night hours. Now we
visualize all possible data and now to forecast/predict crime we need to train
LSTM and Neural Network model. So click on ‘Run Neural Network Algorithm’
button to generate neural network model
In above black console we can see neural network layers are created and its
building model on different epochs to filter features and to choose best
features to generate model. After training model we can get next year top 10
crime prediction in below screen
In above screen we got prediction with LSTM and LSTM got less RMSE error
compare to neural network so we can say LSTM is better than Neural Network.
Now click on ‘RMSE Comparison Graph’ button to get RMSE comparison graph
between LSTM and neural network
In above graph x-axis represents algorithm name and y-axis represents RMSE
value. From above graph we can say LSTM got less RMSE so it performance is
better. If any prediction model accuracy is high then it will consider as best
prediction model and its RMSE error will reduce