This project aims to forecast the population of Haggis on a particular mountain. Ecologists have collected precise recordings of the population over five years and estimates from satellite remote sensing. The primary objective is to predict the true population 12 months into the future using various machine learning and time series analysis techniques.
- Comparing precise recordings with satellite estimates.
- Identifying trends and patterns in historical data.
- Linear Regression
- ARIMA (AutoRegressive Integrated Moving Average)
- LSTM (Long Short-Term Memory) Networks
- Mean Absolute Error (MAE)
- Root Mean Square Error (RMSE)
- Python
- NumPy
- Pandas
- Matplotlib
- Scikit-learn
- Clone the repository:
git clone https://github.com/Vivek-Tate/Population-Forecast-Prediction.git
Feel free to submit issues or pull requests if you have any suggestions or improvements.