搜索资源列表
九宫搜索
- 本程序代码是人工智能中九宫搜索的解决 采用Java语言-the code is AI JiuGongTu search solutions using Java language
ai
- 本程序利用java语言实现了对英文单词的模拟识别。
TSP的Java实现
- 人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
AI
- 人工智能里面会用到的小程序,人工智能 遗传算法实现的沿二维网格行走的机器人,java实现,内有实验报告-Artificial intelligence which will use a small program, artificial intelligence, genetic algorithms, the robot walking along the two-dimensional grid, java, there are experimental reports
diaodu
- 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
neural
- Collection of 30+ AI Neural Network java applets with documentation.
Main
- AI Reinforcement Learning 走格子, 输出每1000步达到目标格子次数。reward: goal-> +1 rest -> 0.-Java implementation for an Reinforcement Learning agent to search through a Grid World from start point to goal state. reward: goal->+1 rest-> 0.
Matrix-Chain_JAVA
- Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
AI
- 使用eclipse+java开发的有关人工智能的红绿灯-Developed with eclipse+ java traffic light on artificial intelligence
AI-Eight-digital-problem-
- 使用java开发的人工智能八数码问题 以及说明文档-The development of artificial intelligence using java Eight Puzzle Problem
AI
- 对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle java-based A* algorithm. State
Alice
- java编写的人工智能聊天机器人,可自定义规则-AI chatbot written in java, you can customize rules
MC
- MC问题(AI)的解答,用JAVA实现。野人与传教士问题。(ArrayList)-The solution to MC problem which is so typical in AI field ,when it comes to the expression of knowledge.Use Java.ArrayList
MarkovDecisionProcess
- 我发现这个代码的Java版本:https://galweejit.wordpress.com/2010/12/16/ai-class-implementation-of-mdp-grid-world-from-week-5-unit-9/ 我把它给coverted Matlab代码,我和图示做到了。 该代码只接受一个障碍“汇”的价值。 你可以改变终端,障碍和启动位置。- I found the java version of this code in:https://galweeji
BoringGobangAI
- 一个Java人工智能五子棋设计。现在还未完善,但是基本的算法已经成型。-A java based artificial intelligence Gobang AI.
zwmrqv
- 调用百度AI开放平台动物识别API和百度百科API进行动物识别(Call Baidu AI open platform to identify API and Baidu Encyclopedia API for animal identification.)