tostq / DeepLearningC

Simple program to learn CNN (LeNet-5) in pure C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • Simple program to learn CNN in pure C
  • Using MS VS2010 to achieve handwriting recognition
  • Follow the idea of LeNet-5

中文说明

请参照个人系列博客【编写C语言版本的卷积神经网络CNN】

http://blog.csdn.net/tostq/article/details/51786265

About

Simple program to learn CNN (LeNet-5) in pure C


Languages

Language:C++ 85.5%Language:C 14.5%