CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - interface java

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28.94kb
    • 提供者:陈凯
  1. JAGA

    0下载:
  2. JAGA提供了各种类型的遗传算法和遗传编程的Java API接口,非常容易上手和使用,有很多容易使用的GA和GP的算子用于扩展,同时有指南和例子-JAGA provide various types of genetic algorithms and genetic programming in Java API interface, very easy to get started and use a lot of easy-to-use and the GP GA Operator for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.55mb
    • 提供者:
  1. Pathfinder

    0下载:
  2. 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:71.02kb
    • 提供者:dudu
  1. k-means(java)

    0下载:
  2. k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-29
    • 文件大小:2kb
    • 提供者:聂风
  1. weka-3-4-12

    0下载:
  2. weka全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一个公开的数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化-full name is weka intelligent analysis environment Waikato (Waikato Environment for Knowledge Analysis), is an o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9.81mb
    • 提供者:朱磊
  1. gui_antminer1.2.1

    0下载:
  2. Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:71.15kb
    • 提供者:xiaochuzhe
  1. upload4

    0下载:
  2. 使用模拟退火算法解决旅行商问题 程序框架中的Annealing.java文件,Annealing.java实现了Inter.java接口中的函数。接口函数getStrategy是一个返回类型为void的函数,函数的输入参数是一个字符串,代表输入文件的文件名-The use of simulated annealing algorithm to solve the TSP program in the framework of Annealing.java files, Annealing.j
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3.18kb
    • 提供者:ocpocpocp
  1. apriori(java)

    0下载:
  2. apriori算法是经典的数据挖掘算法,本源码以可视化界面的形式将结果展示给用户。-apriori algorithm is a classical data mining algorithms, the source code to the form of visual interface, the results show to the user.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.01kb
    • 提供者:聂风
  1. wanggediaodu

    0下载:
  2. 用蚂蚁算法和遗传算法结合实现的网格调度问题-Classic example of a genetic algorithm, a visual interface to their own clicks, the problem described in TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:150kb
    • 提供者:籍晓瑞
  1. Uncertain

    0下载:
  2. JAVA程序解决了人工智能中主观Bayse方法问题,采用SWING实现图形界面,可以绘制主观Bayse曲线-JAVA program to solve the problem of artificial intelligence methods of subjective Bayse, realized by SWING graphical interface, you can draw the curve of subjective Bayse
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:74.71kb
    • 提供者:miao
  1. K-Means-JavaSwing

    0下载:
  2. java实现的K-means聚类算法,结合swing,带有界面功能,操作简单直观-java implementation of K-means clustering algorithm, combined with the swing, with interface features simple, intuitive operation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:48.29kb
    • 提供者:
  1. AssemblyPlanning

    0下载:
  2. 运用Java语言实现了装配体的装配序列规划,采用了改进粒子群算法,并编辑了友好的界面,方便操作-Assembly of the assembly sequence planning to use the Java language, using the improved particle swarm optimization, and edit-friendly interface, easy to operate
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-25
    • 文件大小:1.07mb
    • 提供者:何瑞
  1. fire_emble

    0下载:
  2. java实现人工智能算法:通过将目标物放入地图上一个位置上,程序能够使用最短路径找到此目标物。配有界面且能够随意放置目标物(包括添加障碍物等)-Java implementation of artificial intelligence algorithm: the target object into the map the last position, the program can use the shortest path to find the target. Equipped wit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:160.9kb
    • 提供者:zhuzhijiang
  1. artificial-immune-system-applications-in

    0下载:
  2. svm2 in Java for Weka plateform , it works well and can be installed by the menegement of main interface.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:41kb
    • 提供者:luwentao
  1. neuralnetwork-sample

    0下载:
  2. 由java编写的,具有gui界面的,手写数字识别神经网络示例(Written by Java, with GUI interface, handwritten numeral recognition neural network examples)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:11kb
    • 提供者:TMDtmd
  1. VicPro

    0下载:
  2. java 读取数据库mysql千余条微博excel数据,并用swing界面显示结果,myeclipse java从mysql中读出数据,将读出的数据以表格显示至swing界面,界面清晰,适合初学者参考(Java read database mysql more than a thousand microblogging excel data, and use swing interface to display the results, myeclipse java read data from
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:14kb
    • 提供者:Iris_L
搜珍网 www.dssz.com