GitXplorerGitXplorer
d

astro-tf

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
65c925f14dfc2becb014e55ed15994fa53832b1f

Add training and test data

ddi committed 8 years ago
Unverified
b0a2aa6bcebbba4d8f0d746aa0ddb2a30df004e0

Initial commit

ddi committed 8 years ago

README

The README file for this repository.

astro

Detecting Asteroids with Neural Networks, as presented at PromptWorks on August 23rd, 2016

Extended presentation available at: <>

Setup

Install TensorFlow: https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html

Then:

$ pip install numpy pandas pillow

Training and Running

Training and trial data are in the /training_data and /test_data/trial* directories.

To train and evaluate the network, run:

$ python astro.py

This will output the results of the evaluations of each of the three trials.