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
- Host: GitHub
- URL: https://github.com/atmb4u/data-driven-code
- Owner: atmb4u
- Created: 2016-11-13T03:15:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T19:54:04.000Z (about 9 years ago)
- Last Synced: 2025-04-09T18:11:30.516Z (9 months ago)
- Language: Python
- Size: 1.41 MB
- Stars: 30
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- fucking-awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-machine-learning - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
- awesome-advanced-metering-infrastructure - Data Driven Code - Very simple implementation of neural networks for dummies in python without using any libraries, with detailed comments. (Python / General-Purpose Machine Learning)
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.