-
nn_examples
说明: 此为matlab教程范例,包括图像、小波分析、优化、神经网络、遗传算法及其他部分范例(This is an example of matlab tutorials, including images, wavelet analysis, optimization, neural networks, genetic algorithms and other parts of sample)
- 2008-11-20 12:15:12下载
- 积分:1
-
nsga2--original--test
对nsga2算法进行了修改,下载放到matlab运行即可用。(very good!)
- 2020-07-06 19:28:58下载
- 积分:1
-
sec2timestr
transformed sec2time in matlab
- 2013-08-15 05:42:17下载
- 积分:1
-
Fourier-transform
傅立叶变换能将满足一定条件的某个函数表示成三角函数(正弦和/或余弦函数)或者它们的积分的线性组合。(Fourier transform can meet certain conditions expressed as a function trigonometric (sine and/or cosine functions) or their integral linear combinations.)
- 2013-09-23 19:32:49下载
- 积分:1
-
BM3D_v1.7.6_x64
bm3d图像去噪算法,3个文件
用于处理灰度图像 x64(v 1.7.3 x64)
- 2012-04-09 20:43:29下载
- 积分:1
-
instruction-of-computer-architecture
本书主要是关于WinDLX的教程。WinDLX是一个基于Windows的DLX模拟器,用于模拟DLX流水线的工作过程。你可以灵活、方便地设置参数、控制执行、统计数据等。WinDLX提供了直观的窗口显示。(The book is mainly about WinDLX tutorial. WinDLX DLX is a Windows-based emulator for the work process simulation DLX pipeline. You can be flexible, easy to set parameters to control execution statistics. WinDLX provides an intuitive window.)
- 2014-09-09 16:23:24下载
- 积分:1
-
EMdemo
EM算法在神经网络中的应用,可以用来进行视频数据分类。(In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar-xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.)
- 2013-03-11 22:27:18下载
- 积分:1
-
opt
低压省煤器相关结构参数的优化程序,使用粒子群优化方法进行优化。(Low pressure economizer structure parameter optimization program, the use of particle swarm optimization method for optimization.)
- 2013-05-20 14:06:30下载
- 积分:1
-
NNClassification
说明: 用NN算法对于急病类型进行分类实例
NN For Classification(NN algorithm used for the mistress type NN For example Classification Classification)
- 2006-03-26 15:33:42下载
- 积分:1
-
fit
Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数,
其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。(Matlab provides a fast way to achieve polynomial fitting function polyfit () function,
The format: p = polyfit (x, y, n) where x, y as the sample vector, n is the number of items of polynomial fitting. The following proposed f (x) = sinx+ x, the interval-3,3】 【intervals on the order of 0.5 to fit.)
- 2021-02-19 12:09:44下载
- 积分:1