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

yechengxi-LightNet-6ada9dd

于 2020-01-20 发布
0 148
下载积分: 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 个回复

  • 3_rectifier
    three phase model of rectifier. make few changes as per requirement
    2015-04-11 02:08:56下载
    积分:1
  • fdtd.m
    二维TM波金属圆柱的fdtd程序两边为MurABC,上下为PEMurPEC(Two-dimensional TM wave metal cylinder fdtd program)
    2010-12-25 11:08:27下载
    积分:1
  • TMA1
    抛物线拟合算法实现代码,已经通过测试可指直接运行(Parabola fitting algorithm code, has passed the tests can be run directly refers to)
    2013-09-25 12:33:44下载
    积分:1
  • LTE
    the matlab code for lte simulation and 4g mobile
    2013-12-04 16:36:29下载
    积分:1
  • dehazing
    偏振去雾 Yoav Y.Schechner,一直研究偏振去雾算法,典型的代表作,blind haze separation, advanced visiblity improvement based on polarization filtered images,(Polarization defogging Yoav Y.Schechner, has been studying the polarization defogging algorithm, a typical representative, blind haze separation, advanced visiblity improvement based on polarization filtered images,)
    2021-04-26 15:48:45下载
    积分:1
  • PDToolbox_matlab-master (1)
    说明:  演化博弈Matlab工具箱, 适用于复杂网络演化博弈研究(evolutionary game toolbox)
    2020-12-10 15:59:18下载
    积分:1
  • PRACTICALS
    Charging_Capacitor Experiment
    2013-10-04 14:50:55下载
    积分:1
  • shipin1
    这是一个在matlab中读入视频序列并分帧显示的代码(This is a matlab read into the video sequence and sub-frame shown in the code)
    2007-12-07 15:15:28下载
    积分:1
  • Matlab-image-processing-
    《matlab图像处理与界面编程宝典》秦襄培 编著,第2-第9章的MATLAB源代码程序,对现有代码补充完善(Matlab image processing and interface programming Collection" Qin Xiang Pei-ed,from chapter 2 to 9 of the MATLAB source code program)
    2011-06-25 11:30:06下载
    积分:1
  • dutycycle
    This is the source code to calculate/giving duty cycle to the gate of power electronic device like MOSFET, IGBT, etc using c languange integrating in Matlab, please compile it using "mex dutycycle.c" in your matlab command and run it in simulink
    2012-11-14 15:51:23下载
    积分:1
  • 696518资源总数
  • 104887会员总数
  • 24今日下载