登录
首页 » matlab » yechengxi-LightNet-6ada9dd

yechengxi-LightNet-6ada9dd

于 2020-01-20 发布
0 124
下载积分: 1 下载次数: 11

代码说明:

说明:  一个matlab神经网络工具箱,其中包含RNN,CNN等(Matlab neural network toolbox)

文件列表:

yechengxi-LightNet-6ada9dd, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\Main_CIFAR_CNN_SGD.m, 674 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\Main_CNN_ImageNet_minimal.m, 1194 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\PrepareData_CIFAR_CNN.m, 413 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\getCifarImdb.m, 2122 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\net_init_cifar_cnn.m, 1849 , 2017-10-21
yechengxi-LightNet-6ada9dd\CNN\test_im.JPG, 113805 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations\leaky_relu.m, 245 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations\modu.m, 310 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations\relu.m, 143 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations\sigmoid_ln.m, 149 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\activations\tanh_ln.m, 152 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\bnorm.m, 3375 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\conv_layer_1d.m, 5449 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\conv_layer_2d.m, 5367 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\dropout.m, 277 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\linear_layer.m, 2436 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\lrn.m, 2430 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\maxpool.m, 3523 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\maxpool_1d.m, 2936 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\rmsnorm.m, 2099 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\layers\softmax.m, 254 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\loss, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\loss\softmaxlogloss.m, 551 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\Main_Template.m, 3119 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\TrainingScript.m, 3614 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\net_bp.m, 5983 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\net_ff.m, 6106 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\test_net.m, 3978 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\net\train_net.m, 4654 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\adagrad.m, 2055 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\adam.m, 3192 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\gradient_decorrelation.m, 3624 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\rmsprop.m, 2991 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\select_learning_rate.m, 2321 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\selective_sgd.m, 867 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\sgd.m, 2378 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\optim\sgd2.m, 5401 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\SwitchProcessor.m, 565 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\average_gradients_in_frames.m, 942 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\error_multiclass.m, 689 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\flipall.m, 80 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\generate_output_filename.m, 947 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\im2col_ln.m, 1267 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\pad_data.m, 866 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\pad_data_1d.m, 686 , 2017-10-21
yechengxi-LightNet-6ada9dd\CoreModules\util\unroll_ln.m, 858 , 2017-10-21
yechengxi-LightNet-6ada9dd\Documentations, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\Documentations\LightNet Tutorial.pptx, 1285467 , 2017-10-21
yechengxi-LightNet-6ada9dd\Documentations\lightnet-supplementary-materials.pdf, 172375 , 2017-10-21
yechengxi-LightNet-6ada9dd\Documentations\lightnet-versatile-standalone.pdf, 373087 , 2017-10-21
yechengxi-LightNet-6ada9dd\ImageNetPreTrain.png, 312780 , 2017-10-21
yechengxi-LightNet-6ada9dd\Init.png, 51249 , 2017-10-21
yechengxi-LightNet-6ada9dd\License.txt, 736 , 2017-10-21
yechengxi-LightNet-6ada9dd\LightNet.png, 84805 , 2017-10-21
yechengxi-LightNet-6ada9dd\Log.txt, 2348 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\Main_MNIST_MLP_Dropout.m, 923 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\Main_MNIST_MLP_RMSPROP.m, 918 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\PrepareData_MNIST_MLP.m, 665 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\get_mnist.m, 1620 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\net_init_mlp_mnist.m, 967 , 2017-10-21
yechengxi-LightNet-6ada9dd\MLP\net_init_mlp_mnist_dropout.m, 1668 , 2017-10-21
yechengxi-LightNet-6ada9dd\README.md, 5613 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\Main_Char_RNN.m, 4440 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\gru_bp.m, 1780 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\gru_ff.m, 2349 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\PrepareData_Char_RNN.m, 561 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\dict.txt, 147 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\test_x.txt, 1118891 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\test_y.txt, 1118891 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\train_x.txt, 1997710 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lm_data\train_y.txt, 1997710 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lstm_bp.m, 1947 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\lstm_ff.m, 2582 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\net_init_char_gru.m, 1228 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\net_init_char_lstm.m, 1351 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\net_init_char_qrnn.m, 1197 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\net_init_char_rnn.m, 877 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\qrnn_bp.m, 1350 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\qrnn_ff.m, 1883 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\rnn_bp.m, 1138 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\rnn_ff.m, 2129 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\test_rnn.m, 1209 , 2017-10-21
yechengxi-LightNet-6ada9dd\RNN\train_rnn.m, 4898 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning, 0 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning\Cart_Pole.m, 1138 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning\Main_Cart_Pole_Policy_Network.m, 4506 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning\Main_Cart_Pole_Q_Network.m, 4754 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning\is_valid_state.m, 273 , 2017-10-21
yechengxi-LightNet-6ada9dd\ReinforcementLearning\net_init_pole.m, 509 , 2017-10-21

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

发表评论

0 个回复

  • Tx2_Rx1
    采用两发一收的空时分组码经过瑞丽信道后的性能仿真。(The use of a collection of two space-time block codes through Ruili performance after channel simulation.)
    2009-04-17 20:21:18下载
    积分:1
  • Gaussm0v0.005
    还是不同密度的高斯噪声,可跟上一个程序作比较(Gaussian noise or different densities may be compared to a program to keep up with)
    2010-11-07 14:33:31下载
    积分:1
  • kmeans
    matlab机器学习中用于聚类,适用于样本数量相对较少的情况。(matlab machine learning for clustering, applies to a relatively small number of samples.)
    2013-04-01 09:19:08下载
    积分:1
  • past
    一款电气化处理的强大软件 一款电气化处理的强大软件(A very powerful software A very powerful softwareA very powerful software A very A very powerful software A very )
    2012-01-12 21:23:18下载
    积分:1
  • Matlab多目标优化遗传算法源序很好的应用案
    说明:  与常规的单目标遗传算法求解不同,该算法考虑两个目标函数的遗传算法(Different from the conventional single objective genetic algorithm, this algorithm considers the genetic algorithm of two objective functions)
    2019-12-22 20:39:55下载
    积分:1
  • 数值计算方法源
    说明:  l雷诺方程离散求解的基本思路以及程序编写思路(The finite difference method of Reynolds equation and the realization of related programs)
    2020-11-11 11:02:40下载
    积分:1
  • mimo_awgn_bpsk_qpsk
    mimo with awgn channel bpsk and qpsk
    2014-02-10 18:40:46下载
    积分:1
  • MATLAB65UsingMATLAB.pdf.
    matlab6.5用户手册 英文原版教程(matlab6.5 English original Tutorial User Manual)
    2009-11-25 06:27:27下载
    积分:1
  • greedy1
    贪婪算法,通过迭代,可应用于子载波分配时。(Greedy algorithm, iterative, can be applied to subcarrier allocation.)
    2010-12-17 10:03:41下载
    积分:1
  • shuzhifenxi
    数值分析,对于普通的编程实现一定的算法有很大的帮组,这是本人作业,服役偶偶程序计一定的解释,希望能帮助到大家(In order to improve the adaptation property of the system by making the best of the direction of distribution of radar measurement errors, a optimum estimation algorithm for Kepler orbit is proposed, which yields a maximum likelihood estimation of the Kepler orbit with multi-spatio-temporal state based on both the preprocessing of the small manoeuvring model and the determining of initial value parameter with two spatio-temporal state. )
    2012-10-27 10:32:16下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载