Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.15 KB

week-8-sequences-time-series-and-prediction-part-i.md

File metadata and controls

22 lines (12 loc) · 1.15 KB

Week 8 - Sequences, Time Series and Prediction, Part I

This week you will...

  • take a look at some of the unique considerations involved when handling sequential time series data -- where values change over time, like the temperature on a particular day, or the number of visitors to your web site. We'll discuss various methodologies for predicting future values in these time series.
  • begin to teach neural networks to recognize and predict on time series.

Learning Resources

Until next week you should...

  • complete week 3 and week 4 of the course Sequences, Time Series and Prediction

  • complete the two assignments in the following notebooks:

    • TBD
  • working on the definition of your project's final model(s) and their evaluation according to the instructions given here.

  • document how you will evaluate your model results