Tag

multivariate

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Sep 29, 2024 · Artificial Intelligence

Structured Components-based Neural Network (SCNN) for Multivariate Time Series Forecasting: Theory, Implementation, and Business Application

This article presents the SCNN model for multivariate time series forecasting, explains its decomposition into long‑term, seasonal, short‑term, and co‑evolving components, details the neural‑network‑based fusion and loss design, provides Python code snippets, and demonstrates its practical deployment for business volume prediction at Ctrip.

PythonSCNNmultivariate
0 likes · 30 min read
Structured Components-based Neural Network (SCNN) for Multivariate Time Series Forecasting: Theory, Implementation, and Business Application
DataFunSummit
DataFunSummit
Feb 12, 2024 · Artificial Intelligence

Ant Group's Time Series AI Practices and the AntFlux Intelligent Engine

This article presents Ant Group's comprehensive time‑series AI solutions, covering the business value of temporal data, the evolution of statistical and deep learning models, large‑scale time‑series platforms such as AntFlux, and real‑world applications ranging from financial forecasting to green computing.

AIAntFluxforecasting
0 likes · 17 min read
Ant Group's Time Series AI Practices and the AntFlux Intelligent Engine
Model Perspective
Model Perspective
Oct 10, 2022 · Artificial Intelligence

Predict Air Pollution with Multivariate LSTM in Keras: A Step‑by‑Step Guide

This tutorial explains how to build, train, and evaluate a multivariate LSTM model using Keras for hourly air‑pollution forecasting, covering data preparation, model design, prediction, and inverse scaling back to original units.

KerasLSTMPython
0 likes · 13 min read
Predict Air Pollution with Multivariate LSTM in Keras: A Step‑by‑Step Guide
Model Perspective
Model Perspective
Sep 9, 2022 · Fundamentals

What Is a Time Series and How Do We Analyze Its Patterns?

A time series is a chronologically ordered set of interrelated data points whose analysis involves studying its development patterns and forecasting future behavior, with classifications based on dimensionality, continuity, statistical properties such as stationarity, and distribution types like Gaussian or non‑Gaussian.

forecastingmultivariatestationarity
0 likes · 2 min read
What Is a Time Series and How Do We Analyze Its Patterns?