An open API service indexing awesome lists of open source software.

https://github.com/atmb4u/data-driven-code

Code related to session at PyCon Canada 2016
https://github.com/atmb4u/data-driven-code

Last synced: 3 months ago
JSON representation

Code related to session at PyCon Canada 2016

Awesome Lists containing this project

README

          

### 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.