
| Azure Service | Purpose |
|---|---|
| Azure Machine Learning Service | Training CNN-LSTM model, experiment tracking, pipeline automation |
| Azure Data Lake / Azure Blob Storage | Storage of EEG datasets and preprocessed signals |
| Azure Compute Instances / GPU VMs | High-performance compute for training CNN-LSTM models |
| Azure ML HyperDrive | Hyperparameter optimization for CNN-LSTM |
| Azure Kubernetes Service (AKS) | Deployment of trained seizure prediction model as scalable microservices |
| Azure Container Registry (ACR) | Storage and management of Docker containers before AKS deployment |
| Azure Monitor & Application Insights | Real-time monitoring, logging, and telemetry of deployed model performance |