Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.09 KB

Time-Series-Forecasting

Rainfall analysis of Maharashtra - Season/Month wise forecasting. Different methods have been used. The main goal of this project is to increase the performance of forecasted results during rainy seasons.

  • ARIMA
  • LSTM
  • ANN
    • This file contains the implementation of three varaints of ANN:
      1. FNN(Feed forward Neural Networks)
      2. TLNN(Time lagged Neural Networks)
      3. SANN(Seasonal Artificial Neural Networks
  • Will be updated soon.