登录
首页 » Others » RAID基本原理动画介绍演示

RAID基本原理动画介绍演示

于 2020-12-03 发布
0 265
下载积分: 1 下载次数: 1

代码说明:

RAID动画演示,RAID基本原理动画介绍简单细致,有读取,擦除,和恢复的动画,形象的描述了raid0、1、5、10的存储过程

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

发表评论

0 个回复

  • 微信小序开发之人脸识别源码
    微信小程序-人脸检测,实现人脸检测功能,包括年龄和性别。使用微信小程序开发工具即可运行。
    2020-11-06下载
    积分:1
  • 东南大学 通信电子线路 课件
    电子通信概论课件.pdf选频回路与阻抗变换.pdf电子通信系统基础.pdf电子通信系统基础.ppt 调制与解调.pdf 发射、接收机结构.ppt 低噪声放大器.pdf 混频器.pdf 混频器.ppt 锁相环与频率合成.pdf 射频功率放大器.pdf第2章习题.doc第3章习题.doc第4章习题.doc第5章习题.doc第6章习题.doc第7章习题.doc第8章习题.doc第9章习题.doc
    2020-12-09下载
    积分:1
  • 直流电机的PID控制
    完整的直流电机PID控制算法,控制程序 采用闭环控制
    2021-05-07下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • C6678 evm 官方光盘中的重要资料
    【实例简介】主要包含如下内容,移除了光盘中的软件安装包 1.TMDXEVM6657L_HW_Docs Contains the hardware documentation for TMDSEVM6657LS. 2.TMDXEVM6670L_HW_Docs Contains the hardware documentation for TMDXEVM6670L. 3.TMDXEVM6678L_HW_Docs Contains the hardware documentation for TMDXEVM6678L. 4.TMDSEVM6657LS_Quick_Setup_Guide.pdf Contains the quick setup guide for TMDSEVM6657LS. 5.TMDSEVM6670L_EVM_Quick_Start_Guide.pdf Contains the quick setup guide for TMDXEVM6670L. 6.TMDSEVM6678L_EVM_Quick_Start_Guide.pdf Contains the quick setup guide for TMDXEVM6678L.
    2021-10-30 00:31:52下载
    积分:1
  • 极大似然估计(MLE)
    文中将极大似然估计方法讲得很详细,给出了极大似然的原理、算法、程序实现以及应用实例。
    2020-05-31下载
    积分:1
  • OPC UA (全,PDF文档)
    OPC Undifined ArchitechtureOPCFoundation网站上要求会员资格才可以下载的资源,非常少见,希望大家珍惜!
    2020-12-05下载
    积分:1
  • 基于cordic算法的NCOmatlab以及verilog实现
    基于cordic算法的NCO,包含matlab代码以及verilog代码与相关原理,亲测可用基于cordic算法的NCO,包含matlab代码以及verilog代码与相关原理,亲测可用基于cordic算法的NCO,包含matlab代码以及verilog代码与相关原理,亲测可用
    2020-12-05下载
    积分:1
  • 超全的网络爬虫资料含源代码c++
    全,超全,超值网络爬虫,主题搜索,算法,原理,网络爬虫实现源代码 c++
    2020-12-05下载
    积分:1
  • 2013国外远控DarkComet最新免杀汉化版
    国外远控DarkComet最新汉化版,并且经过了免杀处理,完美过360全套。 如果再次被查杀的话请自己手动定定位,改下特征码就行了。祝大家技术天天向上。
    2020-12-11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载