简体   繁体   中英

What machine learning method can be used to predict next element in a sequence?(101001000100001...)

This problem is looking hard to solve with classical machine learning methods, even for deep neural networks

so, the idea is to predict next element in the following sequence 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0x6 1 0x7 1 ... 1 0xN

What is the suitable method(if it exists so far) to solve this problem?

You should take a look at LSTM's (Long Short Term Memory) . They are specifically designed for doing predictive classifications by processing multiple sequences of data. Here is a great Medium post that provides an introduction to LSTM's and a short example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM