Basement Machine Learning
Predicting Temperature with Pytorch
This Repo takes a month of temp and humidity sensor readings and attempts to create a model to predict future temperatures. The data was collected from sensors running on a Raspberry Pi, with code for that system available here.
The model is written with Pytorch as a Jupyter Notebook, so there is extensive documentation about how it works with the code.