No description
.gitignore | ||
420Project17fall.docx | ||
420Project17fall.pdf | ||
neural_network.py | ||
nn_puzzle_solver.html | ||
nn_puzzle_solver.ipynb | ||
README.md |
See 420Project17fall.pdf
Use this script to download the data files, because I'm not hosting them here.
mkdir "data"
for i in {0..28}
do
wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin"
done