登录
首页 » Python » Broad-Learning-System-master

Broad-Learning-System-master

于 2020-12-21 发布
0 184
下载积分: 1 下载次数: 13

代码说明:

说明:  宽度学习python实现,有关增加映射节点、增强节点的宽度模型以及增加数据的训练模型实现(Broad-Learning System By Python)

文件列表:

Broad-Learning-System-master, 0 , 2018-12-05
Broad-Learning-System-master\.DS_Store, 6148 , 2018-12-05
Broad-Learning-System-master\.gitignore, 1203 , 2018-12-05
Broad-Learning-System-master\BroadLearning, 0 , 2018-12-05
Broad-Learning-System-master\BroadLearning\.DS_Store, 6148 , 2018-12-05
Broad-Learning-System-master\BroadLearning\bls.py, 18524 , 2018-12-05
Broad-Learning-System-master\BroadLearning\bls_addinput.py, 11338 , 2018-12-05
Broad-Learning-System-master\BroadLearning\bls_enhence.py, 8626 , 2018-12-05
Broad-Learning-System-master\BroadLearning\bls_enhmap.py, 9265 , 2018-12-05
Broad-Learning-System-master\BroadLearning\bls_mapping.py, 8465 , 2018-12-05
Broad-Learning-System-master\LICENSE, 1073 , 2018-12-05
Broad-Learning-System-master\README.md, 292 , 2018-12-05

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

发表评论

0 个回复

  • rloader
    Relocating loader for SIC
    2009-09-27 19:54:54下载
    积分:1
  • plugin
    Netbeans插件开发,实现在线聊天功能(Netbeans Plug-in Development, the realization of online chat)
    2008-06-19 23:13:28下载
    积分:1
  • 语音增强
    说明:  适合新学习语音增强人员学习,,大家下载学习(suitable for studying speech enhancement)
    2021-02-22 18:42:36下载
    积分:1
  • C# 实现的全角与半角切换功能
    C# 实现Windows输入法的全角与半角切换功能,加载窗体时,焦点默认处于TextBox1上。在控件的Click事件中触发来调整输入法状态,检查输入法的全角半角状态,如果输入法处于打开状态,如果是全角,ImmSimulateHotKey(h,IME_CHOTKEY_SHAPE_TOGGLE);//转换成半角。
    2022-09-14 09:45:03下载
    积分:1
  • java图形界面编程,输出10次字符串,字体一次比一次大。
    java图形界面编程,输出10次字符串,字体一次比一次大。-graphical programming interface, output 10 string, a character than a major.
    2022-10-30 16:35:03下载
    积分:1
  • VC++ 6.0简单屏幕画笔源代码
    VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:   void CMyWnd::OnRed()//选中绿色   {    ColorX=255;    ColorY=0;    ColorZ=0;   }   void CMyWnd::OnYellow()//选中黄色   {    ColorX=255;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnGreen() //选中绿色   {    ColorX=0;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnBlue() //选中蓝色   {    ColorX=0;    ColorY=0;    ColorZ=255;   }   void CMyWnd::OnAdd() //增加画笔大小   {    ADxy+=1;   }   void CMyWnd::OnDec() //增加画笔大小   {    if (ADxy!=1)    ADxy-=1;   }   void CMyWnd::OnAbout() //增加画笔大小   {    //AfxMessageBox("你好");    //显示关于对话框    CLjxDlg dlg;    int xxx=dlg.DoModal();   }
    2022-11-18 14:20:03下载
    积分:1
  • 在西洋棋中的武士与象棋中的马相似,走的都是L形的路,本程序以一个非递归的程序,输入一个表示棋盘的大小值n,在输入一个起点的坐标,找出一条从第一格起可以让武士棋走...
    在西洋棋中的武士与象棋中的马相似,走的都是L形的路,本程序以一个非递归的程序,输入一个表示棋盘的大小值n,在输入一个起点的坐标,找出一条从第一格起可以让武士棋走完n2格而不重复的路径。-In chess and chess in the samurai s horse is similar to walking are L-shaped path, the procedure to a non-recursive procedures, enter a value that the size of the chessboard of n, in the input the coordinates of a starting point to identify a starting from the first grid allows grid n2 samurai chess through the path without duplication.
    2022-08-19 13:48:07下载
    积分:1
  • 第七次课--视频图像DCT处理及水印嵌入
    熟悉IIC协议总线协议,采用IIC总线对图像采集传感器寄存器进行配置,并转换为RGB565格式。 利用异步FIFO完成从摄像头输出端到SDRAM 和SDRAM 到VGA 接口各跨时钟域信号的传输和处理。 利用 SDRAM 接口模块的设计,实现了刷新、读写等操作;为提高SDRAM 的读写带宽,均采用突发连续读写数据方式;并采用乒乓操作实现 CMOS 摄像头与VGA的帧率匹配。 利用双线性插值方法实现对图像640×480到1024×768的放大操作。 完成VGA显示接口设计。(Familiar with IIC protocol bus protocol, IIC bus is used to configure the register of image acquisition sensor and convert it into RGB565 format. Asynchronous FIFO is used to transmit and process signals across clock domain from camera output to SDRAM and SDRAM to VGA interface. With the design of SDRAM interface module, refresh, read and write operations are realized. In order to improve the read and write bandwidth of SDRAM, burst continuous read and write data mode is adopted, and table tennis operation is used to achieve frame rate matching between CMOS camera and VGA. The bilinear interpolation method is used to enlarge the image from 640*480 to 1024*768. Complete the VGA display interface design.)
    2020-06-25 04:00:02下载
    积分:1
  • one good MP3 player, running in Java, We can look at the drop
    一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉-one good MP3 player, running in Java, We can look at the drop-down will not regret it, but now that the most perfect player Rafah JAVAMP3
    2022-11-01 11:00:03下载
    积分:1
  • curves.and.surfaces.for.computer.graphics
    this book provides the mathematical background for curves and surfaces
    2009-03-14 20:34:51下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载