搜索资源列表
drinkRobots
- 本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT-BASED SYSTEM和模拟机器人行为。本代码实现功能如下:机器人服务模拟。自动取得饮料,递送给客人,客人喝完后,另一种清理机器人处理瓶子并运送垃圾堆。主要为了证明机器人运动中的一种Deliberative设计结构。软件下载地址:http://www.spiderland.org/breve/download.php 打开我上传的文件后,点运行就可以看效果。
BP
- 使用MATLAB自己实现的一个BP神经网络的程序,程序中封装了一个函数,需要输入数据。上传的文件包中有一个Data文件,里面输入的数据和调用命令。-Use MATLAB to achieve one of their own BP neural network procedures, procedures in packages of a function, the need to input data. Upload a document package, there is a Data fi
Kmeans
- Kmeans聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Kmeans clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and
systerm_cluster
- 系统聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Hierarchical clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height an
Clustering-master
- 深度学习中,用matlab对k-means算法进行了实现,运行效果还不错,第一次上传文件,多多指教(The k-means algorithm is implemented.)