Python 🐍 LSTM Network

Опубликовано: 17 Январь 2020
на канале: APMonitor.com
17,582
171

LSTM (Long Short Term Memory) networks are a special type of RNN (Recurrent Neural Network) that is structured to remember and predict based on long-term dependencies that are trained with time-series data. An LSTM repeating module has four interacting components.

The LSTM is trained (parameters adjusted) with an input window of prior data and minimized difference between the predicted and next measured value. Sequential methods predict just one next value based on the window of prior data. When there is contextual data (before and after) the desired prediction point, a Convolutional Neural Network (CNN) may improve performance with fewer resources to train and deploy the network.

LSTM Source Code: https://apmonitor.com/do/index.php/Ma...


На этой странице сайта вы можете посмотреть видео онлайн Python 🐍 LSTM Network длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь APMonitor.com 17 Январь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 17,582 раз и оно понравилось 171 зрителям. Приятного просмотра!