-
MLP source code
神经网络是现代智能系统的有力工具。目前,在模式识别、特征映射、聚类、分类等应用中,神经网络是必不可少的组成部分。近几十年来,发展了几种类型的神经网络。反向误差传播、Kohonen特征映射和Hopfield网络是已经发展起来的一些基本网络,并在许多应用中得到了应用。
- 2022-02-22 09:22:22下载
- 积分:1
-
Based on direct LU decomposition method, to solve complex coefficients equations...
基于LU分解的直接求解方法,求解复系数方程组A.x=b的解-Based on direct LU decomposition method, to solve complex coefficients equations Ax = b solution
- 2022-02-01 04:50:07下载
- 积分:1
-
自适应小波分析
作为小波变换的推广,线性调频小波变换在对信号进行时频表示时具有更多的自由度,是对非平稳信号进行时频分析的有力工具,在视频平面上,常见的小波变换是零阶逼近,而线性调频小波是一阶逼近。
- 2023-05-07 02:45:02下载
- 积分:1
-
ant colony algorithm for TSP problem
tsp问题的蚂蚁算法-ant colony algorithm for TSP problem
- 2023-06-22 06:50:03下载
- 积分:1
-
ACM的重要PPT资料,对初学者非常有益处
ACM的重要PPT资料,对初学者非常有益处-ACM important PPT information is very useful for beginners
- 2023-03-10 19:20:04下载
- 积分:1
-
UKF matlab生成C语言
这个代码是有一个外国人写的,主要讲的是ukf的实现。#include
#include
#include "FreeRTOS.h"
#include "kalman.h"
#include "matrix.h"
/*
* ukf_filter_new
*/
ukf_filter
ukf_filter_new(unsigned int state_dim,
- 2022-01-31 17:15:52下载
- 积分:1
-
计算方法c牛顿插值函数
计算方法c牛顿插值函数-calculation c Newton interpolation function
- 2022-02-12 05:09:10下载
- 积分:1
-
这次的也是一些算法,但是生成了具体的程序,方便使用。
这次的也是一些算法,但是生成了具体的程序,方便使用。-this is some algorithm, but the ratio of the specific procedures and user-friendliness.
- 2022-12-26 10:05:03下载
- 积分:1
-
CKNN 用于多示例学习
CKNN Using the Citation KNN algorithm[1] to get the labels for bags in testBags, where minmum Hausdorff distance is used to measure the distances between bags
% CKNN takes,
% PBags - an Mx1 cell array where the jth instance of ith positive bag is stored in PBags{i}(j,:)
% NBags - an Nx1 cell array where the jth instance of ith negative bag is stored in NBags{i}(j,:)
% testBags - a Kx1 cell array where the jth instance of ith test bag is stored in testBags{i}(j,:)
% Refs - the number of referecnes for each test bag
% Citers - the number of citers for each test bag
% &n
- 2022-03-01 19:43:00下载
- 积分:1
-
C++实现基于VQ和HMM的语音识别
资源描述
基于VQ和HMM的语音处理-c++读入wave文件,可进行显示波形,进行端点检测,提取语音特征参数,通过训练,最后可以进行简单的语音识别,代码充足,是大家学习的好工具。
- 2022-05-21 20:38:17下载
- 积分:1