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

GAN-Base-on-Matlab-master

于 2019-01-09 发布
0 191
下载积分: 1 下载次数: 21

代码说明:

说明:  生成手写数字图片,一共提供了三种算法,example_1和example_2训练GAN来生成手写数字图片,搭建了一个简单的GAN的网络结构,example_3难度较大(There are three algorithms to generate handwritten digital pictures. Example_1 and example_2 train GAN to generate handwritten digital pictures, and build a simple network structure of GAN. Example_3 is more difficult.)

文件列表:

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

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

发表评论

0 个回复

  • hyper_SAE
    用SAE 深度学习方法做的高光谱图像分析的一个例子。里面有sae方法还有高光谱图像的特征提取过程。(One example of the depth of learning to do with SAE hyperspectral image analysis. There are sae method has hyperspectral image feature extraction process.)
    2015-08-15 10:38:05下载
    积分:1
  • xb
    说明:  小波阈值去噪。对灰度图像和二值图像进行滤波。(Wavelet thresholding filter . Denoiseing for the gray image and binary image .)
    2010-04-23 14:52:02下载
    积分:1
  • Part-of-the-static-image-edge-detection
    说明:  基于光流法的运动目标检测 也可用于流体力学运动检测(Optical flow method based on the motion detection Motion detection can also be used for fluid dynamics)
    2010-05-05 10:56:37下载
    积分:1
  • LFMCW
    不同信噪比下周期FRFT和FRFT两种方法对LFMCW信号的检测能力对比(FRFT different SNR period and the comparison of the two methods FRFT LFMCW signal detection capability)
    2015-09-07 19:19:53下载
    积分:1
  • VCdetuxingchuli
    VC的图形处理以及简单的程序设计,简单易懂(VC graphics processing and simple program design, simple and understandable )
    2011-12-13 16:41:34下载
    积分:1
  • adaptivethreshold
    用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。(Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.)
    2009-04-04 08:50:26下载
    积分:1
  • multiobject_context
    多类图像特征结合上下文信息进行目标识别(分类、分割)(Many types of image features combined with context information for target identification (classification, segmentation))
    2013-11-30 17:52:13下载
    积分:1
  • sift_test
    sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数(sift image processing as a test of the code, he wrote with C++ uses some of the opencv function)
    2013-07-27 22:19:41下载
    积分:1
  • imageprocessing
    说明:  自己编写的基于直方图均衡化以及边缘增强的程序!(I have written based on histogram equalization and edge enhancement procedure!)
    2020-11-25 14:39:33下载
    积分:1
  • sin-and-nml
    正余弦+NLM滤波器和正余弦与其他滤波器的视觉效果与数值信息比较(Sine and Cosine+NLM cosine filter and compare numeric information with visual effects and other filters)
    2020-11-26 16:39:31下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载