登录
首页 » AI-NN-PR » classification_matlab_toolbox分类方法工具箱,有界面很直观。

classification_matlab_toolbox分类方法工具箱,有界面很直观。

于 2022-03-19 发布 文件大小:1.49 MB
0 93
下载积分: 2 下载次数: 1

代码说明:

classification_matlab_toolbox分类方法工具箱,有界面很直观。-classification_matlab_toolbox classification toolbox, a very intuitive interface.

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

发表评论

0 个回复

  • Principles of Data Mining is a data mining inside another in this classic textbo...
    Principles of Data Mining是数据挖掘领域里面又一本经典的教材,呵呵,希望对大家有帮助-Principles of Data Mining is a data mining inside another in this classic textbook, Oh, you want to help
    2022-08-10 19:03:53下载
    积分:1
  • 经典的粒子群源代码!详细的备注、严谨的语句是初学粒子群的好东西...
    经典的粒子群源代码!详细的备注、严谨的语句是初学粒子群的好东西-The classical particle swarm source code! Detailed comments, rigorous statement is a good thing novice PSO
    2022-04-07 15:51:34下载
    积分:1
  • 混合智能算法,采用visual c++语言编写,注释完整,清晰易懂
    java extreme programming cookbook
    2023-06-14 21:45:10下载
    积分:1
  • JESS开发模式,人工智能开发架构
    JESS开发模式,人工智能开发架构-JESS development model, the development of artificial intelligence structure
    2022-10-14 16:30:03下载
    积分:1
  • 该工具包提供七种神经网络的C语言实现方式,对那些真正学习神经网络的人有一定的帮助和指导意义。...
    该工具包提供七种神经网络的C语言实现方式,对那些真正学习神经网络的人有一定的帮助和指导意义。-The kit provides seven neural networks realize the C language by means of neural networks to learn who the real people who have a certain degree of help and guidance.
    2022-07-22 01:57:33下载
    积分:1
  • 最小平方法,利用分形维数。尝试怎样样。我觉得语apolog…
    用最小二乘法计算分形图案的维数。试试看怎么样。请多包涵!! -least squares method used fractal pattern dimension. Try how kind. I feel apologetic for this! !
    2022-09-22 20:05:04下载
    积分:1
  • Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,...
    Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,同时模型中的选择机制没有采用显式的适应度函数而是采用能量消耗的简单模型而自发涌现出来,所以可以认为Agent模型是一个类Tierra系统。然而与Tierra、Avida等数字生命模型不同的是,Autolife模型进行了大大的简化,它界面友好,操作直接。虽然没有给每个Agent装配一个虚拟计算机,但是Agent与环境的耦合则可以看成一个图灵机模型,因此Agent可以通过变异而“任意”的编程序。通过Autolife模型,首先人们可以看到一般的生态系统中共存的现象:生物的大爆炸、大灭绝,Agent进化得越来越聪明;其次,用户可以通过变化不同的食物添加规则探索Agent与环境的关系;最后,如果允许Agent通过播种改变环境自动产生食物,那么组织的涌现就是一种不可避免的结果。Agent构成的组织具有自主运动的特性,还可以进行自我修复,可以说Autolife中的组织是一些真正的“活体”。-Autolife model is to conduct an "open-evolution" artificial life system. Each Agent can be used model changes the rules limited the length of the table automatic machine modeling. One Agent can be self-propagation, model selection mechanism not used Explicit the fitness function instead of using the energy consumption of a simple model to emerge spontaneously, so that the agent can be a model category Tierra system. But with Tierra, Avida digital life model is different Autolife model for greatly simplified its
    2022-04-18 21:38:13下载
    积分:1
  • 我自己整理的,优势的系统识别信息…
    我收集整理的有关于系统辨识的资料和一些方法的优缺点-I have collated the information on the system identification and the advantages and disadvantages of some methods
    2022-03-17 20:17:18下载
    积分:1
  • Neural Networks ,8种神经网络,BP,RBF,CPN等通过VC++来实现了!
    Neural Networks ,8种神经网络,BP,RBF,CPN等通过VC++来实现了!-Neural Networks, 8 Neuro network, BP, RBF, CPN, such as through VC++ To achieve!
    2022-07-19 12:07:47下载
    积分:1
  • 一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一...
    一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy-- Liquor JiuGongTu problems of artificial intelligence-map search strategy- Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth- first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
    2022-01-25 17:15:20下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载