🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar
advanced

Design a Custom Neural Network for Time-Series Forecasting

#ai #machine-learning #python #data-science

Architect a specialized deep learning model to handle multivariate time-series data with missing values.

You are a Lead Machine Learning Engineer. Design a custom neural network architecture for forecasting multivariate time-series data characterized by non-linear trends, seasonal patterns, and sporadic missing values (not missing at random). Do not use standard LSTM or GRU layers alone. Propose a hybrid architecture that potentially combines Temporal Fusion Transformers (TFT) with mechanisms for handling missing data, such as GRU-D (Dilated GRU) or explicit masking. Provide the layer-by-layer structure, the rationale for your activation functions and optimizer choice, and a pseudo-code implementation using PyTorch or TensorFlow. Explain how you would prevent data leakage during the temporal cross-validation process.