/Convolutions

Applying convolutions on images using Python

Primary LanguagePythonMIT LicenseMIT

Convolutions

GitHub language count GitHub top language GitHub repo size GitHub

Basic test with the main concept behind the Convolutional Neural Networks.

Overview

Just applying convolutions on images using Python. To better understand how the convolutions work, you can go here.

Original image:

Original image

Convolved freature from the image:

Convolved freature from the image

Dependencies

  • PIL
  • scipy
  • numpy

You can install missing dependencies with pip.

Usage

  1. Install the dependencies;
  2. Open terminal and run Convolutions.py file.

Credits

License

Code released under the MIT license.