An open API service indexing awesome lists of open source software.

https://github.com/satyajitghana/indiagdpprediction

Here we predict the Indian GDP StateWise using Simple MLP Neural Network and Time Series Analysis
https://github.com/satyajitghana/indiagdpprediction

machine-learning mlp-model mlp-neural-network prediction-model series-analysis series-model

Last synced: 18 days ago
JSON representation

Here we predict the Indian GDP StateWise using Simple MLP Neural Network and Time Series Analysis

Awesome Lists containing this project

README

        

# IndiaGDPPrediction
Here we predict the Indian GDP StateWise using Simple MLP Neural Network and Time Series Analysis

The statistical data was taken from NITI Aayog

# Files

- XLSX : Raw Excel files downloaded from NITI Aayog website
- CSV : the corresponding CSV files for the above excel files
- PROCESSED : the files were read and converted to a Pandas Data frame and then saved here

- helper.py : the helper functions to create the above folder with processed files

- NITIDATA.csv : cleaned pre-processed files which has then been used for the GDP Model
- NITI_2020_DATA.csv : Time Series model was used to predict the 2020 feature values

# Final Jupyter Notebooks for the MLP Model and the Time Series Predicted Model

## The MLP Model
[MLP_MODEL](MODEL.ipynb)

## Data Visualization
[GRAPHS](GRAPHS.ipynb)

## 2020 Prediction
[GDP2020PRED](GDP2020PRED.ipynb)

This was a Project done as an Hobby Project

## Authors:

- shadowleaf (Satyajit Ghana)
- shikharx06 (Shikhar Singh)