Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
FPGA Accelerator for CNN using Vivado HLS
#计算机科学#Artificial Intelligence Learning Notes.
An Eyeriss Chip (researched by MIT, a CNN accelerator) simulator and New DNN framework "Hive"
#计算机科学#Learning Deep Features for Discriminative Localization (2016)
#计算机科学#a collection of my notes on deep learning
#计算机科学#AutoDiff DAG constructor, built on numpy and Cython. A Neural Turing Machine and DeepQ agent run on it. Clean code for educational purpose.
Baseline classifiers on the polluted MNIST dataset, SJTU CS420 course project
#计算机科学#Handwritten Digit Recognition Using Convolutional Neural Network by Python
FPGA and GPU acceleration of LeNet5
#计算机科学#A tiny implementation of LeNet (without deep learning framework)
This code includes classification and detection tasks in Computer Vision, and semantic segmentation task will be added later.
Classify traffic signs by three classic ConvNets architecture using GTSRB dataset.