Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 267 Bytes

Simple-DNN-on-weather-forcast

利用Weather Undegroung提供的内布拉斯加州林肯市2015年1月4日开始总计997天的气象数据,预测天气温度(实质为多元回归)。

数据:weather_data.csv

代码:Pytorch-CPU和Pytorch-GPU两个版本