A Tutorial On Sequential Machine Learning
A Tutorial On Sequential Machine Learning
analyticsindiamag.com
10-13 minutes
Table of Contents
1 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
2. Autoencoders
3. Seq2Seq
THE BELAMY
2 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
When the points in the dataset are dependent on the other points
in the dataset, the data is termed sequential. A Timeseries is a
common example of this, with each point reflecting an observation
at a certain point in time, such as a stock price or sensor data.
Sequences, DNA sequences, and meteorological data are
examples of sequential data.
In other words sequential we can term video data, audio data, and
images up to some extent as sequential data. Below are a few
basic examples of sequential data.
3 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Source
4 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Source
One-to-one
With one input and one output, this is the classic feed-forward
neural network architecture.
One-to-many
5 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Many-to-one
Many-to-many
6 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Auto-Encoders
7 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Seq2Seq
8 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
Final Words
9 of 10 8/19/2022, 2:13 AM
A Tutorial on Sequential Machine Learning about:reader?url=https%3A%2F%2Fanalyticsindiamag.com%2Fa-tutori...
References
Sequence Models
LSTM vs GRU
RNN Network
seq2seq
10 of 10 8/19/2022, 2:13 AM