项目作者: SergiosKar

项目描述 :
Computer vision framework based on deep learning and GPU programming
高级语言: C++
项目地址: git://github.com/SergiosKar/Convolutional-Neural-Network.git
创建时间: 2017-07-21T14:14:08Z
项目社区:https://github.com/SergiosKar/Convolutional-Neural-Network

开源协议:Apache License 2.0

下载


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/