搜索结果
找到约 273 项符合
Linear 的查询结果
按分类筛选
- 全部分类
- matlab例程 (49)
- 数学计算 (28)
- 电源技术 (25)
- 数值算法/人工智能 (17)
- 人工智能/神经网络 (16)
- 技术资料 (13)
- 书籍 (12)
- 其他书籍 (10)
- 模拟电子 (7)
- 其他 (7)
- 单片机编程 (5)
- 电子书籍 (5)
- 通讯编程文档 (5)
- *行业应用 (4)
- 行业发展研究 (4)
- VHDL/FPGA/Verilog (4)
- DSP编程 (4)
- 学术论文 (3)
- 软件设计/软件工程 (3)
- Java编程 (3)
- 通讯/手机编程 (3)
- 文章/文档 (3)
- 无线通信 (2)
- 压缩解压 (2)
- 系统设计方案 (2)
- 文件格式 (2)
- 语音压缩 (2)
- 3G开发 (2)
- 书籍源码 (2)
- 嵌入式/单片机编程 (2)
- STL (2)
- 教程 (2)
- 论文 (2)
- 行业应用文档 (1)
- 通信网络 (1)
- 开关电源 (1)
- 生物技术 (1)
- Applet (1)
- 嵌入式Linux (1)
- 技术管理 (1)
- Linux/Unix编程 (1)
- 其他数据库 (1)
- J2ME (1)
- Ajax (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 数据结构 (1)
- 微处理器开发 (1)
- 编辑器/阅读器 (1)
- 单片机开发 (1)
- 接口技术 (1)
- 源码 (1)
- VIP专区 (1)
- 精品软件 (1)
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...
嵌入式/单片机编程 这是LLE的原始算法
这是LLE的原始算法,原文的参考文献是:S.T.Roweis and L.K.Saul. Nonlinear dimensionality reduction by locally linear embedding. Science,
290, 2000.
数学计算 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----o
数值分析高斯——列主元消去法主程序
说明如下:
% a----input,matrix of coefficient
% b----input,right vector
% sol----output,returns the solution of linear equation
数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct
密码学界牛人Victor Shoup用C++编写数论类库。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
N ...
数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide.
the method dates ba ...
文章/文档 In an electromagnetic cloak based on a transformation approach, reduced sets of material properties
In an electromagnetic cloak based on a transformation approach, reduced sets of
material properties are generally favored due to their easier implementation in reality,
although a seemingly inevitable drawback of undesired reflection exists in such cloaks.
Here we suggest using high-order transforma ...
其他书籍 An introduction to some of the key ideas in computer graphics is given. Modeling, 2D and 3D viewing,
An introduction to some of the key ideas in computer graphics is given. Modeling, 2D and 3D viewing,
transformations and related ideas from linear algebra are presented.
matlab例程 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1
统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含:
1,Analysis of linear discriminant function
2,Feature extraction: Linear Discriminant Analysis
3,Probability distribution estimation and clustering
4,Support Vector and other Kernel Machines
通讯/手机编程 WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a man
WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a manner so as to ensure maximum coverage and connectivity with minimal or optimal number of nodes and furthermore elongate network lifetime with maximum energy utilization.
The problem addressed has b ...