awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-deepmind avatar

google-deepmind/graphcast

0
View on GitHub↗
6,680 Stars·871 Forks·Python·Apache-2.0·3 Aufrufe

Graphcast

GraphCast is a machine learning model that uses graph neural networks to produce global weather forecasts up to ten days ahead at high spatial resolution. The system represents the Earth's surface as an icosahedral mesh, enabling message passing between mesh nodes to capture atmospheric dynamics, and combines this with a learned multiscale processor that operates across coarse-to-fine mesh resolutions.

The model is trained on historical ERA5 reanalysis data through a supervised learning objective, and its autoregressive rollout loop feeds predictions back as input to generate multi-step forecast trajectories while maintaining end-to-end differentiability. GraphCast includes a grid-to-mesh encoder-decoder that converts regular latitude-longitude grid data into the triangular mesh format for processing and decodes outputs back to grid coordinates.

The repository provides three pretrained model snapshots that can generate forecasts without training from scratch, along with a training pipeline for producing custom forecasting models. Conversion utilities are included to transform gridded climate data into the icosahedral mesh representation required by the graph network.

Features

  • Weather Forecasting Graph Networks - Uses graph neural networks to forecast global weather conditions up to 10 days ahead at high spatial resolution.
  • Differentiable Forecast Trajectories - Maintains end-to-end differentiability through the autoregressive rollout for gradient-based training.
  • Weather Forecast Rollouts - Feeds model predictions back as inputs to generate a differentiable multi-step forecast trajectory.
  • Autoregressive Forecast Generators - Feeds model predictions back as inputs to produce a differentiable multi-step forecast trajectory.
  • Graph Neural Network Forecast Trainers - Trains graph neural networks from scratch on historical ERA5 reanalysis data to produce custom forecasting models.
  • ERA5 Reanalysis Training Pipelines - Trains the graph neural network on historical ERA5 reanalysis data using supervised learning.
  • Graph Neural Networks - Trains graph neural networks on gridded climate reanalysis data to produce custom forecasting models.
  • Icosahedral Mesh Graph Networks - Represents the Earth's surface as a triangular icosahedral mesh for graph neural network message passing.
  • Multiscale Mesh Processors - Uses a hierarchy of coarse-to-fine mesh resolutions to capture both global and local atmospheric dynamics.
  • ERA5 Reanalysis Training Pipelines - Trains graph neural network parameters from historical ERA5 reanalysis data to produce custom forecasting models.
  • Global Model Forecasts - Predicts global weather conditions days ahead using learned graph neural network models on mesh data.
  • Graph Neural Network Forecasts - Predicts global weather conditions up to 10 days ahead at high spatial resolution using a learned graph neural network.
  • Grid-to-Mesh Encoder-Decoders - Converts regular latitude-longitude grid data into icosahedral meshes for graph network processing.
  • Pretrained Model Snapshots - Loads and executes pretrained model snapshots to generate weather forecasts without training.
  • Pretrained Weather Forecast Models - Provides three pretrained model snapshots that generate global weather forecasts without training from scratch.
  • Grid-to-Mesh Converters - Transforms regular latitude-longitude grid data into triangular icosahedral meshes for graph network processing.
  • Grid-to-Mesh Spatial Modeling - Converts regular latitude-longitude grids into triangular icosahedral meshes for graph network processing.

Star-Verlauf

Star-Verlauf für google-deepmind/graphcastStar-Verlauf für google-deepmind/graphcast

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht google-deepmind/graphcast?

GraphCast is a machine learning model that uses graph neural networks to produce global weather forecasts up to ten days ahead at high spatial resolution. The system represents the Earth's surface as an icosahedral mesh, enabling message passing between mesh nodes to capture atmospheric dynamics, and combines this with a learned multiscale processor that operates across coarse-to-fine mesh resolutions.

Was sind die Hauptfunktionen von google-deepmind/graphcast?

Die Hauptfunktionen von google-deepmind/graphcast sind: Weather Forecasting Graph Networks, Differentiable Forecast Trajectories, Weather Forecast Rollouts, Autoregressive Forecast Generators, Graph Neural Network Forecast Trainers, ERA5 Reanalysis Training Pipelines, Graph Neural Networks, Icosahedral Mesh Graph Networks.

Welche Open-Source-Alternativen gibt es zu google-deepmind/graphcast?

Open-Source-Alternativen zu google-deepmind/graphcast sind unter anderem: tkipf/pygcn — pygcn is a PyTorch library and framework for implementing graph convolutional networks. It provides tools for… rusty1s/pytorch_geometric — PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides… magicleap/supergluepretrainednetwork — This project is a collection of neural network models and geometric tools designed for image feature matching, spatial… google-deepmind/graph_nets — graph_nets is a graph-structured deep learning framework and library for building message-passing neural networks. It… glouppe/info8010-deep-learning — This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the… girafe-ai/ml-course — This repository provides a comprehensive educational framework for mastering machine learning and deep learning…

Open-Source-Alternativen zu Graphcast

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Graphcast.
  • tkipf/pygcnAvatar von tkipf

    tkipf/pygcn

    5,404Auf GitHub ansehen↗

    pygcn is a PyTorch library and framework for implementing graph convolutional networks. It provides tools for semi-supervised node classification and the generation of node embeddings from graph-structured data. The system converts graph nodes into low-dimensional vectors based on neighborhood patterns and local similarities. It enables the prediction of node labels by leveraging both a small set of labeled examples and the overall graph topology. The library covers relational data analysis and semi-supervised graph learning. It includes computational primitives for message passing, adjacenc

    Python
    Auf GitHub ansehen↗5,404
  • rusty1s/pytorch_geometricAvatar von rusty1s

    rusty1s/pytorch_geometric

    23,848Auf GitHub ansehen↗

    PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides a framework for developing graph neural networks, including a specialized system for implementing node-to-node information exchange via customizable message passing, aggregation, and update functions. The library includes a sparse data processing toolkit that utilizes accelerated CPU and CUDA kernels to perform efficient reductions on large sparse datasets. It supports the creation of specialized architectures for structured data such as 3D meshes and point clouds. The proje

    Python
    Auf GitHub ansehen↗23,848
  • google-deepmind/graph_netsAvatar von google-deepmind

    google-deepmind/graph_nets

    5,402Auf GitHub ansehen↗

    graph_nets is a graph-structured deep learning framework and library for building message-passing neural networks. It provides tools for designing architectures that operate on nodes and edges to process and reason about data structured as graphs using TensorFlow. The framework implements a message-passing paradigm for iterative information exchange between nodes. This approach enables the development of models that can reason about complex graph-structured inputs for tasks such as path-finding and sorting, or serve as a predictor for the future states and trajectories of physical systems.

    Pythonartificial-intelligencedeep-learninggraph-networks
    Auf GitHub ansehen↗5,402
  • magicleap/supergluepretrainednetworkAvatar von magicleap

    magicleap/SuperGluePretrainedNetwork

    4,035Auf GitHub ansehen↗

    This project is a collection of neural network models and geometric tools designed for image feature matching, spatial alignment, and visual localization. It provides a pre-trained neural network model for identifying high-accuracy correspondences between sparse image features without requiring local training. The system utilizes a graph neural network matcher that employs attention mechanisms and message passing to learn spatial relationships between image feature points. It integrates a RANSAC camera pose estimator to filter feature matches and calculate the relative spatial transformation

    Pythondeep-learningfeature-matchinggraph-neural-networks
    Auf GitHub ansehen↗4,035
  • Alle 19 Alternativen zu Graphcast anzeigen→