Convolutional_neural_network icon indicating copy to clipboard operation
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

Results 7 Convolutional_neural_network issues
Sort by recently updated
recently updated
newest added

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'** ![python_ocr](https://user-images.githubusercontent.com/23421363/28236125-36bd37f6-693b-11e7-8215-0ef3b6c9f2d6.png) 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...