dayelang618's Stars
MingSun-Tse/Efficient-Deep-Learning
Collection of recent methods on (deep) neural network compression and acceleration.
megvii-research/Sparsebit
A model compression and acceleration toolbox based on pytorch.
666DZY666/Torch-Pruning
[CVPR-2023] Towards Any Structural Pruning; LLMs / Diffusion / YOLOv8 / CNNs / Transformers
666DZY666/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
fengbintu/Neural-Networks-on-Silicon
This is originally a collection of papers on neural network accelerators. Now it's more like my selection of research on deep learning and computer architecture.
Awesome-Image-Registration-Organization/awesome-image-registration
image registration related books, papers, videos, and toolboxes
Xtra-Computing/ThunderGP
HLS-based Graph Processing Framework on FPGAs
IntelLabs/distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
zhguanw/lin-analyzer
A high-level performance analysis tool for FPGA-based accelerators
BYchao100/Graph-Based-Blind-Image-Deblurring
This code is the upgraded implementation of TIP paper "Graph-based Blind Image Deblurring from a Single Photograph".
suisuisi/FPGAandCNN
基于FPGA的数字识别-实时视频处理的定点卷积神经网络实现
mit-han-lab/tinyml
violet17/yolov5_demo
OpenVINO demo & Convert to OpenVINO IR ==完整又详细的Pytorch到OpenVINO转换流程 ><不点进来看看吗
CustomizableComputingLab/PYNQ_softmax
achieve softmax in PYNQ with heterogeneous computing.
xingchenzhang/MEFB
A Multi-exposure Image Fusion Benchmark
ZFTurbo/Verilog-Generator-of-Neural-Net-Digit-Detector-for-FPGA
Verilog Generator of Neural Net Digit Detector for FPGA
xupsh/pp4fpgas-cn-hls
HLS Project of pp4fpgas - https://github.com/xupsh/pp4fpgas-cn
papcjy/mnist_fpga
using xilinx xc6slx45 to implement mnist net
JimmyHHua/opencv_tutorials
Opencv4.0 with python (English&中文), and will keep the update ! 👊
StefanSredojevic/Deep-Neural-Network-Hardware-Accelerator
SystemVerilog HDL and TB code Deep Neural Network Hardware Accelerator implementation on zybo 7010 FPGA and also C code for Vivado SDK Software
doonny/PipeCNN
An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
WalkerLau/Accelerating-CNN-with-FPGA
This project accelerates CNN computation with the help of FPGA, for more than 50x speed-up compared with CPU.
LeiWang1999/FPGA
帮助大家进行FPGA的入门,分享FPGA相关的优秀文章,优秀项目
exacity/deeplearningbook-chinese
Deep Learning Book Chinese Translation
o0o0o0o0o0o0o/image-processing-from-scratch
This project contains some interesting image processing algorithms that were wrote in python and c++ from scratch.
gzr2017/ImageProcessing100Wen
「画像処理100本ノック」中文版本!为图像处理初学者设计的 100 个问题。
darkprinx/break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways