johnsbuck / Neural-Nets

(Originally Rowan-AI-Project) A planned set of neural networks used to analyze different structures and different types over a range of problems.
MIT License
0 stars 0 forks source link

Script.py needs to be revised #1

Open johnsbuck opened 8 years ago

johnsbuck commented 8 years ago

Originally made for Pattern Recognition of grid, needs to be updated for more usage.

Should recognize multiple output as classification (cross entropy), binary classification (sum of squares), regression (sum of squares).

johnsbuck commented 8 years ago

Should use argparse for arguments.

Custom inputs for given problems(SAT, PatternCell)?

johnsbuck commented 8 years ago

Updated on fixScript

johnsbuck commented 8 years ago

Pushed to master.