← Back to projects

Weather forecast

Forecasting the database with AI/ML solutions

AI/MLNeural NetworksPythonTensorflow

2025-06-20

Overview

A simple weather forecasting project. The data from a meteorological station in Basel has been used. It covered a period between 2024-01-01 and 2025-06-07. By using Tensorflow/Keras libraries and training a LSTM model, the data has predicted the weather several days ahead.

What I Learned

  • A quick revision of some of the AI functions in Python.

Technical Challenges

  • None

Future Improvements

  • None