Repository navigation

#

lenet

FPGA Accelerator for CNN using Vivado HLS

C++
323
4 年前

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

C++
268
8 年前

A hardware implementation of CNN, written by Verilog and synthesized on FPGA

Coq
241
7 年前

The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%

Python
221
1 年前

Tutorials of deep learning for computer vision.

Python
214
5 年前

An Eyeriss Chip (researched by MIT, a CNN accelerator) simulator and New DNN framework "Hive"

Python
205
5 年前

Learning Deep Features for Discriminative Localization (2016)

Python
149
3 年前

a collection of my notes on deep learning

Jupyter Notebook
123
8 年前
Python
78
6 年前

FPGA and GPU acceleration of LeNet5

Objective-C
34
6 年前

Implementation of LeNet5 without any auto-differentiate tools or deep learning frameworks. Accuracy of 98.6% is achieved on MNIST dataset.

Jupyter Notebook
33
3 年前

This repository presents an innovative approach to classifying blood groups using fingerprint images through deep learning techniques. The project explores state-of-the-art convolutional neural network (CNN) architectures, such as ResNet, VGG16, AlexNet, and LeNet, to analyze and predict blood groups accurately.

Jupyter Notebook
33
1 年前

This code includes classification and detection tasks in Computer Vision, and semantic segmentation task will be added later.

Python
32
1 年前

A tiny implementation of LeNet (without deep learning framework)

Python
32
6 年前

Classify traffic signs by three classic ConvNets architecture using GTSRB dataset.

Jupyter Notebook
24
7 年前