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

https://github.com/alphan26/humidityregressor

This project involves developing a model to predict relative humidity using PyTorch. The model was trained on a dataset containing monthly data, with the goal of forecasting the relative humidity for the subsequent month.
https://github.com/alphan26/humidityregressor

matplotlib numpy pandas python pytorch

Last synced: about 1 month ago
JSON representation

This project involves developing a model to predict relative humidity using PyTorch. The model was trained on a dataset containing monthly data, with the goal of forecasting the relative humidity for the subsequent month.

Awesome Lists containing this project

README

          

Relative Humidity Regressor

We developed a regression model to predict the relative humidity value for the next month using a dataset containing monthly data. PyTorch was used to implement this model.