Releases: bikuta6/nbody-deep-sim
Releases · bikuta6/nbody-deep-sim
Final Release before presentation
Final steps, training to be done
v2 contconv more efficient
First approach with continuous convolutions
Created an n-body simulation for galaxy collisions (?). First approach was to use continuous convolutions to predict accelerations given a single frame. Due to computational limitations, training wasn't as effective as expected. Error still builds up rapidly not giving faithful simulations.
Next steps are:
- Using past information
- Add some attention (somehow?)
- Use graph neural networks