Convolutional_neural_network
Convolutional_neural_network copied to clipboard
This is the code for "Convolutional Neural Networks - The Math of Intelligence (Week 4)" By Siraj Raval on Youtube
ImportError Traceback (most recent call last) in () 1 import pickle #saving and loading our serialized model 2 import numpy as np #matrix math ----> 3 from app.model.preprocessor import Preprocessor...
The model is not yet identifying the small alphabets.
Hi Siraj, I'm learning about deep neural networks so i forked your repo to do some tests. however when i run the web app i got a: ``` ImportError: bad...
I get the following issue while trying to run using python 3. **ImportError: bad magic number in 'config': b'\x03\xf3\r\n'**  What could possibly be causing this issue? Is it because...
This repo (and all your work) is much appreciated @llSourcell! This PR contains some quick fixes and cleanup I ran into while getting started with running the flask app that...
#hacktoberfest