CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OLS

搜索资源列表

  1. rbfnn3

    0下载:
  2. 用matlab写的三个径向基神经网络程序,分别为基于聚类的RBF,基于梯度法的RBF ,基于OLS 的RBF神经网络-using Matlab wrote three RBFNN procedures were based on the clustering of RBF, Based on the RBF gradient method, based on the OLS RBFNN
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2567
    • 提供者:brezze
  1. valgrind-3.2.1.tar

    0下载:
  2. The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) *
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5059569
    • 提供者:郭月丰
  1. FontConvert

    0下载:
  2. This is a dot matrix font library convert tools, which can convert dot matrix foot size.-This is a dot matrix font library to convert ols, which can convert dot matrix foot size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11097
    • 提供者:liuyanjun
  1. ymsg_code_jars_v0_6

    0下载:
  2. A Java package (library/API) to connect and use the Yahoo Instant Messager and Chat protocols (YMSG), in a reasonably coder-friendly and abstract way. Although methods the API exposes are closely matched to Yahoo IM features, the API attempts to hid
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:239697
    • 提供者:nono
  1. RBF_OLS

    1下载:
  2. 此程序是神经网络中径向基函数的OLS算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This program is the radial basis function neural network of OLS algorithm is implemented in MATLAB. With a 2-n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1487
    • 提供者:lingyun
  1. ols

    6下载:
  2. 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:836
    • 提供者:晓柳
  1. RBF_sourcecode

    1下载:
  2. RBF学习方法,包括了:k-means、梯度、OLS三种方法。-RBF learning methods, including: k-means, gradient, OLS three types.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3850
    • 提供者:stephen
  1. RBFNN

    0下载:
  2. Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 y
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2168
    • 提供者:aaronwu
  1. ols

    2下载:
  2. 正交最小二乘辨识算法 该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数-OLS Orthogonal Least Quares. [x, ind] = OLS(A,b,r) gives the solution to the least squares problem using only the best r regressors chosen from the ones present in matrix A. This
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:4793
    • 提供者:王詹
  1. 1114

    0下载:
  2. 最小二乘法(OLS)和线性回归模型.ppt 内容含有具体计算过程详解、实例-Least squares (OLS) and linear regression model. Ppt Elaboration on the Course content includes specific calculations, examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:224055
    • 提供者:kong
  1. OLS(GLS)

    1下载:
  2. 网上的最小二乘法(GLS,OLS)大多只是个演示例子,并不能直接拿来用。本人对最小二乘法进行了封装,只保留了一个对外的接口函数,并附有详尽的参数列表说明,只需将两个文件加入到VC的工程中,使用时只需 #include "les.h" 后就可调用最小二乘法函数了。非常方便,可是包含了我的劳动成果的哟!-Most of least squares line is just a demonstration example, and can not be directly used. I carried
  3. 所属分类:Algorithm

    • 发布日期:2015-01-05
    • 文件大小:2048
    • 提供者:sjl
  1. RBF_OLS.m

    0下载:
  2. rbf OLS 网络来做预测,过程很适合初学者懂的。很详细,很容易的!-To make the forecast RBF OLS network, the process is very suitable for beginners understand. Very detailed, easy!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1197
    • 提供者:yuanjianzhou
  1. OLS-rbf

    0下载:
  2. OLS rbt neural network BP
  3. 所属分类:transportation applications

    • 发布日期:2017-11-23
    • 文件大小:1181
    • 提供者:NusaLM
  1. ols

    1下载:
  2. 自己编写的一维OLS算法,拟合效果还不错-I have written a one-dimensional OLS algorithm, the results were pretty good fit
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:2048
    • 提供者:李玲
  1. ols-0.9.7-RC1-full.tar

    0下载:
  2. OLS Client Software for 64bit Linux and open-jdk
  3. 所属分类:Driver develop

    • 发布日期:2017-05-18
    • 文件大小:4611132
    • 提供者:urs42
  1. ols-(1)

    0下载:
  2. 正交最小二乘求解病态矩阵问题-ols method to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4807
    • 提供者:humin
  1. OLS

    0下载:
  2. This an implementation of OLS algorithm. I uploaded data with it but you should use your own input and output-This is an implementation of OLS algorithm. I uploaded data with it but you should use your own input and output
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:16440
    • 提供者:elaheh
  1. ols-0.9.6.1-full

    0下载:
  2. ols c c++ driver i am uploading only to download this is stupid
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4393221
    • 提供者:Farhan
  1. ols -sam

    0下载:
  2. 如何采用最小二乘法调整最小二乘法使之平衡。(Using the OLS to adjust the SAM.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:9216
    • 提供者:shellyshuang
  1. OLS-panel-matlab代码

    1下载:
  2. 针对静态普通面板的回归代码;对空间固定和时期固定及空间与时间双固定模型(OLS panel data,spatial-fixed effects and spatial time-period fixed effects)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:10240
    • 提供者:xiaomaguohe
« 12 3 4 »
搜珍网 www.dssz.com