A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵 A2=sim(netn,A) netn是前面已训练好的神经网络 A2=compet(A2) an
A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵 A2=sim(netn,A) netn是前面已训练好的神经网络 A2=compet(A2) answer=find(compet(A2)==1) plotchar(alphabet(:,ans...
A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵 A2=sim(netn,A) netn是前面已训练好的神经网络 A2=compet(A2) answer=find(compet(A2)==1) plotchar(alphabet(:,ans...
This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i....
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Su...
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprog...
世界知名的算法书——《Introduction To Algorithm》地中文版,现在已经绝迹,放在这里供大家享用!...