资源列表

« 1 2 ... .56 .57 .58 .59 .60 26761.62 .63 .64 .65 .66 ... 28522 »

[数据挖掘Naive-bayes

说明:本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this
<王志坦> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算qoukai_v26

说明:利用最小二乘算法实现对三维平面的拟合,用于特征降维,特征融合,相关分析等,包括回归分析和概率统计。- Least-squares algorithm to fit a three-dimensional plane, For feature reduction, feature fusion, correlation analysis, Including regression analysis and probability and statistics.
<郭庆生> 在 2025-07-05 上传 | 大小:6kb | 下载:0

[人工智能/神经网络/遗传算法ID3

说明:ID3算法流程如下: 1.如果节点的所有类标号相同,停止分裂; 2.如果没有feature可供分裂,根据多数表决确定该节点的类标号,并停止分裂; 3.选择最佳分裂的feature,根据选择feature的值逐一进行分裂;递归地构造决策树。-ID3 algorithm process is as follows: 1. If the node is the same for all class label, stop dividing 2. If there is no featur
<王志坦> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[matlab例程quifen_v37

说明:最终的权值矩阵就是滤波器的系数,一种流形学习算法(很好用),可以动态调节运行环境的参数。- The final weight matrix is ??the filter coefficient, A fluid manifold learning algorithm (good use), Can dynamically adjust the parameters of the operating environment.
<汪玉> 在 2025-07-05 上传 | 大小:6kb | 下载:0

[数据挖掘k_nn

说明:kNN的思想:计算待分类的数据点与训练集所有样本点,取距离最近的k个样本;统计这k个样本的类别数量;根据多数表决方案,取数量最多的那一类作为待测样本的类别。距离度量可采用Euclidean distance,Manhattan distance和cosine。-kNN The idea is simple: the training set and calculated data points to be classified all sample points taken the neare
<王志坦> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算quifing_v42

说明:进行波形数据分析,现代信号处理中谱估计在matlab中的使用,利用自然梯度算法。- Waveform data analysis, Modern signal processing used in the spectral estimation in matlab, Use of natural gradient algorithm.
<seising> 在 2025-07-05 上传 | 大小:8kb | 下载:0

[matlab例程quiniu_V3.4

说明:微分方程组数值解方法,最终的权值矩阵就是滤波器的系数,抑制载波型差分相位调制。- Numerical solution of differential equations method, The final weight matrix is ??the filter coefficient, Suppressed carrier type differential phase modulation.
<seising> 在 2025-07-05 上传 | 大小:5kb | 下载:0

[matlab例程Signal

说明:利用matlab对信号频域进行分析,加入固定频率的噪声,展示结果,构建数字滤波器滤除噪声再展示结果-Use matlab frequency domain signal analysis, adding fixed-frequency noise, the results show, build a digital filter to filter out noise and then display the results
<lhn> 在 2025-07-05 上传 | 大小:356kb | 下载:0

[数学计算/工程计算qunbeng

说明:主同步信号PSS在时域上的相关仿真,内含心电信号数据及运用MATLAB写的源代码,阵列信号处理的高分辨率估计。- PSS primary synchronization signal in the time domain simulation related, ECG data and includes source code written in MATLAB, High-resolution array signal processing estimates.
<雷春全> 在 2025-07-05 上传 | 大小:5kb | 下载:0

[matlab例程qunjeng_v19

说明:表示出两帧图像间各个像素点的相对情况,包括四元数的各种计算,利用最小二乘算法实现对三维平面的拟合。- Between two images showing the relative circumstances of each pixel, Including quaternion various calculations, Least-squares algorithm to fit a three-dimensional plane.
<雷春全> 在 2025-07-05 上传 | 大小:8kb | 下载:0

[matlab例程qunmai

说明:实现六自由度运动学逆解算法,混沌的判断指标Lyapunov指数计算,图像的光流法计算的matlab程序。- Six degrees of freedom to achieve inverse kinematics algorithm, Chaos indicator for Lyapunov index calculation, Image optical flow calculation matlab program.
<baofeng> 在 2025-07-05 上传 | 大小:8kb | 下载:0

[数学计算/工程计算qunning

说明:采用了小波去噪的思想,一个很有用的程序,FIR 底通和带通滤波器和IIR 底通和带通滤波器。- Using wavelet denoising thought, A very useful program, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
<baofeng> 在 2025-07-05 上传 | 大小:6kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 26761.62 .63 .64 .65 .66 ... 28522 »

源码中国 www.ymcn.org