CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - artificial intelligence

搜索资源列表

  1. jBNC

    0下载:
  2. jBNC is a Java toolkit for training, testing, and applying Bayesian Network Classifiers. Implemented classifiers have been shown to perform well in a variety of artificial intelligence, machine learning, and data mining applications. jBNC
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:828000
    • 提供者:sakthivel
  1. Practical-AI-Programming-In-Java

    0下载:
  2. Artificial intelligence programming in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1640513
    • 提供者:prank
  1. MapNavigation

    0下载:
  2. MapNavigation -- Artificial Intelligence
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2921
    • 提供者:khoahien8991
  1. MyAstar

    0下载:
  2. 人工智能主观贝叶斯算法,根据充分性度量LS、必要性度量LN、E的先验概率P(E)和H的先验概率P(H)作为前提条件,分析P(H/S)和P(E/S)的关系。-Artificial intelligence subjective Bayesian algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:13890
    • 提供者:冯冰清
  1. KnowMe

    0下载:
  2. 人工智能中文语义问答参考源码,不带数据库,纯属学术交流,给各位喜爱中文语义分析的程序员一个参考-Artificial intelligence Chinese semantic Q & A Reference Source, without the database, purely academic exchanges, to give you a favorite Chinese semantic analysis programmers a reference
  3. 所属分类:Java Develop

    • 发布日期:
    • 文件大小:57051
    • 提供者:wangirl
  1. WuZhiQi

    0下载:
  2. flash版五子棋游戏源代码,具备人机对战功能。人工智能随着挑战而增加。绝对原创哦!-The flash version of backgammon game source code, have the man-machine war. Artificial intelligence increases with challenges. Oh, absolutely original!
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-30
    • 文件大小:6221
    • 提供者:海洋
  1. HLSeg_JAVA_Example

    0下载:
  2. 中文分词 支持对输出颗粒的控制,可以输出普通颗粒与用于检索的小颗粒;同时输出词串所在句号、段号、词号、词性等信息。 关于分词输出颗粒,我们认为各种应用对分词要求的颗粒度是不同的. 比如自动分类、关键词抽取比搜索需要的分词颗粒度要大, 因为这样表示文本语义特征时效果会更好, 而检索有一个查全率的要求, 就需要把分词单位做的更为细致, 不然就会造成漏查。 海量系统现在提供了两种颗粒的规则, 其中, 默认的为大颗粒接口, 主要用于自动分类、信息挖潜、机器翻译、语音合成、人工智能等领域,
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:407072
    • 提供者:李子瑞
  1. ArtificialIntelligence

    0下载:
  2. 人工智能导论课程算法编程作业的java实现-artificial intelligence courses algorithm to solve the java programming assignments
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:83976
    • 提供者:
  1. A-star---Eight-digital-problem

    0下载:
  2. 用A*算法解决八数码问题。由于实验要求,该八数码为5*2的格式,其中第一行最后一个方格为死格。-Artificial intelligence job with the A* algorithm to solve eight digital problem. Due to the experimental requirements, the eight digital 5* 2 format, the first line of the last checkered as dead cells.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:245854
    • 提供者:李华
  1. paipr-master

    0下载:
  2. ruby的编程练习题 This code is a port of the Lisp code found in the book Paradigms of Artificial Intelligence Programming, written by Peter Norvig. The purpose is to show some older AI programs implemented in idiomatic Ruby. The original cod
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:31742
    • 提供者:wadv
  1. EightPazzelBfs

    0下载:
  2. this a puzzle game solution using breadth first strategy from the artificial intelligence searching stratedies-this is a puzzle game solution using breadth first strategy from the artificial intelligence searching stratedies
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:29443
    • 提供者:hira waseem
  1. Vi51_lw5_swing.tar

    0下载:
  2. 小游戏,实现人工智能的最简单的move.就是当鼠标出现,跟随鼠标运动,如果没有,则做自由运动-Game artificial intelligence easiest move when the mouse appears, follow the mouse movement, if not, then do the free movement
  3. 所属分类:Applet

    • 发布日期:2017-11-30
    • 文件大小:32537
    • 提供者:shao ting
  1. SelfOrganizingMap

    0下载:
  2. 人工智能最为经典的算法之一,应用在数据聚类中,性能超强-One of the most classic algorithms artificial intelligence applications in data clustering, super performance
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:7323
    • 提供者:张伟龙
  1. Slider-Cube

    1下载:
  2. 用Jave写的滑动积木块游戏算法(人工智能A*算法),用OpenGL做的运行界面,理论上可以实现任意子的滑动积木块游戏。游戏规则为将所有黑子移到白子的右边所需的最少走步。可以作为人工智能的学习资料使用,便于更深入的理解A*算法。-Sliding write Jave building block game algorithm (Artificial Intelligence A* algorithm), run interface with OpenGL, in theory, can be a
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:1821510
    • 提供者:吴平
  1. bashuma

    0下载:
  2. 典型的八数码问题,运用人工智能中的经典爬山算法求解,初始状态由最终状态随机走n步产生,最后输出求解路径-A typical eight digital problem, the use of artificial intelligence in the classic climbing algorithm, the initial state is determined by the final state generates random walk n steps, the final sol
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:20268
    • 提供者:李波
  1. geneAlgo

    0下载:
  2. 人工智能课程实验--遗传算法,实现用遗传算法解决TSP问题-Artificial Intelligence course experiments- genetic algorithm, using genetic algorithm to solve TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4259
    • 提供者:液化气
  1. WuZi

    0下载:
  2. JAVA写的五子棋,无人工智能,两个玩家玩-JAVA written backgammon, no artificial intelligence, two players play
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1053
    • 提供者:程炜文
  1. aimlTranslator

    0下载:
  2. aimlTranslator是一个aiml文件(人工智能标记语言)翻译工具,同时提供了中文分词选项,可对目录内aiml文件进行批量翻译操作。因为内部调用google翻译api,需要再联网条件下才能进行翻译,处理速度也受网络条件影响。另外还集成了ik Analyzer进行中文分词,可通过设置运行参数只进行中文aiml文件的分词操作,此项不需要网络支持。详情请参考工具使用方法。-aimlTranslator is a aiml file (Artificial Intelligence Markup
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9232
    • 提供者:yangshuai0711
  1. Apriori

    0下载:
  2. 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请 先解压文件)-This program is a data mining association rules model famous Aprior algorithm VC procedures can be used for knowledge discovery, data mining, artificial intelligence, pattern re
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1941110
    • 提供者:胡志鹏
  1. animal

    0下载:
  2. 人工智能实习作业,基于web的动物识别专家系统,基于产生式规则的正向推理,使用jsp开发,开发环境为Eclipse+struts+tomcat+mysql,内含详细说明文档-Artificial intelligence internship job, web-based expert system for animal identification, based on production rule reasoning, using jsp development, development e
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5491119
    • 提供者:张骏
« 1 2 34 5 »
搜珍网 www.dssz.com