Single-layer network

This commit is contained in:
Carl Pearson
2016-11-16 09:03:15 -06:00
parent e002b6a561
commit 532064b6ba
2 changed files with 218 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
// Place your settings in this file to overwrite default and user settings.
{
"python.formatting.provider": "autopep8",
"python.formatting.formatOnSave": true
}