图像的均方误差的matlab代码-CapsNet-Keras-notMNIST:notMNIST数据集上的胶囊网络

时间:2021-05-22 06:24:27
【文件属性】:
文件名称:图像的均方误差的matlab代码-CapsNet-Keras-notMNIST:notMNIST数据集上的胶囊网络
文件大小:123.69MB
文件格式:ZIP
更新时间:2021-05-22 06:24:27
系统开源 图像的均方误差的matlab代码CapsNet-Keras 本文介绍了CapsNet的Keras实现: 当前的average test error = 0.34% , best test error = 0.30% 。 与论文的区别: 我们使用decay factor = 0.9且step = 1 epoch的学习率衰减, 而该论文没有提供详细的参数(或者他们没有使用它?)。 我们仅在训练了50 epochs后才报告测试错误。 在本文中,我想他们根据图A.1训练了1250 epochs ? 听起来很疯狂,也许我误会了。 我们使用MSE(均方误差)作为重建损失,损失系数为lam_recon=0.0005*784=0.392 。 与本文中使用SSE(平方和误差)和lam_recon=0.0005等效。 去做 在其他数据集上进行实验。 探索CapsuleNet的有趣特征。 联络人 始终欢迎您为回购做贡献。 打开问题或通过电子邮件guoxifeng1990@163.com或与微信wenlong-guo与我联系。 用法 步骤1.使用后端安装。 pip install tensorflow-gpu
【文件预览】:
CapsNet-Keras-notMNIST-master
----label_data.npy(18KB)
----.gitignore(23B)
----result()
--------manipulate-1.png(25KB)
--------manipulate-5.png(65KB)
--------manipulate-8.png(53KB)
--------manipulate-3.png(47KB)
--------manipulate-0.png(55KB)
--------manipulate-4.png(61KB)
--------manipulate-7.png(47KB)
--------manipulate-9.png(41KB)
--------real_and_recon.png(25KB)
--------manipulate-2.png(56KB)
--------manipulate-6.png(43KB)
----README.md(6KB)
----log(329B)
----image_data.npy(14MB)
----LICENSE(1KB)
----capsulenet_vanilla_mnist.py(13KB)
----notMNIST_vanilla_result()
--------manipulate-1.png(89KB)
--------manipulate-5.png(65KB)
--------manipulate-8.png(30KB)
--------log.csv(5KB)
--------manipulate-3.png(84KB)
--------manipulate-0.png(82KB)
--------weights-31.h5(94.07MB)
--------manipulate-4.png(75KB)
--------manipulate-7.png(79KB)
--------manipulate-9.png(57KB)
--------real_and_recon.png(43KB)
--------manipulate-2.png(73KB)
--------manipulate-6.png(88KB)
----capsulelayers.py(10KB)
----utils.py(2KB)
----notMNIST_loading.py(9KB)
----mnist_vanilla_result()
--------manipulate-1.png(35KB)
--------manipulate-5.png(54KB)
--------manipulate-8.png(52KB)
--------log.csv(1KB)
--------weights-04.h5(31.36MB)
--------manipulate-3.png(51KB)
--------manipulate-0.png(51KB)
--------model.png(77KB)
--------manipulate-4.png(46KB)
--------manipulate-7.png(45KB)
--------manipulate-9.png(48KB)
--------real_and_recon.png(23KB)
--------log.png(43KB)
--------manipulate-2.png(48KB)
--------manipulate-6.png(54KB)
----capsulenet.py(13KB)
----capsulenet-multi-gpu.py(6KB)
----keras-h5-to-tf.py(3KB)

网友评论