doonny / basic_knowledgeLinks
Things to learn for new students in the Lab for AI chips and systems of BJTU .
☆237Updated 8 months ago
Alternatives and similar repositories for basic_knowledge
Users that are interested in basic_knowledge are comparing it to the libraries listed below
Sorting:
- HLS Project of pp4fpgas - https://github.com/xupsh/pp4fpgas-cn☆237Updated 4 years ago
- 【入门项目】这个仓库是用hls来实现手写数字识别CNN硬件(xilinx fpga)加速的代码☆77Updated 2 years ago
- FPGA project☆222Updated 3 years ago
- 一个开源的FPGA神经网络加速器。☆169Updated last year
- 包含了SOC设计中的通用IP,如外设、总线结构、基础、验证等☆97Updated last week
- Implementation of CNN on ZYNQ FPGA to classify handwritten numbers using MNIST database☆520Updated 4 years ago
- ☆62Updated 2 years ago
- 在FPGA上面实现一个NPU计算单元。能够执行矩阵运算(ADD/ADDi/ADDs/MULT/MULTi/DOT等)、图像处理运算(CONV/POOL等)、非线性映射(RELU/TANH/SIGM等)。