-
8
说明: 用二分法和割线法求非线性方程在一区间的解,使误差不超过10E-4(With the dichotomy and the secant method for solving nonlinear equations in a range of solutions, so that error is less than 10E-4)
- 2010-08-26 21:17:17下载
- 积分:1
-
useGUI2
matlab下的GUI使用指导视频,让你快速掌握GUI的使用(GUI using matlab under the guidance of video, let you quickly master the use of GUI)
- 2009-04-09 10:34:27下载
- 积分:1
-
CMAC
实现小脑模型逼近函数的程序(初学,仅供参考)(Realize the cerebellum model approaching function of the program
)
- 2012-03-23 16:28:51下载
- 积分:1
-
program
基于无轨卡尔曼滤波的通用学习网络算法研究(Trackless Kalman filter-based Universal Learning Network Algorithm)
- 2013-03-18 14:37:09下载
- 积分:1
-
matlab-longgekuta
三阶龙格库塔,四阶龙格库塔程序,程序完善,通用性强!(The third order runge kutta, fourth order runge kutta procedures, process improvement, strong commonality.
)
- 2013-12-10 20:25:28下载
- 积分:1
-
rocplot
ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option).
It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier
- 2009-12-14 20:49:44下载
- 积分:1
-
P8
说明: This code simulates one dimensional resonance by FDTD
- 2013-01-17 01:29:00下载
- 积分:1
-
genetic-algorithm
In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.
Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
- 2013-07-16 14:40:19下载
- 积分:1
-
kalman_intro
说明: 这个M代码是从一位学者的Python修改而来的
卡尔曼滤波算法对室内温度的估计。
下面是Python版本的注释:卡尔曼过滤器的Python示例演示(This M code is modified from Andrew D. Straw's Python
implementation of Kalman filter algorithm.
Below is the Python version's comments: Kalman filter example demo in Python)
- 2021-01-18 13:19:45下载
- 积分:1
-
Image-Inpainting
:针对TV模型修复算法只沿梯度垂直方向扩散,容易在平滑区域引入阶梯效应,迭代效率低,易产生假边缘的缺点,分析比较了TV图像修复模型的性能,提出了一种改进的图像修复算法。(Abstract:TV image inpainting only repairs algorithm along the vertical direction,making diffusion gradi—
ent in smooth area into stair step effect,reducing iterative efficiency,producing false edge faults.We ana—
lyse and compare the TV image restoration model and repair the performance of the model is put forward
in this paper.Puts forward an improved image restoration algorithm)
- 2012-06-05 21:44:39下载
- 积分:1