CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - K-NN

搜索资源列表

  1. BP

    0下载:
  2. 基于BP神经网络的 参数自学习控制 (1)确定BP网络的结构,即确定输入层节点数M和隐含层节点数Q,并给出各层加权系数的初值 和 ,选定学习速率 和惯性系数 ,此时k=1; (2)采样得到rin(k)和yout(k),计算该时刻误差error(k)=rin(k)-yout(k); (3)计算神经网络NN各层神经元的输入、输出,NN输出层的输出即为PID控制器的三个可调参数 , , ; (4)根据(3.34)计算PID控制器的输出u(k); (5)进行神经网络学习,在线调整加权
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:dake
  1. ga-bp

    0下载:
  2. 程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.55kb
    • 提供者:fk774
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:610.07kb
    • 提供者:duckur
  1. KNN

    3下载:
  2. K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1.1kb
    • 提供者:skyfly
  1. knn

    0下载:
  2. Dear all: this is the k-nn algorithm, written in Matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:872byte
    • 提供者:ahmed
  1. Classification-toolbox

    2下载:
  2. 通过降维处理,高维数据的分类一般可以转换为2维数据分类。此源码包含一个2维-2类数据分类工具箱。包括:ML,K-NN,SVM,LS,DB-Through the dimension reduction processing, high dimensional data classification commonly can convert to 2 d data classification. This source includes a 2 d-two kinds of data classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:965.13kb
    • 提供者:杨明
  1. K-NN

    0下载:
  2. Delphi realization of k-nearest neighbor algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:187.54kb
    • 提供者:Jane
  1. knn_vb

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:51.4kb
    • 提供者:Putra
  1. k-nn

    0下载:
  2. k最近邻 分类 机器学习 模式识别 人工智能 小程序-KNN classification machine learning Pattern recognition artificial intelligence Small program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.54kb
    • 提供者:许素萍
  1. location

    2下载:
  2. 室内定位算法,最近邻算法,K最近邻算法,加权K最近邻算法,贝叶斯算法-indoor position locatian ,including nn,knn,wknn,bayes.the algrithm compare the different of the above method and get some useful conclusion.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:3kb
    • 提供者:周利
  1. K---NN

    0下载:
  2. 以著名的wine数据作为实验样本。包括k-NN算法,交叉验证,PCA降维等。-With the famous wine data as experimental samples.K- NN algorithm, cross validation, PCA dimension reduction, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:18.49kb
    • 提供者:Zhuzhiwei
  1. NN1akNN

    0下载:
  2. 实现机器学习中的最近邻算法——1-NN和k--Realization of machine learning algorithms 1-NN nearest neighbor and k-NN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:HuYue
  1. code_1

    2下载:
  2. 在机器学习中利用欧氏距离设计一个KNN分类器,实现五折交叉验证,并用PCA进行降维-Develop a k-NN classifier with Euclidean distance and simple voting.Perform 5-fold cross validation, find out which k performs the best (in terms of accuracy)。Use PCA to reduce the dimensionality to 6, then p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:yuanxin
  1. KNN

    0下载:
  2. In pattern recognition, the k-Nearest Neighbors algorithm (or k-NN for short) is a non-parametric method used for classification and regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:farshid
  1. K-NN等算法实现作业1

    0下载:
  2. CS231n课后作业的官方习题答案,运行环境为Python2,有需要的同学可以自取(The official CS231n homework exercise answers, the operating environment for the Python2, students need to pick up)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-15
    • 文件大小:15.46mb
    • 提供者:YuukiIchika
搜珍网 www.dssz.com