登录
首页 » matlab » GAN

GAN

于 2019-12-03 发布
0 292
下载积分: 1 下载次数: 29

代码说明:

说明:  利用matlab构成的GAN自动生成网络,网上大牛做的觉得挺好就放上来了,献给需要的人(Using matlab constitute GAN automatic generation network, online cattle do feel good put up, dedicated to the need of people)

文件列表:

GAN-Base-on-Matlab-master, 0 , 2019-08-26
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-08-26
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-08-26
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, 546 , 2019-08-26
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, 1603 , 2019-08-26
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, 1372 , 2019-08-26
GAN-Base-on-Matlab-master\gan_train.m, 3196 , 2019-03-22
GAN-Base-on-Matlab-master\gradient, 0 , 2019-08-26
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-08-26
GAN-Base-on-Matlab-master\layer\atrous_conv2d.m, 893 , 2019-08-26
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-08-26
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-08-26
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-08-26
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\results, 0 , 2019-12-03
GAN-Base-on-Matlab-master\setup_environment.m, 296 , 2019-03-22
GAN-Base-on-Matlab-master\test, 0 , 2019-08-26
GAN-Base-on-Matlab-master\test\convolution_process.m, 1821 , 2019-03-22
GAN-Base-on-Matlab-master\util, 0 , 2019-08-26
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 个回复

  • c#联合halcon自定义直线卡尺
    c#联合halcon自定义直线卡尺
    2020-05-09下载
    积分:1
  • scatter_plot
    散点图数据输入,绘制,输出整个过程, 对于文章出图很有帮助。(Scatter plot data entry, rendering, output the entire process, the article showing helpful.)
    2015-09-14 10:57:54下载
    积分:1
  • gaussianba
    使用特征差别提取,通过特征差别相减,以去除高斯背景(Using the characteristics of different extraction, the characteristics of different background subtraction, to remove Gauss)
    2014-01-07 17:31:17下载
    积分:1
  • SAR-Image
    这是经典的SAR成像算法,包含了RDA CSA RMA三种常见的对于点目标的成像算法(This is classic SAR imaging algorithm, including the RDA CSA RMA three common for point target imaging algorithm )
    2012-02-28 22:56:24下载
    积分:1
  • Embedded-in-the-DCT-coefficients-
    在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻击方法对水印作品进行攻击,查看解码的效果。 (Information embedded in the DCT coefficients of the image, the image of the common 512* 512 size gray-scale (experimental image LENA.BMP). Information embedded in a binary Logo Figure (used in the experiment logo picture shows the tj-logo.bmp), the plot size 32* 32, 1024 Bit. LENA Figure embedded watermark, the watermark image output embedded. (2) logo watermark image decoding, the output decoded Figure statistical error rate. (3) using a different embedding strength for embedding, observe the works intuitive effects and decoding results, and draw the corresponding curve. (4) by adding the noise, change the contrast, JPEG compression attack methods to attack, to see the effect of decoding the watermark works.)
    2012-04-16 18:56:11下载
    积分:1
  • read_ENVIimagefile
    说明:  ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。 在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standard format contain two parts: one is hyperspectral image'*.img ', the other is the remote sensing image header file'*.hdr', which records the information of remote sensing image, such as image size, band number, data type and size end, etc. If there is no header file, it will not be able to read remote sensing images, so header files are very important. In Matlab, multibandread () is used to read multiband (hyperspectral / multispectral) images.)
    2018-04-20 15:35:29下载
    积分:1
  • POCS
    关于超分辨率图像恢复的凸集投影算法,运行结果正确。(code about super-resolution based on POCS)
    2021-03-19 19:29:18下载
    积分:1
  • 杂草识别
    说明:  根据一幅杂草和作物混合的图像可以识别出图像中的杂草(Weeds in the image can be identified according to a mixed image of weeds and crops)
    2021-04-28 21:58:43下载
    积分:1
  • SARmovingtarget
    SAR运动目标成像,包含了多个点目标,结果比较清晰(SAR Moving Target Imaging)
    2019-03-27 19:06:21下载
    积分:1
  • MRF-ENCH
    基于马尔科夫链的图像分割,较以往经典图像分割性能有很大提高(Markov chain-based image segmentation, image segmentation performance than the classical past has greatly improved)
    2011-09-23 15:32:49下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载