Skip to content

sunshulin1/Bidirectional-LSTM-and-Convolutional-Neural-Network-For-Temperature-Prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional-LSTM-and-Convolutional-Neural-Network-For-Temperature-Prediction

I use weather data of Ulsan, Korea from 1980 to 2018 to predict temperature.

Keras with Tensorflow backend

  • Please intall it when you want to run.
  • Don't forget to set your checkpoints and logs folders

How to run?

  • python train.py
  • python test.py

You can visualize your training process using Tensorboard

  • tensorboard --logdir=/logs

Note: You can only use it for research purposes. If you want to use for your publication(s), please contact me to avoid confliction.

About

We use weather data of Ulsan, Korea from 1980 to 2017 to predict temperature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%