资源列表
AdaBoost算法实现
- AdaBoost算法实现,你可以使用这个程序运行进行数据分类(AdaBoost algorithm, you can use this program to run data classification)
Sda原理代码实现
- 堆叠自动编码机(SdA)可用于图像识别领域,但在图像搜索等领域,堆叠去噪自动编码机(SdA)的应用效果更佳。(Stacked automatic coding machine (SdA) can be used in the field of image recognition, but in the field of image search, stack denoising automatic coding machine (SdA) has better application effec
concrdte
- 用java实现的一个小程序,运行后可以输入文字,包括中文和英文()
C语言例程
- 本程序主要功能是用于求解任意三角形的面积(The main function of this program is to solve the area of any triangle)
758308
- 用JAVA实现的九方格问题,能轻易实现智能九方格移动!()
enhancement
- 基于Xilinx ise软件平台的codelock的编程与实现,简单功能(Programming and implementation of codelock based on Xilinx ISE software platform, simple function)
serial-STM32-gai
- 上位机通过串口控制STM32,STM32模拟红外协议输出(The host computer controls the STM32 through the serial port, and STM32 simulates the infrared protocol output)
利用二叉树求值
- 运用二叉树求表达式值 根据表达式 构建二叉树 建立波兰式 求出值。(Using the two tree to calculate the expression value, construct two fork tree according to the expression, and establish the Poland type value.)
rbc-r10a
- Reduced Block Commands
GloVe-1.2
- 在自然语言处理中,实现将单词用向量来表示(In Natural Language Processing, the word vector is used to represent the word)
39141900
- 用java实现的队列操作,其中包括增加,删除,修改及查询操作()
最小生成树之kruskal算法
- 最小生成树之kruskal算法的概念及其实现 kruskal算法的精髓在于: 每次选取一条边。 该边同时满足:1、在当前未选边中权值最小;2、与已选边不构成回路。 直到选取n-1条表是算法结束。找到MST活判断不存在MST。(The concept and implementation of Kruskal algorithm for minimum spanning tree The essence of Kruskal algorithm lies in: Select one