https://github.com/omarsar/deeplearning
A python3 version of image classification deep learning algorithm
https://github.com/omarsar/deeplearning
Last synced: about 1 month ago
JSON representation
A python3 version of image classification deep learning algorithm
- Host: GitHub
- URL: https://github.com/omarsar/deeplearning
- Owner: omarsar
- Created: 2016-01-21T13:10:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T06:52:49.000Z (over 9 years ago)
- Last Synced: 2025-03-16T19:49:38.392Z (7 months ago)
- Language: Python
- Size: 17.8 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python3 Deep Learning / Neural Networks
The material used to build this algorithm (image classification) comes from this [site](http://neuralnetworksanddeeplearning.com/)
Note: This code was patched to work with Python3