Skip to content

pavankumarhm/data-predict-temperature-using-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Week 06 - Deep Learning - Day 4 - Predict temperature

  • In this challenge, you will predict the temperature in the future based on:

    • the past values of the temperature (which is our target)
    • the past values of other weather features (which are called past covariates)
  • This exercise is also designed to help you learn :

    • how to deal with a temporal dataset which is a single Time Series
    • how to cross-validate a Recurrent Neural Network creating folds
    • how to generate sequences from these folds to train your model on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors