An open API service indexing awesome lists of open source software.

https://github.com/mountain/planetarium

planetarium
https://github.com/mountain/planetarium

Last synced: over 1 year ago
JSON representation

planetarium

Awesome Lists containing this project

README

          

# planetarium

planetarium is a project try to solve the math problem beneath planet finding by deeplearning technologies.

problem
-------

In an assumed solar system, six planet are orbiting their sun.
But only four of them are observed, and we can get the position data.

![Observation of four planet][obsv]

From these observed position data, could we inference the orbit of the two hidden planet?

![Predication of the two hidden planet][pred]

[obsv]: https://github.com/mountain/planetarium/raw/master/obsv.png
[pred]: https://github.com/mountain/planetarium/raw/master/pred.png

dataset
-------

network
-------

results
-------