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.
- Host: GitHub
- URL: https://github.com/alphan26/humidityregressor
- Owner: Alphan26
- Created: 2024-08-13T10:37:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:23:33.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:42:00.058Z (10 months ago)
- Topics: matplotlib, numpy, pandas, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.