登录
首页 » matlab » GAN-Base-on-Matlab-master

GAN-Base-on-Matlab-master

于 2020-06-17 发布
0 144
下载积分: 1 下载次数: 10

代码说明:

说明:  在matlab上面实现GAN,能够完成简单的GAN操作。(The implementation of GAN on Matlab can accomplish simple GAN operation.)

文件列表:

GAN-Base-on-Matlab-master, 0 , 2019-03-22
GAN-Base-on-Matlab-master\.gitignore, 5 , 2019-03-22
GAN-Base-on-Matlab-master\LICENSE, 1350 , 2019-03-22
GAN-Base-on-Matlab-master\README.md, 2786 , 2019-03-22
GAN-Base-on-Matlab-master\activation, 0 , 2019-03-22
GAN-Base-on-Matlab-master\activation\activate_z.m, 472 , 2019-03-22
GAN-Base-on-Matlab-master\activation\delta_activation_function.m, 559 , 2019-03-22
GAN-Base-on-Matlab-master\activation\delta_leaky_relu.m, 157 , 2019-03-22
GAN-Base-on-Matlab-master\activation\delta_relu.m, 144 , 2019-03-22
GAN-Base-on-Matlab-master\activation\delta_sigmoid.m, 213 , 2019-03-22
GAN-Base-on-Matlab-master\activation\delta_tanh.m, 67 , 2019-03-22
GAN-Base-on-Matlab-master\activation\leaky_relu.m, 169 , 2019-03-22
GAN-Base-on-Matlab-master\activation\relu.m, 83 , 2019-03-22
GAN-Base-on-Matlab-master\activation\sigmoid.m, 60 , 2019-03-22
GAN-Base-on-Matlab-master\error_term, 0 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\delta_sigmoid_cross_entropy.m, 694 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_atrous_conv2d_layer.m, 553 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_batch_norm_layer.m, 1441 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_conv2d_layer.m, 554 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_conv2d_transpose_layer.m, 1936 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_fully_connect_layer.m, 121 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_reshape_layer.m, 137 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\get_error_term_from_sub_sampling_layer.m, 374 , 2019-03-22
GAN-Base-on-Matlab-master\error_term\sigmoid_cross_entropy.m, 284 , 2019-03-22
GAN-Base-on-Matlab-master\example_1.m, 1582 , 2019-03-22
GAN-Base-on-Matlab-master\example_2.m, 1144 , 2019-03-22
GAN-Base-on-Matlab-master\example_3.m, 1277 , 2019-03-22
GAN-Base-on-Matlab-master\example_4.m, 1352 , 2019-03-22
GAN-Base-on-Matlab-master\gan_train.m, 3196 , 2019-03-22
GAN-Base-on-Matlab-master\gradient, 0 , 2019-03-22
GAN-Base-on-Matlab-master\gradient\calculate_gradient_for_atrous_conv2d_layer.m, 772 , 2019-03-22
GAN-Base-on-Matlab-master\gradient\calculate_gradient_for_batch_norm_layer.m, 731 , 2019-03-22
GAN-Base-on-Matlab-master\gradient\calculate_gradient_for_conv2d_layer.m, 739 , 2019-03-22
GAN-Base-on-Matlab-master\gradient\calculate_gradient_for_conv2d_transpose_layer.m, 1260 , 2019-03-22
GAN-Base-on-Matlab-master\gradient\calculate_gradient_for_fully_connect_layer.m, 179 , 2019-03-22
GAN-Base-on-Matlab-master\layer, 0 , 2019-03-22
GAN-Base-on-Matlab-master\layer\atrous_conv2d.m, 893 , 2019-03-22
GAN-Base-on-Matlab-master\layer\batch_norm.m, 1074 , 2019-03-22
GAN-Base-on-Matlab-master\layer\check_layer_field_names.m, 579 , 2019-03-22
GAN-Base-on-Matlab-master\layer\conv2d.m, 1062 , 2019-03-22
GAN-Base-on-Matlab-master\layer\conv2d_transpose.m, 1933 , 2019-03-22
GAN-Base-on-Matlab-master\layer\reshape_operation.m, 300 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_atrous_conv2d_layer.m, 1526 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_batch_norm_layer.m, 751 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_conv2d_layer.m, 1594 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_conv2d_transpose_layer.m, 5976 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_fully_connect_layer.m, 704 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_reshape_layer.m, 454 , 2019-03-22
GAN-Base-on-Matlab-master\layer\setup_sub_sampling_layer.m, 389 , 2019-03-22
GAN-Base-on-Matlab-master\layer\sub_sample.m, 346 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow, 0 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_applygrads_adam.m, 1408 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_applygrads_sgd.m, 602 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_bp_d.m, 2904 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_bp_g.m, 2981 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_ff.m, 1633 , 2019-03-22
GAN-Base-on-Matlab-master\nerual_network_flow\nn_setup.m, 1157 , 2019-03-22
GAN-Base-on-Matlab-master\readme_images, 0 , 2019-03-22
GAN-Base-on-Matlab-master\readme_images\1.png, 3660 , 2019-03-22
GAN-Base-on-Matlab-master\readme_images\2.png, 3589 , 2019-03-22
GAN-Base-on-Matlab-master\readme_images\3.png, 4283 , 2019-03-22
GAN-Base-on-Matlab-master\setup_environment.m, 296 , 2019-03-22
GAN-Base-on-Matlab-master\test, 0 , 2019-03-22
GAN-Base-on-Matlab-master\test\convolution_process.m, 1821 , 2019-03-22
GAN-Base-on-Matlab-master\util, 0 , 2019-03-22
GAN-Base-on-Matlab-master\util\argparse.m, 259 , 2019-03-22
GAN-Base-on-Matlab-master\util\expand.m, 1958 , 2019-03-22
GAN-Base-on-Matlab-master\util\flipall.m, 77 , 2019-03-22
GAN-Base-on-Matlab-master\util\insert_zeros_into_array.m, 329 , 2019-03-22
GAN-Base-on-Matlab-master\util\padding_height_width_in_array.m, 476 , 2019-03-22
GAN-Base-on-Matlab-master\util\save_images.m, 623 , 2019-03-22

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

发表评论

0 个回复

  • optimization-toolbox
    optimization tollbox
    2009-04-25 22:21:16下载
    积分:1
  • PSOt
    Participle Swarm optimization on matlab
    2011-05-07 03:18:43下载
    积分:1
  • matlab-image-shifting-and-rotate
    matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程(matlba image shift and rotate)
    2012-04-15 21:25:13下载
    积分:1
  • cross-correlation-operation
    通过此函数能实现两个序列的互相关运算,应用比较广泛(Used widely by the cross-correlation operation of this function to achieve the two sequences)
    2012-05-30 22:41:05下载
    积分:1
  • chap9
    ploting dc shunt motor curves
    2014-10-16 16:57:05下载
    积分:1
  • math_calculate
    二分法,Newton迭代法和弦截法求方程根,并比较迭代次数。内含各种迭代法及数值加速方法的说明和比较。(Dichotomy, Newton iteration method for the equation of the root chord section, and compare the number of iterations. Includes a variety of accelerated iterative method and numerical description of the method and comparison.)
    2011-11-23 20:20:48下载
    积分:1
  • xianxinghe-Sxingjiajiansu
    线性和S型加减速下,数控机床的运行状态程序。(Linear and S type deceleration, running state of CNC machine tools.)
    2015-04-02 11:16:06下载
    积分:1
  • NumericalHeatTransferFluidFlow
    Numerical Heat Transfer and Fluid Flow数值传热方面经典教材,作者Patankar,其SIMPLE算法最为经典。(Numerical Heat Transfer and Fluid Flow numerical heat transfer aspects of the classic textbook, the author is Patankar, its SIMPLE algorithm is the most classic.)
    2014-10-03 10:05:44下载
    积分:1
  • lx1
    粒子滤波预测电池寿命,并且以不确定性概率输出结果。(Particle Filter estimated battery life, and with the uncertainty probability output.)
    2015-05-16 20:32:35下载
    积分:1
  • MATLAB_graphics_tutorial_information
    MATLAB图形处理教程资料MATLAB graphics tutorial information(MATLAB graphics tutorial information MATLAB graphics tutorial information)
    2010-08-02 12:00:20下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载