https://github.com/mountain/planetarium
planetarium
https://github.com/mountain/planetarium
Last synced: over 1 year ago
JSON representation
planetarium
- Host: GitHub
- URL: https://github.com/mountain/planetarium
- Owner: mountain
- License: mit
- Created: 2018-03-03T17:07:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T03:16:43.000Z (about 8 years ago)
- Last Synced: 2025-01-23T09:21:55.531Z (over 1 year ago)
- Language: Python
- Size: 1.24 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-------