Plan:
- Gather data either via running our custom simulation (images) or a NASA data set of the simulator (images).
- Build and train a CNN architecture. This would use our data gathered in 1) with a layered approach of capturing different images in different time stamps. We would decide what time stamp would be best. Additionally, we would have to decide what the best value for resolution would be.
- Each image can be considered a word in a sequence of images as the the physics model progresses through time. We encode the image in an embedding space using a CNN, then run an RNN on the last n embeddings in order to predict the next in the sequence, which can be decoded into the image of the next state in the physics system.
Main Idea: We want to solve the n-body problem. This is a problem in physics that involves predicting the position of n gravitational bodies at any given time.
Log in or sign up for Devpost to join the conversation.