搜索资源列表
-
0下载:
加州伯克利大学人工智能公开课的Astar算法讲义-University of California, Berkeley, the Astar algorithm artificial intelligence lecture notes open class
-
-
0下载:
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers
-
-
0下载:
加州大学伯克利分校计算机系算法课程讲义,全英文,总共300多页-Department of Computer Science, University of California, Berkeley algorithm lecture notes
-
-
0下载:
Face recognition using L1 norm minimization 1.0 :Read the following paper for details of the algorithm - Robust Face Recognition via Sparse Representation by John Wright, Arvind Ganesh, and Yi Ma , Coordinated Science Laboratory, University of Illino
-
-
0下载:
蚁群算法,简称最初是由美国加州大学伯克利大学的和为求解切比雪夫多项式而提出的一种新型无约束直接寻优算法。
-Colony algorithm, referred originally developed by the University of California at Berkeley and the University of solving Chebyshev polynomials and submitted a new unconstrained optimization alg
-