Overview
This page provides links for the different sections of this documentation. You can start with one of the examples if you want to try out the package or create your own network via MeshGraphNets.jl for your use case.
References for training strategies and the core package GraphNetCore.jl are also listed.
Getting Started
- Training Data: Overview on how your data for training, evaluating and testing the system should be structured.
- Training & Evaluation: Overview on how to train and evaluate your network.
Examples
- CylinderFlow: Example use case provided by Google DeepMind in their corresponding repository.
Reference
- Training Strategies: Different training strategies that can be used for training.
- Utilities: Utility functions for better user experience.
- GraphNetCore.jl: Documentation of the core package.