Skip to content

Commit

Permalink
fix formatting, add images
Browse files Browse the repository at this point in the history
  • Loading branch information
cuuupid committed Oct 12, 2017
1 parent 8e18ca2 commit 06bea1b
Show file tree
Hide file tree
Showing 10 changed files with 17,024 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,9 @@ Quick stats: Geforce 1060, 6gb, ~4 minutes for 150k steps and ~78.5% accuracy.

`python website.py`, you'll need Flask.

![Form](images/form.png)


## FAQS

**Does this mean colleges don't care about me as a person for the most part?**
Expand Down
Binary file added images/form.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion neuralnet/README.MD
Expand Up @@ -17,4 +17,6 @@ Trained on GeForce 1060, 6GB. ~4 minutes for 150,000 steps @ 78.5% accuracy on a

No overfitting observed. Cross validation dataset and cross validation scripts are not provided due to licensing issues. :sadparrot:

*Interestingly, it would appear even if overfitting occurred, that this may not affect our true accuracy, as college admissions behave as if overfitted... but this is a conjecture to be tested at a later point.*
*Interestingly, it would appear even if overfitting occurred, that this may not affect our true accuracy, as college admissions behave as if overfitted... but this is a conjecture to be tested at a later point.*

The `train` directory is at the root level. The `train` directory in this folder is used simply for testing.
2 changes: 1 addition & 1 deletion neuralnet/predict.py
Expand Up @@ -44,7 +44,7 @@
classifier = tf.contrib.learn.DNNClassifier(feature_columns=feature_columns,
hidden_units=[10, 20, 10],
n_classes=3,
model_dir="./neuralnet/train/model/" +
model_dir="./train/model/" +
dataset_filename[dataset_filename.rfind(
'/') + 1:-4],
config=tf.contrib.learn.RunConfig(
Expand Down
2 changes: 2 additions & 0 deletions neuralnet/train/model/carnegie_mellon/checkpoint
@@ -0,0 +1,2 @@
model_checkpoint_path: "model.ckpt-1"
all_model_checkpoint_paths: "model.ckpt-1"

0 comments on commit 06bea1b

Please sign in to comment.