Skip to content

Instantly share code, notes, and snippets.

@miloharper
Created July 20, 2015 12:49
Show Gist options
  • Select an option

  • Save miloharper/b8220a5b3acb27728c4d to your computer and use it in GitHub Desktop.

Select an option

Save miloharper/b8220a5b3acb27728c4d to your computer and use it in GitHub Desktop.

Revisions

  1. miloharper created this gist Jul 20, 2015.
    2 changes: 2 additions & 0 deletions training_set.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    training_set_inputs = array([[0, 0, 1], [1, 1, 1], [1, 0, 1], [0, 1, 1]])
    training_set_outputs = array([[0, 1, 1, 0]]).T