ssw-plugin:ssw-ml

Train deep learning models for solar flare prediction and image-to-image translation.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/tykimos/ssw-plugin --skill ssw-plugin-ssw-ml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssw-plugin:ssw-ml
Source: https://github.com/tykimos/ssw-plugin/tree/main/skills/ssw-ml
Command: npx skills add https://github.com/tykimos/ssw-plugin --skill ssw-plugin-ssw-ml

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the application of machine learning techniques to solar physics data, facilitating tasks like solar flare prediction and instrument translation.

Core Features & Use Cases

  • Model Training: Train deep learning models (e.g., U-Nets, CNNs) on preprocessed solar EUV images.
  • Data Handling: Create PyTorch/TensorFlow dataloaders for FITS files and paired multi-wavelength observations.
  • Use Case: Predict solar flares by training a CNN+LSTM model on historical solar activity data, or translate images from one solar instrument to another using a U-Net architecture.

Quick Start

Use the ssw-ml skill to train a U-Net model for image-to-image translation between STEREO and SDO instruments using preprocessed data.

Frequently Asked Questions about ssw-plugin:ssw-ml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I train a deep learning model for solar flare prediction using historical data?

Solar flare prediction involves training deep learning models like CNN+LSTM on historical solar activity data. This Skill enables you to train models on preprocessed solar observations to forecast flares and evaluate performance using standard metrics.

Can I create PyTorch dataloaders for FITS files containing solar physics data?

You can create PyTorch dataloaders for FITS files containing solar physics data. This Skill supports building dataloaders for preprocessed FITS files and paired multi-wavelength observations for both PyTorch and TensorFlow frameworks.

What's the best way to perform image-to-image translation between solar instruments like STEREO and SDO?

Performing image-to-image translation between solar instruments like STEREO and SDO is best handled using a U-Net architecture. This Skill allows you to train U-Net models on preprocessed solar EUV images to translate observations between different instruments.

Does this machine learning skill support both PyTorch and TensorFlow for solar data analysis?

This machine learning skill supports both PyTorch and TensorFlow for solar data analysis. You can create dataloaders in either framework to handle preprocessed FITS files and train deep learning models for solar physics tasks.

How are model performance metrics evaluated when predicting solar flares?

Model performance for predicting solar flares is evaluated using standard metrics. After training deep learning models on preprocessed solar observation data, the Skill calculates standard metrics to assess prediction accuracy and model effectiveness.