https://github.com/andreasnel/neural-network
Contains the code to apply passive and active learning to classify the Sloan Digital Sky Survey data set into stars, galaxies, and quasars.
https://github.com/andreasnel/neural-network
Last synced: 10 months ago
JSON representation
Contains the code to apply passive and active learning to classify the Sloan Digital Sky Survey data set into stars, galaxies, and quasars.
- Host: GitHub
- URL: https://github.com/andreasnel/neural-network
- Owner: AndreasNel
- Created: 2018-09-21T20:19:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T19:44:02.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:11:59.816Z (11 months ago)
- Language: Python
- Size: 597 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neural-network
Contains the code to apply passive and active learning to classify the Sloan Digital Sky Survey data set into stars, galaxies, and quasars.
Credits go to https://www.youtube.com/user/sentdex for providing an awesome machine learning with Tensorflow tutorial.