登录
首页 » matlab » lasagne_residual_network-master

lasagne_residual_network-master

于 2020-06-22 发布
0 117
下载积分: 1 下载次数: 5

代码说明:

说明:  深度学习深度残差学习程序,这是今年imageNET测试top1程序(Deep learning depth residual learning program, this is the imageNET test top1 program this year)

文件列表:

lasagne_residual_network-master, 0 , 2016-01-07
lasagne_residual_network-master\.gitignore, 6 , 2016-01-07
lasagne_residual_network-master\BatchNormLayer.py, 16347 , 2016-01-07
lasagne_residual_network-master\Deep_Residual_Network_mnist.py, 15182 , 2016-01-07
lasagne_residual_network-master\README.md, 142 , 2016-01-07
lasagne_residual_network-master\TEMP, 0 , 2016-01-07
lasagne_residual_network-master\TEMP\orig_example.py, 15736 , 2016-01-07
lasagne_residual_network-master\TEMP\residual_mnist.py, 9459 , 2016-01-07
lasagne_residual_network-master\t10k-images-idx3-ubyte.gz, 1648877 , 2016-01-07
lasagne_residual_network-master\t10k-labels-idx1-ubyte.gz, 4542 , 2016-01-07
lasagne_residual_network-master\train-images-idx3-ubyte.gz, 9912422 , 2016-01-07
lasagne_residual_network-master\train-labels-idx1-ubyte.gz, 28881 , 2016-01-07

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

发表评论

0 个回复

  • CRC
    自己写的CRC的Verilog代码,在网上收集的crc相关的代码以及crc的matlab仿真代码(The CRC Verilog code written by myself, CRC related codes collected on the Internet and CRC matlab simulation code)
    2020-06-17 15:42:36下载
    积分:1
  • Rayleigh
    说明:  OFDM调制及多径瑞利信道及单径信道的仿真,可选择(OFDM Simulation of Multipath Rayleigh Channel and Single Path Channe)
    2019-06-11 16:27:44下载
    积分:1
  • 源代码
    1 基于遗传算法的TSP算法(王辉) 2 基于遗传算法和非线性规划的函数寻优算法(史峰) 3 基于遗传算法的BP神经网络优化算法(王辉) 4 设菲尔德大学的MATLAB遗传算法工具箱(王辉) 5 基于遗传算法的LQR控制优化算法(胡斐)(1 TSP algorithm based on genetic algorithm (Wang Hui) 2 Function optimization algorithm based on genetic algorithm and non-linear programming (Shifeng) 3 BP neural network optimization algorithm based on genetic algorithm (Wang Hui) 4. MATLAB genetic algorithm toolbox of Sheffield University (Wang Hui) LQR control optimization algorithm based on genetic algorithm (Hoofie))
    2018-11-25 13:36:17下载
    积分:1
  • 写了一个获取SolidWorks文件结构的代码。以XML开式输出。
    写了一个获取SolidWorks文件结构的代码。以XML开式输出。-Write a SolidWorks file structure to obtain the code. Open to XML output.
    2022-03-06 15:21:48下载
    积分:1
  • 总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source...
    总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子curStick,分析、判断其最上面的盘curDisk的能否向curDisk确定的唯一的方向移动;移动 完后 再 选择 另一个 柱子 分析 判断 就可以完成了 (这个算法特别适合于人玩这个“弱智”(我有同学这么说)游戏,我玩我的文曲星pc1000a上的Hanoi 9层游戏,需要5分钟就可以移动完毕)-total number identified, each set curDisk maybe_To direction of the movement of which is determined only : If there are three disk, was always left a mobile. Here, the columns from left to right as A (source pole Source), B (using the pole Borrow), C (target pole Target). A left as C, B to the left as A, C on the left as B; A as the B, B on the right side as C, the right as A; each set of mobile methods (as it is impossible for the same two mobile disk!) : a set curDisk curStick now on the pole, then curDisk another pole (three in addition to two other one), when given a choice, choose a pole
    2022-09-17 11:25:03下载
    积分:1
  • 1
    说明:  结构随机振动,很经典的英文原版课本。Random Vibrations Analysis of Structural and Mechanical Systems(Random Vibrations Analysis of Structural and Mechanical Systems)
    2016-07-26 12:31:15下载
    积分:1
  • AspNetCoreRateLimit-master
    说明:  AspNetCoreRateLimit-master 限制流量访问(AspNetCoreRateLimit-master is a full limit acl lib)
    2020-08-18 09:59:01下载
    积分:1
  • hulf
    说明:  设计一个哈夫曼编码器 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ② 输入数据序列的长度为256。 ③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element. (1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001. (2) The length of the input data sequence is 256. (3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
    2019-06-19 21:49:58下载
    积分:1
  • filters
    说明:  利用RSS进行室内定位仿真实验在RSS指纹数据库中抽取离线数据集;利用抽取出来的数据集作为KNN算法的训练数据集;(RSS is used for indoor positioning simulation experiments to extract offline data sets from RSS fingerprint database, and the extracted data sets are used as training data sets of KNN algorithm.)
    2019-05-28 21:26:53下载
    积分:1
  • AVR Siemens colour display driver, UART 2 LCD
    AVR Siemens colour display driver, UART 2 LCD
    2022-03-02 16:01:38下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载