登录
首页 » Java » CapsNet-Tensorflow-master

CapsNet-Tensorflow-master

于 2020-07-18 发布
0 187
下载积分: 1 下载次数: 2

代码说明:

说明:  2017年10月,图灵奖得主Geoffrey Hinton在机器学习的顶级会议“神经信息处理系统大会(NIPS)”上发表了题为《胶囊之间的动态路由》(Dynamic Routine Between Capsules)的论文,提出了全新的深度学习方法——胶囊网络(In October 2017, Turing prize winner Geoffrey Hinton published a paper entitled "dynamic routing between capsules" at the top conference of machine learning "nips", and proposed a new deep learning method capsule network)

文件列表:

CapsNet-Tensorflow-master, 0 , 2017-11-01
CapsNet-Tensorflow-master\.gitignore, 39 , 2017-11-01
CapsNet-Tensorflow-master\CONTRIBUTING.md, 321 , 2017-11-01
CapsNet-Tensorflow-master\LICENSE, 11357 , 2017-11-01
CapsNet-Tensorflow-master\README.md, 3486 , 2017-11-01
CapsNet-Tensorflow-master\capsLayer.py, 5887 , 2017-11-01
CapsNet-Tensorflow-master\capsNet.py, 5675 , 2017-11-01
CapsNet-Tensorflow-master\config.py, 994 , 2017-11-01
CapsNet-Tensorflow-master\eval.py, 1458 , 2017-11-01
CapsNet-Tensorflow-master\imgs, 0 , 2017-11-01
CapsNet-Tensorflow-master\imgs\margin_loss.png, 32834 , 2017-11-01
CapsNet-Tensorflow-master\imgs\my_wechat_QR.png, 26606 , 2017-11-01
CapsNet-Tensorflow-master\imgs\reconstruction_loss.png, 43857 , 2017-11-01
CapsNet-Tensorflow-master\imgs\total_loss.png, 30629 , 2017-11-01
CapsNet-Tensorflow-master\imgs\training_loss.png, 794950 , 2017-11-01
CapsNet-Tensorflow-master\imgs\wechat_group.png, 21824 , 2017-11-01
CapsNet-Tensorflow-master\results, 0 , 2017-11-01
CapsNet-Tensorflow-master\results\test_000.png, 18962 , 2017-11-01
CapsNet-Tensorflow-master\results\test_005.png, 19819 , 2017-11-01
CapsNet-Tensorflow-master\results\test_010.png, 18659 , 2017-11-01
CapsNet-Tensorflow-master\results\test_015.png, 19282 , 2017-11-01
CapsNet-Tensorflow-master\results\test_020.png, 19239 , 2017-11-01
CapsNet-Tensorflow-master\results\test_025.png, 18726 , 2017-11-01
CapsNet-Tensorflow-master\results\test_030.png, 20228 , 2017-11-01
CapsNet-Tensorflow-master\results\test_035.png, 20322 , 2017-11-01
CapsNet-Tensorflow-master\results\test_040.png, 17620 , 2017-11-01
CapsNet-Tensorflow-master\results\test_045.png, 19385 , 2017-11-01
CapsNet-Tensorflow-master\results\test_050.png, 19796 , 2017-11-01
CapsNet-Tensorflow-master\results\test_055.png, 19638 , 2017-11-01
CapsNet-Tensorflow-master\results\test_060.png, 19030 , 2017-11-01
CapsNet-Tensorflow-master\results\test_065.png, 19879 , 2017-11-01
CapsNet-Tensorflow-master\results\test_070.png, 18110 , 2017-11-01
CapsNet-Tensorflow-master\results\test_075.png, 19895 , 2017-11-01
CapsNet-Tensorflow-master\train.py, 877 , 2017-11-01
CapsNet-Tensorflow-master\utils.py, 2455 , 2017-11-01

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

发表评论

0 个回复

  • Puzzle-cPP
    说明:  自己写的拼图游戏,vs2008,附带音乐和鼠标点击音乐(Write your own jigsaw puzzle, vs2008, incidental music and music mouse clicks)
    2011-04-06 15:20:05下载
    积分:1
  • 航向仿真
    这是一个基于模糊PID的船舶航向控制matlab simulink仿真程序(This is a matlab Simulink simulation program for ship course control based on fuzzy PID)
    2020-11-04 12:59:51下载
    积分:1
  • ad9467_config1
    说明:  采用Verilog编写AD9467配置文件(Using Verilog to write ad9467 configuration file)
    2020-07-03 15:40:02下载
    积分:1
  • CRB
    克拉美罗界限,任何无偏估计量的方差确定一个下限。(Cramero bound, a lower bound for the variance of any unbiased estimator.)
    2019-02-25 15:28:14下载
    积分:1
  • bdfeb
    STM32 all the information produced by the MP3, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Including compression ratio, image restoration computing uptime and peak signal to noise ratio.
    2017-06-16 15:20:45下载
    积分:1
  • test
    利用matlab的voice功能制作了一首歌的曲调,(make a rythem of a song)
    2018-01-20 16:08:26下载
    积分:1
  • harepacker
    说明:  HaRepackerEX3冒险岛WZ修改工具((HaRepackerEX3 Adventure Island WZ modify tool))
    2020-06-21 08:00:02下载
    积分:1
  • Pipe类 Pipe类 Pipe类
    Pipe类 Pipe类 Pipe类
    2022-01-25 19:22:54下载
    积分:1
  • 1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。 2...
    1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。 2)设定32位(二进制)数据0E2597455H(注:最高位为E)保存在变量VAR2中,将该变量中的内容算术左移2位,所得结果仍然保存在VAR2中-1) Set the contents of byte variable VAR1 is 35H, the preparation of the program will VAR1 high 4 and low 4 separation, respectively, as a low 4 bits stored in RES1 and RES2, this high-4 position of the two variables 0.2 ) to set the 32-bit (binary) data 0E2597455H (Note: The highest level of E) stored in the variable VAR2 in the contents of the variable arithmetic left two, the result is still stored in the VAR2 in the
    2022-09-12 00:15:03下载
    积分:1
  • 基于NI的抽奖程序
    别的论坛找来的抽奖程序,大家在办工会活动时可以使用。。很好用。去年,我们单位办了一个游园抽奖活动,我就带着它去,最后领导表扬,同事认可。其实,我觉得这个程序,只要对其进行小幅度的改动,就可以拿来作为恋人生日配对的程序,大家就可以去拿哄小女孩儿了。。
    2023-05-20 05:30:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载