This is the repository for ACM's SIG Math for Fall 2025 focusing on solving Partial Differential Equations with Physics Informed Neural Netowrks.
This section will be holding the benchmarks of the trained models as we moving throughtout the semester
If you are interesting in contributing to this. Feel free to ping on the SIG Math channel your GitHub ID and you will be added as a member.
Once you are a member, you can clone, work and make pull requests to the repo as follows: (This requires git to be installed and working locally).
Open the terminal at the directory (folder) where you want to download the code:
- Cloning the repository: Run
git clone https://github.com/acm-uic/SIG-Math-2025.git - Move into the cloned repo:
cd SIG-Math-2025 - Make your own branch:
git checkout -b <your-branch-name>
From here, you should be able to make your local change as see fit and when you are ready to have your code be part of the repo. Do
git add .
git commit -m "<your-commit-message>"
git push
and create a pull-request.
Feel free to tackle any of the PINN models listed or develop one of your own. We do not have to be limited to this however, if you have a more novel way to approach setting up problems like analyzing data to calibrate parameters instead of using static ones, you are free to develop and suggest it and of course, contribute!


