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

GAN-Base-on-Matlab-master

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

  • MATB
    MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB for solving nonlinear least-squares fitting of the source code)
    2015-01-20 20:24:43下载
    积分:1
  • Rayleigh_ofdm
    OFDM系统中, LS信道估计 , 基于DFT的信道估计 , 改进的基于DFT的信道估计 , 不进行信道估计 四种情况下的误码率对比(OFDM systems, ' LS channel estimation' , ' DFT-based channel estimation' , ' improve the DFT-based channel estimation' , ' not the channel estimation' error rate of four cases compared)
    2021-03-11 15:49:26下载
    积分:1
  • VisuShrink_wavelet_threshold
    this package include image denoising using visu shrink wavelet threshold.
    2010-05-26 14:06:49下载
    积分:1
  • C-Cmethod
    C-CMethod.m C-C法主函数,调用方式见函数体 correlation_integral.m 关联积分求解(被C-C法主函数调用) disjoint.m 将时间序列分为t个不相交的向量 heaviside.m 判断函数>0为1,<0为0 reconstitution.m 相空间重构函数 lorenz_phase.m 实验函数,用lorenz系统测试C-C法 lorenz_sim.mdl 用simulink建立的lorenz系统(C-CMethod.m CC method main function, see the body of the function invocation correlation_integral.m correlation integral solution (CC method is the primary function call) disjoint.m time series is divided into t disjoint vector heaviside.m determine the function> 0 1, < 0 0 reconstitution.m experimental phase space reconstruction function lorenz_phase.m function lorenz system test with CC method lorenz_sim.mdl established lorenz system with simulink)
    2013-09-04 19:30:46下载
    积分:1
  • regress-209067
    Testing complicated str.replace.
    2014-02-02 23:01:21下载
    积分:1
  • jindaipingcha
    近代平差,含有近代经典平差函数模型,适用于数据处理中的近代平差应用(Modern adjustment, containing a model of modern classical adjustment function for data processing applications in modern Adjustment)
    2014-02-17 10:19:29下载
    积分:1
  • jieguo
    Pcnn神经网络筛选特征因子代码,pca预处理代码,特征因子整合代码,等等,都是好东西啊(Pcnn neural network filter characteristic factor code, pca pretreatment code, characteristic factor integration code, etc., are all good things ah)
    2020-09-19 10:37:52下载
    积分:1
  • conductivity-probe
    用于电导探针采集信号的分析处理。包括单个信号与多个信号的处理。(Collected for the conductivity probe signal analysis and processing. Including more than a single signal and signal processing.)
    2011-10-28 10:41:20下载
    积分:1
  • DVB-S2_LDPC_decode
    LDPC code已经用于DVB-S2标准。这个MATLAB程序可以用来研究LDPC码的性能。(LDPC code has been used in DVB-S2 standard. This MATLAB program can be used to study the performance of LDPC codes.)
    2021-04-06 23:59:02下载
    积分:1
  • start
    用七元线形天线阵(ULA) 已知:信号中心波长为2,天线阵元的间距为1米,快拍数为2000,空中有四个 源信号,假设它们的频率:0.015, 0.05, 0.02, 0.035 四个源信号的方向分别为:pi/4 pi/3 pi/6 3pi/4 求: 1)在不加入噪声的情况下,画出传统波束形成法、Bartlett波束 形成法、Capon波束形成法的空间谱图; 2)在加入高斯白噪声的情况下,假设信噪比为10dB,画出传统波束 形成法、Bartlett波束形成法、Capon波束形成法的空间谱图。(7-element linear antenna array (ULA) Known: the signal center wavelength is 2, the antenna element spacing of 1 m, the number of snapshots for 2000, the air there are four Source signal, assuming that their frequency: 0.015, 0.05, 0.02, 0.035 The direction of the four source signals: pi/4 pi/3 pi/6 3pi/4 Requirements: 1) not to join the noise, to draw the traditional beam-forming method, Bartlett, beam Formation method, Capon beamforming method of the space spectrum 2) by adding Gaussian white noise, assuming that the SNR is 10dB, to draw the traditional beam Formation method, Bartlett, beamforming, Capon beamforming method of the space spectrum.)
    2012-05-02 16:26:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载