搜索资源列表
myKalman
- 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) This is made by me for my course design。
ovlp_ripple
- % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
Python_Calculator
- 使用BOA Constructor開啟MainApp.py就可以管理計算機的視窗專案。 工具:BOA Constructor 利用Python的數學運\算能力結合GUI介面的多功能計算機
Scrosspectrum
- 交叉谱分析: 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95 置信上限,rxy952(0:m)凝聚谱Goodman-检验的95 置信上限,其中m=[n/2.]。 -Continuous cross spectrum an
chess.py
- Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
search
- A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t
Mixture.py.tar
- EM algorithm for Gausian mixture models
shenjingwangluo
- 里面有两个实验,包括PPT和实验的代码,可以帮助一些想学习神经网络的朋友一个大忙。-We now have an easy scr ipt (easy.py) for users who know NOTHING about svm. It makes everything automatic--from data scaling to parameter selection. The parameter selection tool grid.py generates the follo
gridregression
- 根据libsvm中的grid.py改写的支持向量机回归栅格搜索算法-Grid.py According to rewrite the libsvm Support Vector Machine Regression grid search algorithm
pso.py
- Particle swarm optimization (PSO) is a form of swarm intelligence. Imagine a swarm of insects or a school of fish.
gridsearch
- 这是一个libsvm grid的改进,除了可以搜索分类中的C和gamma,还可以搜索小的整数.-This file is a slight modification of grid.py of libsvm. In addition to parameters C, gamma in classification, it searches for epsilon as well. Usage: grid.py [-log2c begin,end,step] [-log2g begin
Spectrum
- function [f,Py,w,fp,Pmax]=spectrum(ug,dt) spectrum Compute the one-sided psd from the power spectrum refer to the help of fft and periodgram.m. codied by Dr. Ping TAN June, 2005- function [f, Py, w, fp, Pmax] = spectrum (ug, dt) spectr
python-2.6.6
- python2.6-6安装文件,用于使用libsvm的.py文件。-installation file of python
tsp.py
- This is a Genetic Algorithm Implementation of TSP using Python PyEvolve Library.
ga.py
- Pyhton Implementation of Genetic Algorithm Using Classes. This one is pretty easy and works fine for any TSPLIB problems.
Manhattan_distance.py
- The compute of Manhattan Distance
Scrosspectrum
- Subroutine for continuous cross spectrum analysis of two one-dimensional series x(i) and y(i) (i=1,...,n). Input parameters and arrays: n,m, x(n), y(n), n: number of data m: biggest lag time length. Generally, m is between n/3 and n/10.
psoo.py.tar
- particle swarm optimization python implementation
nn_CIFAR.py
- pytorch tutorial 代码 简单神经网络 数据集CIFAR(pytorch nn training sample code, Dataset: CIFAR dataset Usage: python3 nn_CIFAR.py)
吴恩达深度学习py文件+笔记
- 自己做的吴恩达的深度学习课的笔记,py文件实现等,笔记是在边编程边写出来的,跳过了很多坑,所有写出来的py文件都能直接用,直接执行