Vilnius-weather-LSTM

所属分类:数值算法/人工智能
开发工具:Jupyter Notebook
文件大小:6678KB
下载次数:0
上传日期:2022-07-14 15:12:51
上 传 者sh-1993
说明:  维尔纽斯天气LSTM,使用tensorflow分析维尔纽斯气象的存储库
(Vilnius-weather-LSTM,Repository for the analysis of Vilnius weather using tensorflow)

文件列表:
Dockerfile (761, 2020-12-04)
data (0, 2020-12-04)
data\weather.csv (45175782, 2020-12-04)
docker-compose.yml (130, 2020-12-04)
requirements.txt (122, 2020-12-04)
weather-analysis.ipynb (969887, 2020-12-04)

# Vilnius weather analysis Repository for the analysis of Vilnius weather using tensorflow. The main aim of this analysis is to try to create a deep learning model to forecast the various weather attributes. # Data The data was obtained from the API via https://openweathermap.org/api. The data is hourly and spans from 1990.01.01 up untill 2020.11.30. # Starting the virtual environment The creation of the virtual environment and the installation of all the necesary packages is done using anaconda. The commands: ``` conda create python=3.7 --name weather conda activate weather pip install -r requirements.txt ``` # Starting the jupyter notebook The jupyter instance is created using Docker. To start the jupyter server on your local machine use the commands (the bellow works in Ubuntu): ``` sudo docker-compose build sudo docker-compose up ```

近期下载者

相关文件


收藏者