An open API service indexing awesome lists of open source software.

https://github.com/sergioskar/convolutional-neural-network

Computer vision framework based on deep learning and GPU programming
https://github.com/sergioskar/convolutional-neural-network

computer-vision convolutional-neural-network deep-learning gpu-computing opencl

Last synced: 12 months ago
JSON representation

Computer vision framework based on deep learning and GPU programming

Awesome Lists containing this project

README

          

# Convolutional-Neural-Network
Development of computer vision framework based on deep learning and GPU programming. We designed a convolutional and a fully connected neural network for object recognition in images. The training of the network and the computation of its output run on GPU, programmed with OpenCL and C++. The algorithm developed during a master thesis.

For more details check my blog posts:

https://sergioskar.github.io/Neural_Network_from_scratch/

https://sergioskar.github.io/Neural_Network_from_scratch_part2/