人工智能导航系统
artificially intelligent guided navigation system
通过人工神经网络,实现智能导航,并使用WPF实现展示。
模式监督分类
supervised classification of patterns
运行于Linux和Windows下的Cygwin,实现模式分类程序,用于有监督下的机器学习分类。
一个博弈论的交通仿真
Traffic Simulation for Game Theory
仿真进化博弈论,并实现自组织Agent!
Matlab运动学仿真
kinematics simulation
Matlab的仿真程序,仿真机器人的手臂运动。
Matlab实现的模糊集程序
Fuzzy Set with Matlab
Matlab实现的模糊集程序,用于模糊控制系统。
Dijkstra最短路径路由算法源代码
Dijkstra Shortest Path Routing
这个程序展示了基于Dijkstra算法的最短路径路由。
This function and example show shortest path routing based on Dijkstra algorithm.
基于FLD的人脸识别系统
FLD-based Face Recognition System
This package implements a well-known FLD-based face recognition method, which is called 'Fisherface'.
All functions are easy to use, as they are heavy commented. Furthermore, a sample script and tw
ARTMAP神经网络算法
Simplified Fuzzy ARTMAP Neural Network
该程序实现了简单的模糊ARTMAP神经网络算法。SFAM是神经网络分类器,它是简单和快速的模糊ARTMAP版本。
SFAM is an incremental neural network classifier. It is a simple and fast version of Fuzzy ARTMAP (FAM). Both FAM and SFAM produce the same ou
模糊算法源代码
Fuzzy Arithmetic
这个GUI程序,提供了模糊逻辑算法操作。
This is simple GUI which gives idea of fuzzy logic arithmetic operation
快速模糊逻辑控制实现的源代码
Fast Fuzzy Implementation
这个程序对快速实现模糊逻辑控制很有用。假设这个逻辑控制有两个输入和一个输出,用各种选择来实现它。
This program is useful for fast implementation of a fuzzy logic controller. Suppose a fuzzy controller with two inputs and 1 output. From various choi
自适应神经网络的源代码
Adaptive Neural Networks
自适应神经网络是实现神经网络自适应算法的集合。
The adaptive Neural Network Library (Matlab 5.3.1 and later) is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithm
Hopfield神经网络源代码
Hopfield Neural Network
这是一个GUI程序,允许你加载图像并根据图像训练网络。
This is a GUI which enables to load images and train a Hopfield network according to the image.
You can run the network on other images (or add noise to the same image)
基于FLD的人脸识别系统源代码
FLD-based Face Recognition System
该程序实现了基于FLD的人脸识别系统,被称为 'Fisherface'。
This package implements a well-known FLD-based face recognition method, which is called 'Fisherface'.
All functions are easy to use, as they are heavy commente
Fisher的精确测试源代码
Fisher’s Exact Test
超几何累积分布(左,右和双尾) ,包括置换测试。
查找最佳决策树算法
Entropy
Entropy 用来生成最佳决策树。我创建了一个函数叫做getBestEnt。提交给它一个信息,它将返回最高信息增益和使用最佳决策树的最佳特点指数。