Tagged articles
5 articles
Page 1 of 1
DataFunSummit
DataFunSummit
Nov 19, 2022 · Operations

Large-Scale Supply Chain Inventory Optimization Using Recurrent Neural Networks

This article presents a novel approach that leverages recurrent neural network techniques and TensorFlow to dramatically accelerate simulation and optimization of massive supply‑chain networks, enabling efficient inventory positioning and safety‑stock decisions for networks with hundreds of thousands of items.

Recurrent Neural NetworkSupply ChainTensorFlow
0 likes · 13 min read
Large-Scale Supply Chain Inventory Optimization Using Recurrent Neural Networks
JD Tech Talk
JD Tech Talk
Feb 24, 2021 · Artificial Intelligence

Memory-Gated Recurrent Networks for Multivariate Time Series Analysis

The paper introduces Memory-Gated Recurrent Networks (mGRN), a novel RNN architecture that separately captures marginal and joint memories of multivariate time series, demonstrating significant performance gains over LSTM/GRU across diverse applications such as ICU monitoring, speech recognition, handwriting, and high‑frequency stock price prediction.

AIRecurrent Neural Networkfinancial prediction
0 likes · 10 min read
Memory-Gated Recurrent Networks for Multivariate Time Series Analysis
21CTO
21CTO
Dec 19, 2017 · Artificial Intelligence

How Deep Neural Networks Decode Images: From CNNs to RNNs

This article explains the fundamental principles behind deep neural networks for image recognition, covering convolutional and recurrent architectures, their training processes, feature extraction mechanisms, and the emerging ability to generate automatic image captions.

Deep LearningRecurrent Neural Networkconvolutional neural network
0 likes · 13 min read
How Deep Neural Networks Decode Images: From CNNs to RNNs
dbaplus Community
dbaplus Community
Nov 10, 2016 · Artificial Intelligence

Demystifying Recurrent Neural Networks: Theory, Training, and Implementation

This article explains the fundamentals of recurrent neural networks (RNNs), their role in language modeling, various RNN architectures such as bidirectional and deep RNNs, the back‑propagation through time (BPTT) training algorithm, gradient challenges, vectorization techniques, and provides a step‑by‑step code implementation.

BPTTDeep LearningLanguage Model
0 likes · 21 min read
Demystifying Recurrent Neural Networks: Theory, Training, and Implementation