Learning Materials
-
Why Momentum Really Works: distill.pub/2017/moment…
-
A Visual Proof that Neural Nets Can Compute any Function: neuralnetworksanddeeplearning.com/chap4.html
Deep Learning
- Deep Learning using Linear Support Vector Machines: arxiv.org/abs/1306.02…
CNN
- AlexNet: www.cs.toronto.edu/~fritz/absp…
- ZFNET: arxiv.org/abs/1311.29…
- VGG: arxiv.org/abs/1409.15… and 最详细的VGG模型理解-CSDN and 【精读AI论文】VGG深度学习图像分类算法】
- Network in Network: arxiv.org/abs/1312.44… and 深度学习(二十六)Network In Network学习笔记 and【机器学习】关于CNN中1×1卷积核和Network in Network的理解
- GooLeNet: arxiv.org/abs/1409.48… and 【论文研读】GoogLeNet-Going deeper with convolutions
- MobileNet: arxiv.org/abs/1704.04… and
- SqueezeNet: arxiv.org/abs/1602.07… and 公开代码 and 四大经典轻量级网络之二:SqueezeNet
Model Compression
- Learning both Weights and Connections for Efficient Neural Networks: arxiv.org/abs/1506.02…
Acceleration
- cuDNN: Efficient Primitives for Deep Learning: arxiv.org/abs/1410.07… and cuDNN: Efficient Primitives for Deep Learning 论文阅读
FPGA
- Going Deeper with Embedded FPGA Platform for Convolutional Neural Network: dl.acm.org/doi/10.1145…
TinyML
Dataset
-
Speech Commands: A Dataset for Limited-Vocabulary Speech Recognition: Note
-
MIMII Dataset: Sound Dataset for Malfunctioning Industrial Machine Investigation and Inspection: arxiv.org/abs/1909.09… and Note
-
Visual Wake Words Dataset: arxiv.org/abs/1906.05… and Paper with Code and Note
System and Framework
-
CMSIS-NN: Efficient Neural Network Kernels for Arm Cortex-M CPUs: Note
-
Machine Learning on Arm Cortex-M Microcontrollers: Note
-
TensorFlow Lite Micro: Embedded Machine Learning for TinyML Systems: proceedings.mlsys.org/paper_files…
Keyword Spotting
Project
- CS231n: cs231n.stanford.edu/index.html and Assignment Github