登录
首页 » matlab » RBM_new

RBM_new

于 2020-04-05 发布
0 238
下载积分: 1 下载次数: 1

代码说明:

说明:  neural network code for artificial intelligence

文件列表:

RBM_new\main_prog.asv, 1327 , 2019-08-29
RBM_new\main_prog.m, 1291 , 2019-08-29
RBM_new\RBM\RBM_RECONSTRUCT.m, 628 , 2019-08-29
RBM_new\RBM\RBM_TB.m, 3779 , 2019-08-29
RBM_new\RBM\scaledata.m, 606 , 2019-08-29
RBM_new\RBM\sigmoid.m, 90 , 2019-08-29
RBM_new\Test.jpg, 15106 , 2019-08-29
RBM_new\Training_set\63.jpg, 14755 , 2019-08-29
RBM_new\Training_set\64.jpg, 13893 , 2019-08-29
RBM_new\Training_set\65.jpg, 13896 , 2019-08-29
RBM_new\Training_set\66.jpg, 15152 , 2019-08-29
RBM_new\Training_set\67.jpg, 13851 , 2019-08-29
RBM_new\Training_set\68.jpg, 14620 , 2019-08-29
RBM_new\Training_set\69.jpg, 14726 , 2019-08-29
RBM_new\Training_set\70.jpg, 14167 , 2019-08-29
RBM_new\Training_set\71.jpg, 14746 , 2019-08-29
RBM_new\Training_set\72.jpg, 15236 , 2019-08-29
RBM_new\Training_set\73.jpg, 15106 , 2019-08-29
RBM_new\Training_set\74.jpg, 15053 , 2019-08-29
RBM_new\Training_set\75.jpg, 14455 , 2019-08-29
RBM_new\Training_set\76.jpg, 14877 , 2019-08-29
RBM_new\Training_set\77.jpg, 15527 , 2019-08-29
license.txt, 1489 , 2019-08-29

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

发表评论

0 个回复

  • 一个DX的小引擎,包括3D,输入,音效,网络
    一个DX的小引擎,包括3D,输入,音效,网络-a DX small engines, including 3D input, audio, network
    2022-06-18 22:38:36下载
    积分:1
  • 观测器
    说明:  状态观测器 全维和降维 状态观测器欢迎大家下载(Full and Dimensional Reduction matlab for State Observer Full and Dimensional Reduction matlab for State Observer)
    2021-01-11 15:53:10下载
    积分:1
  • 数据结构实验:实现两表达式算术求和 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入;...
    数据结构实验:实现两表达式算术求和 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; -experimental data structure : achieving two arithmetic expressions Summation tasks : According to index in descending order and the establishment of export polynomial; to complete the combined two polynomials, subtraction, and the results input;
    2022-05-29 09:53:34下载
    积分:1
  • MFO+Pf
    借用MFO算法实现对于火电机组调度问题的优化,在处理约束变量时使用了stochastic ranking的方法(The MFO algorithm is adopted to optimize the scheduling problems of thermal power units. When dealing with constraint variables, the stochastic ranking method is adopted)
    2020-06-23 14:20:02下载
    积分:1
  • Part I of a Huffman coding
    我编的一个哈夫曼编码-Part I of a Huffman coding
    2022-02-25 06:01:29下载
    积分:1
  • 360度智能指示系统
    360度智能指示系统。不错的交易系统,分享出来,大家自己摸索把(360 degree intelligent indicator system. Good trading system, share it out, everybody fumbles for themselves)
    2020-06-24 20:20:01下载
    积分:1
  • 动态面+SEA+两杆 +自适应+一阶变阻抗
    说明:  串联弹性执行器 动态面 阻抗控制(Dynamic surface impedance control of series elastic actuator)
    2021-03-17 22:29:22下载
    积分:1
  • 定时器时间计算工具 使用方便 并有模拟功能 是一个不错的软件...
    定时器时间计算工具 使用方便 并有模拟功能 是一个不错的软件-The calculation of time timer tools easy to use and have analog functions is a good software
    2023-05-23 03:35:03下载
    积分:1
  • The-road-of-QT-learning
    Qt,和 wxWidget 一样,它也是一个标准的 C++库。但是它的语法很类似于 Java 的 Swing,十分清晰,而 且 SIGNAL/SLOT 机制使得程序看起来很明白——这也是我首先选 择 Qt 的一个很重要的方面,因为我是学 Java 出身的 :) 。不过,所谓“成也萧何,败也萧 何”,这种机制虽然很清楚,但是它所带来的后果是你需要使用 Qt 的 qmake 对程序进行预 处理,才能够再使用 make 或者 nmake 进行编译。并且它的界面也不是原生风格的,尽管 Qt 使用 style 机制十分巧妙的模拟了本地界面。另外值得一提的是,Qt 不仅仅运行在桌面环境 中,Qt 已经被 Nokia 收购,它现在已经会成为 Symbian 系列的主要界面技术——Qt 是能够 运行于嵌入式平台的。(Qt, and wxWidget, it is also a standard C++ library. But its syntax is very similar to Java' s Swing, very clear, and SIGNAL/SLOT mechanism makes the program seem to understand- and this is my first choice is a very important aspect of Qt, because I was born to learn Java :). However, the so-called " as also Xiao, also lost" , although this mechanism is clear, but its consequences is that you need to use Qt' s qmake program is preprocessed, it can be reused make or nmake to compile. And its interface is not the native style, despite the use of Qt style very clever mechanism to simulate the local interface. Also worth mentioning is that, Qt only run in the desktop environment, Qt has been acquired by Nokia, it has now become the main interface technology Qt Symbian series is the ability to run on embedded platforms.)
    2016-09-13 20:40:22下载
    积分:1
  • Information on the java quite a courseware books are based on inside knowledge
    介绍有关java的资料 课件 相当一本书籍 里面都是很基础的知识-Information on the java quite a courseware books are based on inside knowledge
    2023-06-09 11:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载