Skip to content

NAICNO/wp7-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP7 Demonstrators - Documentation

DOI

Documentation site for NAIC Work Package 7 (WP7) - Demonstrators.

WP7 is responsible for the design and implementation of demonstrators that showcase the abilities of NAIC. Each demonstrator connects to a research community, formulates a use case as a ML/AI task, and provides a complete pipeline from data to results.

Rendered Documentation

View the documentation site

Use Case Demonstrators

UC Title Repository Tutorial Status
UC1 Climate Indices Teleconnection wp7-UC1-climate-indices-teleconnection Tutorial Completed
UC2 PEM Electrolyzer PINN Optimizer wp7-UC2-pem-electrolyzer-digital-twin Tutorial Completed
UC3 Pseudo-Hamiltonian Neural Networks wp7-UC3-pseudo-hamiltonian-neural-networks Tutorial Completed
UC4 3D Medical Image Registration wp7-UC4-medical-image-registration Tutorial Completed
UC5 Graph-Based Classification of AIS Data wp7-UC5-ais-classification-gnn Tutorial Completed
UC6 Multi-Modal Optimization wp7-UC6-multimodal-optimization Tutorial Completed
UC7 Latent Representation of PDE Solutions wp7-UC7-latent-pde-representation Tutorial Completed

Summary Deliverables

ID Deliverable Repository
D7.10 Summary of completed demonstrators wp7-D710-deliverable-report

Building Locally

pip install -r requirements.txt
sphinx-build -b html documents build/html

The built site will be in build/html/.