登录
首页 » Others » FTP

FTP

于 2018-07-31 发布 文件大小:31KB
0 62
下载积分: 1 下载次数: 0

代码说明:

  易语言时间校对源码,不知道网络上是不是很难找,很简单的源码(Easy language time proofreading source code, do not know whether the network is not very difficult to find, very simple source code)

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

发表评论

0 个回复

  • 基于FPGA的贪吃蛇游戏
    本程序时利用verilog硬件描述语言开发FPGA。设计使用按键作为输入控制,在VGA显示器上实现贪吃蛇游戏,包含控制VGA显示器显示图片。
    2020-12-05下载
    积分:1
  • SN8F5702_TEMPLATE_Sample_Code
    SN8F5702_TEMPLATE_Sample_Code
    2021-01-20 14:18:41下载
    积分:1
  • vcPP-EXCEL
    visual c++ excel的操作源码(vc++ excel)
    2014-06-09 15:06:09下载
    积分:1
  • MFC下写的一个基于TCP的聊天室
    本科生产实习做的客户端实现的详细清单:1、进入程序的时候光标默认在昵称栏中,回车的默认是“发送”按钮,“断开”按钮默认为不可用2、用户必须先连接上服务器才能使用聊天室,否则点击“发送”按钮将提示“你还没有登录”,服务器的IP可以进行选择或者输入,默认为本机环回3、用户不能使用已经使用的昵称重复登录,昵称不能为空,但可以又空格4、登录成功后“连接”按钮,昵称框,服务器框 都变为不可用,“断开”可用,消息框将显示“xxx刚刚进入了聊天室”,并在用户列表显示当前已登录的用户列表。断开后变化还原5、说话对象默认为“所有人”,对所有人不能使用“悄悄话”功能6、双击用户列表的某一行,或者
    2020-12-02下载
    积分: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
  • 6995529
    信道编码turbo码,编码,译码程序,C语言编写()
    2018-06-10 07:50:28下载
    积分:1
  • SCPI_NETExample
    说明:  SCPI(可编程仪器的标准命令)windows环境C#开发范例(SCPI (standard command of programmable instrument) windows environment c development example)
    2020-05-17 13:51:43下载
    积分:1
  • StressStrain
    可以在material studio实现应力应变曲线的计算(stress-strain calculation)
    2021-04-25 16:18:46下载
    积分:1
  • 基于stm32的血压算法
    基于stm32的血压算法,精度还可以,需要的话可以直接移植使用,方便大家。
    2020-11-28下载
    积分:1
  • FPGA 做的100M 频率计
    基于FPGA的100M频率计设计功能描述: 该频率计是以FPGA为核心器件,嵌入mc8051 IP核,并以整形电路、1602液晶显示器等作为外围设计而成的等精度频率计。通过1602液晶显示被测频率值、周期、脉宽、占空比,闸门时间在0.1—10S连续可调,测量范围为0.1Hz—100MHz。
    2020-12-03下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载