Using Multilayer Perceptron (MLP) to forecast Air Temperature

Hello,
I have Mean monthly maximum temperature datas from 30 years (360 datas). I would like to have a python script that will allow me to use an Artificial Neural Network(ANN) especially MLP to forecast Air Temperature. Please Find here a picture about the datas. Thank you to help me finding solution about that subject .

This is not the sort of problem for which I would use a Neural Network Solution.
You should be able to use a time series-based ARIMA model for this sort of thing.

You can use the python library ‘statmodels’ to fit this kind of model.

Here is a website that has some sample code:

Good Luck with the project.

2 Likes

Thank you so much. But the topic recommend to use Artificial Neural Network.

1 Like

dear ELMOUNION_Lahadji_Dj.

nice to meet you.
Here is the URL of Nature’s treatise site, which deals with such models in general.
https://www.nature.com/articles/s41598-021-96872-w

Also, MLP is feasible with Keras and PyTorch, but the URL of PyTorch is shown below.
https://pytorch-forecasting.readthedocs.io/en/stable/_modules/pytorch_forecasting/models/mlp.html

see you.
ktsh.tanaka.2020

Hello friend
thanks for your help.

1 Like

Hi My dear
How can we import data from Excel (.xlsx) to python please?

1 Like

dear ELMOUNION_Lahadji_Dj

I will present StackOverflow which describes how to import an xls file using python.

Sometimes troubles occur by using only the import statement easily and easily, so please refer to the explanation of how to avoid the troubles at the same time.

Regards, you.
ktsh.tanaka.2020

Well recieved, thanks.