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
- Host: GitHub
- URL: https://github.com/sergioskar/convolutional-neural-network
- Owner: SergiosKar
- License: apache-2.0
- Created: 2017-07-21T14:14:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T15:16:52.000Z (about 7 years ago)
- Last Synced: 2025-06-04T21:55:21.137Z (about 1 year ago)
- Topics: computer-vision, convolutional-neural-network, deep-learning, gpu-computing, opencl
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/