搜索资源列表
BruteSearch
- K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
Fisher-and-Perceptron
- Matlab实现Fisher线性分类器和Perceptron线性分类器,包含2D图形生成,实验数据采用井字棋数据-Fisher and Perceptron Linear Discriminant Analysis Matlab implementation using Tic-tac-toe data
PBIL
- 该资源详细地给出了分布估计算法的PBIL算法的具体流程。供学习分布估计算的人参考使用。- PBIL algorithm clc clear clf tic 开始计时 参数设置 Pop_Size=40 Individual_Len=20 每个变量的长度 Variable_Num=2 Learning_Rate=0.01 Iteration_Time
tic_toc_use
- matlab中tic与toc函数联合进度条使用例子-tic toc function matlab in combination with the use of examples progress bar
Perceptron
- 感知机算法(内含测试数据tic-tac-toe(三连棋游戏-Perceptron algorithm (containing test data tic-tac-toe (three with chess games))
youhua1
- 遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴-function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic
fib
- 用递归也能算fibonacci数 可用 tic,fib(10),toc查看运算时间-Using a recursive also can calculate the Fibonacci number of available tic, FIB (10), TOC to view the operation time
Matrixtictactoe
- ### ####Matlab code for tic-tac toe-##########Matlab code for tic-tac toe########
tic-tac-toe
- Tic Tac Toe game with AI
abc
- 比较DFT和FFT的运算时间。(1)自行选择进行计算的序列(或产生随机序列)。 (2)利用计时函数tic、toc,计算点数N=64、128、256、……(IT IS A SAMPLE.Compare the computing time of DFT and FFT. (1) select the sequence to compute (or generate random sequences). (2) using the timer functions tic and TOC to c