资源列表
[人工智能/神经网络/遗传算法] bp-network-sorting
说明:对WORD文档里的二类数据进行分类,使用神经网络的BP算法。采用三层网络。-WORD documents in the two types of data classification, using neural network BP algorithm. Three-tier network.<刘明> 在 2025-05-05 上传 | 大小:7kb | 下载:0
[matlab例程] APPLIED-FINITE-ELEMENT-ANALYSIS-(Second-Edition)-
说明:APPLIED FINITE ELEMENT ANALYSIS (Second Edition) (LARRY J. SEGERLIND)<Vietnam> 在 2025-05-05 上传 | 大小:8.6mb | 下载:0
[人工智能/神经网络/遗传算法] bpapproachrev
说明:使用BP网络对反函数进行逼近。使用三层网络,隐单元数选择为20个,故总体结构为1-20-1结构。-BP network used to approximate the inverse function. Using the three networks, the number of hidden units is selected as 20, so the overall structure of 1-20-1 structure.<刘明> 在 2025-05-05 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] bpapproachsin
说明:用BP网络对三角函数进行逼近。使用三层网络,隐单元数选择为八个,故总体结构为1-8-1结构。-BP network used to approximate the trigonometric functions. Using the three networks, the number of options for the eight hidden units, so the overall structure for the 1-8-<刘明> 在 2025-05-05 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] svm-and-neast
说明:这是对于近邻法与支持向量机的ppt文件,能给学习神经网络方法的初学者帮助-This is the nearest neighbor and support vector machine ppt, learning neural network can give help for beginners<pakyongchan> 在 2025-05-05 上传 | 大小:8.35mb | 下载:0
[matlab例程] digital-signal-process1
说明:该程序是《数字信号处理上机实验》,有详细的代码和实现原理-The program is a " digital signal processing experiment on the computer" , a detailed code and implementation principles<lucy> 在 2025-05-05 上传 | 大小:181kb | 下载:0
[matlab例程] EE4380_JanJul2010
说明:It s an assignment given at IIT.<Sanjay Kumar> 在 2025-05-05 上传 | 大小:240kb | 下载:0
[matlab例程] SmoothFilter
说明:基于Matlab的 数字平滑滤波器程序 可以设置噪声强度 估计点个数 等等 解压后为word格式 内含有运行截图-Smoothing Filter Use Matlab...<曹> 在 2025-05-05 上传 | 大小:6kb | 下载:0
[matlab例程] 5paritcle-examples
说明:粒子滤波的5个示例程序,对初学者非常有用-5examples for particle filter ,useful for new users<wellan> 在 2025-05-05 上传 | 大小:10kb | 下载:0
[数据结构常用算法] eight-queens
说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 可以通过更改程序中define 的n 的值将其<kyle> 在 2025-05-05 上传 | 大小:235kb | 下载:0