Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 393 Bytes

Data Driven Code 101 - Pycon Canada 2016

slides - https://slideshare.net/atmb4u/data-driven-code

simple.py - if you are new to neural networks, this is where you should look at

multiple.py - same code being reused in different data scenarios in a very simple example. Code that learns from the data.

demo.py - similar to simple.py with just code and no documentation.