Simplicial Neural Networks in a physical application
More Info
expand_more
Abstract
Artificial Intelligence in the form of neural networks is becoming wide spread. This report focuses on a specific form of neural networks, Simplicial Neural Networks. After presenting their advantages and how they were implemented in Python by using the code of [1], they are tested in 2 experiments to explore their applicability in solving physical problems. The first experiment aimed to test the feasibility of the approach as well as to compare them to traditional neural networks. The second experiment aimed at testing the use of SNNs in predicting pressures through a Stokes Flow when the flow is known. Although the experiment was carried out incorrectly the network still produced accurate results in the context of the experiment, and SNNs could present an alternative to Finite Element Solvers.