登录
首页 » Verilog » FPGA-CNN-master

FPGA-CNN-master

于 2017-08-05 发布 文件大小:14494KB
0 198
下载积分: 1 下载次数: 164

代码说明:

  fpga硬件实现cnn代码,学习可用。了解基本的深度学习概念和实现方法(FPGA hardware implementation of the code, used for learning)

文件列表:

FPGA-CNN-master
FPGA-CNN-master\16by16_index.xlsx
FPGA-CNN-master\CNN Research Report.pdf
FPGA-CNN-master\DE1_User_Manual.pdf
FPGA-CNN-master\Fomula.PNG
FPGA-CNN-master\General Algorithm for CNN Template Learning.pdf
FPGA-CNN-master\Naive CNN 18 multiplication per clock cycle_V3.rar
FPGA-CNN-master\Naive CNN 18 multipliers per cell complete_V5.zip
FPGA-CNN-master\Naive CNN 18 multipliers per cell one time unit process complete_V2.rar
FPGA-CNN-master\Naive CNN 18 multipliers per cell run out of input pads_V1.rar
FPGA-CNN-master\Naive CNN 18 multipliers per cell wait for simulation_V4.zip
FPGA-CNN-master\Quartus
FPGA-CNN-master\Quartus\AssignGenerator.java
FPGA-CNN-master\Quartus\CNN.qpf
FPGA-CNN-master\Quartus\CNN.v
FPGA-CNN-master\Quartus\CNNfourbyfour.v
FPGA-CNN-master\Quartus\ConstantGenerator.java
FPGA-CNN-master\Quartus\Eq1 Initial
FPGA-CNN-master\Quartus\Eq1 Initial\adder_unit.v
FPGA-CNN-master\Quartus\Eq1 Initial\convolution.v
FPGA-CNN-master\Quartus\Eq1 Initial\equation1.v
FPGA-CNN-master\Quartus\Eq1 Initial\equation2.v
FPGA-CNN-master\Quartus\Eq1 Initial\four_by_four.v
FPGA-CNN-master\Quartus\Eq1 Initial\multiplier_unit.v
FPGA-CNN-master\Quartus\Eq1 Initial\one_by_one.v
FPGA-CNN-master\Quartus\SixteenbySixteen18mulGenerator.java
FPGA-CNN-master\Quartus\SixteenbySixteenGenerator18mulOutput.txt
FPGA-CNN-master\Quartus\SixteenbySixteenGeneratorGenerator.java
FPGA-CNN-master\Quartus\SixteenbySixteenGeneratorOutput.txt
FPGA-CNN-master\Quartus\U_inAssign.txt
FPGA-CNN-master\Quartus\adder.v
FPGA-CNN-master\Quartus\eq1.v
FPGA-CNN-master\Quartus\eq1oneunit.v
FPGA-CNN-master\Quartus\eq2.v
FPGA-CNN-master\Quartus\fourbyfour.v
FPGA-CNN-master\Quartus\fourbyfour18mul.v
FPGA-CNN-master\Quartus\multiplier.v
FPGA-CNN-master\Quartus\onebyone.v
FPGA-CNN-master\Quartus\onebyone18mul.v
FPGA-CNN-master\Quartus\sixteenbysixteen.v
FPGA-CNN-master\Quartus\sixteenbysixteen18mul.v
FPGA-CNN-master\README.md
FPGA-CNN-master\SP-CNN A Scalable and Programmable CNN-based Accelerator.pdf
FPGA-CNN-master\Template_library_v3.1.pdf
FPGA-CNN-master\cnn_fpga_project_plan.pdf
FPGA-CNN-master\cnn_fpga_project_plan.pptx

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • simplis-ir3847
    说明:  simplis-ir3847 电路设计,非常好,省略了二极管(Circuit design of simplis-ir3847)
    2020-04-26 22:58:19下载
    积分:1
  • 10.1007%2Fs11277-016-3915-3
    Kinect Controlled UGV
    2020-06-25 10:40:01下载
    积分:1
  • bug3_6
    说明:  错误: 在类 com.atguigu.crud.test.MBGTest 中找不到 main 方法, 请将 main 方法定义为: public static void main(String[] args) 否则 JavaFX 应用程序类必须扩展javafx.application.Application(javafx.application.Application)
    2019-04-15 12:03:06下载
    积分:1
  • lena
    说明:  SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K) 遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps: Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive. If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels. Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K). The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
    2019-06-10 14:48:52下载
    积分:1
  • fdtd
    说明:  fdtd的仿真程序,matlab编写,参考使用(Fdtd simulation program, MATLAB, reference use)
    2020-12-12 09:09:27下载
    积分:1
  • 最简单的俄罗斯方块开发2003环境
    最简单的俄罗斯方块开发2003环境 -The most simple Tetris Development Environment 2003
    2022-06-20 01:22:08下载
    积分:1
  • MATLAB GUI设计学习手记第二版.pdf
    介绍了matlab GUI设计的基础知识,并带有许多案例(matlab GUI learning)
    2018-04-16 14:51:06下载
    积分:1
  • cmd5网站源码
    md5解密网站源码 用于解密md5加密值(decryt md5 hash value)
    2018-07-06 16:57:27下载
    积分:1
  • areps
    说明:  Advanced Refractive Effects Prediction System Documents
    2020-06-24 22:20:01下载
    积分:1
  • Exercise after
    操作系统教程第四版课后习题答案,孙忠秀主编,高等教育出版社-Exercise after-school tutorial fourth edition of the operating system answers, Sun Zhongxiu editor, Higher Education Press
    2022-02-26 23:37:52下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载