No description
This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2017-12-07 22:37:44 -06:00
.gitignore Initial commit. 2017-12-01 20:27:20 +00:00
420Project17fall.docx Initial commit. 2017-12-01 20:27:20 +00:00
420Project17fall.pdf Initial commit. 2017-12-01 20:27:20 +00:00
Final Project Report.pdf Final submission. 2017-12-07 22:37:44 -06:00
neural_network.py Almost finished. 2017-12-07 22:30:13 -06:00
nn_puzzle_solver.html Adding some final things. 2017-12-07 22:29:33 -06:00
nn_puzzle_solver.ipynb Adding some final things. 2017-12-07 22:29:33 -06:00
README.md Initial commit. 2017-12-01 20:27:20 +00:00

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