课程目录: 序列、时间序列与预测培训

4401 人关注
(78637/99817)
课程大纲:

序列、时间序列与预测培训

 

 

 

 

Sequences and Prediction

Hi Learners and welcome to this course on sequences and prediction!

In this course we'll 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, building on what you've learned in previous courses!

Deep Neural Networks for Time Series

Having explored time series and some of the common attributes of time series such as trend and seasonality,

and then having used statistical methods for projection,

let's now begin to teach neural networks to recognize and predict on time series!

 

Recurrent Neural Networks for Time Series

Recurrent Neural networks and Long Short Term Memory networks are really useful to classify and predict on sequential data.

This week we'll explore using them with time series...

Real-world time series data

On top of DNNs and RNNs, let's also add convolutions,

and then put it all together using a real-world data series -- one which measures sunspot activity over hundreds of years, and see if we can predict using it.