Skip to content

Releases: bikuta6/nbody-deep-sim

Final Release before presentation

01 Apr 07:28
9d3f004

Choose a tag to compare

Last Release before defending thesis

Final steps, training to be done

13 Mar 15:34

Choose a tag to compare

v2

contconv more efficient

First approach with continuous convolutions

23 Oct 09:04

Choose a tag to compare

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:

  1. Using past information
  2. Add some attention (somehow?)
  3. Use graph neural networks