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

GAN-Base-on-Matlab-master

于 2020-06-17 发布 文件大小:44KB
0 269
下载积分: 1 下载次数: 13

代码说明:

  在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 个回复

  • SCORBOT3GDL
    a scorbot robot with 3 dof and his own way
    2010-01-06 00:07:24下载
    积分:1
  • kriging
    2011年中国大学生数学建模竞赛(高教杯)A题金属浓度中的克里金matlab算法,含数据。(2011 China Mathematical Contest in Modeling (Higher Education cup) A Question metal concentration kriging algorithm, containing the data.)
    2013-01-10 11:31:03下载
    积分:1
  • matlab_ipt_tutorial
    The purpose of this tutorial is to gain familiarity with MATLAB’s Image Processing Toolbox. This tutorial does not contain all of the functions available in MATLAB. It is very useful to go to HelpMATLAB Help in the MATLAB window if you have any questions not answered by this tutorial. Many of the examples in this tutorial are modified versions of MATLAB’s help examples. The help tool is especially useful in image processing applications, since there are numerous filter examples.
    2014-01-30 13:49:53下载
    积分:1
  • CS_OMP
    CS重构算法OMP算法。matlab源代码,。(CS reconstruction algorithm OMP)
    2013-11-07 19:19:14下载
    积分:1
  • 1111
    扩展卡尔曼滤波用于非线性系统,滤波结果较好(Extended Kalman filter for nonlinear systems, better filtering results)
    2011-05-22 22:29:52下载
    积分:1
  • stft
    短时傅里叶变换STFT,对脑电癫痫数据的三维显示(Short time Fourier transform STFT, the data on the three-dimensional display of Epilepsy)
    2011-05-25 16:49:46下载
    积分:1
  • VC-and-Matlab
    MATLAB和VC++结合编程的教学资料(Combination of MATLAB and VC++ programming teaching materials)
    2011-05-19 19:15:04下载
    积分:1
  • kptxzh
    通信行业中的扩频通信技术使用广泛,该文档主要介绍有关扩频通信的相关知识。(communication sectors of the use of spread-spectrum communication technology widely, the document introduces the spread spectrum communication related knowledge.)
    2007-03-06 12:07:11下载
    积分:1
  • Outlier-Detection
    Outlier Detection Outlier Detection Outlier Detection Outlier Detection
    2015-04-09 19:55:22下载
    积分:1
  • svdgui
    SVDGUI演示了计算任何实矩阵的奇异值的步骤(SVDGUI Demonstrate the computation of the SVD. SVDGUI(A) shows the steps in the computation of the singular value decomposition of any real matrix.)
    2009-09-26 20:43:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载