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

GAN-Base-on-Matlab-master

于 2020-06-17 发布
0 172
下载积分: 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 个回复

  • two_way_relay
    two-way-relay场景下,中继处理矩阵的设计,仿真分析了DPC-ZF及DPC-MMSE算法的性能要由于AF与ZF算法性能。(In the two-way-relay scenario,simulation show that both DPC-ZF and DPC-MMSE have a higher throughput and lower BER performance compared with the traditional AF algorithm and ZF algorithm.)
    2020-12-06 19:09:21下载
    积分:1
  • solve
    * Oxidization of Ammonia to Nitric Oxide *
    2014-12-04 12:21:45下载
    积分:1
  • energy_SNR
    认知无线电,频谱感知法 基于OFDM信号的能量频谱感知算法仿真代码(Cognitive radio, spectrum sensing method is based on OFDM signals)
    2014-04-26 14:53:49下载
    积分:1
  • KSVD-P-Sparse-Representation
    K-SVD SPARSE REPRESENTATION 基于学习的稀疏表示图像分析方法,以去噪为例。(K-SVD SPARSE REPRESENTATION)
    2020-08-13 22:08:28下载
    积分:1
  • VECTEURS
    programme vecteur mathématique
    2014-12-04 19:21:09下载
    积分:1
  • winner
    该程序是一种维纳滤波的matlab实现程序,该方法通过分块处理,大大降低计算复杂度(The program is a Wiener filter matlab procedures, the method by block processing, greatly reducing the computational complexity)
    2013-04-12 12:31:14下载
    积分:1
  • shujufenxi
    说明:  数据分析在matlab中的实现其中包含matlab数据分析的特点(Data analysis in matlab in the realization of which contains the characteristics of data analysis matlab)
    2008-09-17 12:43:46下载
    积分:1
  • 3deta_rule
    3deta原则剔除异常数据点的经典matlab程序,本人已测试成功,下载后可以直接测试,效率较高(It s a very important programme for eliminating abnormol data.)
    2011-10-28 09:01:56下载
    积分:1
  • IIR-filter-design
    基于matlab的IIR滤波器设计,程序简单易懂(Matlab-based IIR filter design procedures are simple)
    2013-11-04 21:07:16下载
    积分:1
  • k-means
    说明:  k均值聚类算法(k-means clustering algorithm)是一种迭代求解的聚类分析算法,其步骤是,预将数据分为K组,则随机选取K个对象作为初始的聚类中心,然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。(The k-means clustering algorithm is an iteratively solved clustering algorithm in which the data is pre-divided into K groups, the K objects are randomly selected as the initial clustering center, and then the distance between each object and the seed clustering center is calculated, and each object is assigned to the clustering center closest to it.)
    2020-11-08 10:47:08下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载