Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 3.15 KB

File metadata and controls

66 lines (36 loc) · 3.15 KB

Geometric Deep Learning in Engineering Simulations

This section provides resources for Geometric Deep Learning (GDL) and its applications in Computer-Aided Engineering (CAE). GDL applies deep learning techniques to non-Euclidean domains (such as graphs and manifolds) and is increasingly used to enhance simulation, design optimization, and analysis in engineering.


📌 GDL & GNN

Fundamentals

  • Understanding Graph Neural Networks (GNNs)
  • Core concepts in Geometric Deep Learning: theories, algorithms, and applications

Courses & Tutorials

Textbooks & Foundations

Research Papers

Open-Source Tools

CAE-Specific Applications & Research Papers

Case Studies


📌 Personal Recommendations

Geometric Deep Learning (GDL) is a core section for handling non-Euclidean CAE data. Michael Bronstein is a pioneer in this field, and his courses, lectures, and publications are essential for anyone wishing to dive deep into GDL. For those interested in practical experimentation, try replicating open-source implementations of models like PointNet or various graph neural networks available on platforms such as Papers with Code. Most implementations will utilize PyTorch Geometric, so familiarity with this library is highly recommended.

📌 Additional Learning Resources & Contributions

  • Community Contributions:
    You are encouraged to contribute additional resources, improvements, and feedback. Check out the initial repository at cae_ai_resources and submit a pull request with your suggestions.

Happy learning and contributing!