CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - py

搜索资源列表

  1. myKalman

    0下载:
  2. 卡尔曼滤波器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。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1229
    • 提供者:王卫
  1. ovlp_ripple

    0下载:
  2. % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4730
    • 提供者:cb
  1. Python_Calculator

    1下载:
  2. 使用BOA Constructor開啟MainApp.py就可以管理計算機的視窗專案。 工具:BOA Constructor 利用Python的數學運\算能力結合GUI介面的多功能計算機
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2619
    • 提供者:Jia-Yang Chen
  1. Scrosspectrum

    0下载:
  2. 交叉谱分析: 两序列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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3657
    • 提供者:李海燕
  1. chess.py

    5下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2131
    • 提供者:雷斌亭
  1. search

    0下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:11237084
    • 提供者:xiaoxiao
  1. Mixture.py.tar

    0下载:
  2. EM algorithm for Gausian mixture models
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:
  1. shenjingwangluo

    0下载:
  2. 里面有两个实验,包括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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:934279
    • 提供者:baiyunqiu
  1. gridregression

    3下载:
  2. 根据libsvm中的grid.py改写的支持向量机回归栅格搜索算法-Grid.py According to rewrite the libsvm Support Vector Machine Regression grid search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-12
    • 文件大小:3061
    • 提供者:海廷
  1. pso.py

    1下载:
  2. Particle swarm optimization (PSO) is a form of swarm intelligence. Imagine a swarm of insects or a school of fish.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1754
    • 提供者:rod
  1. gridsearch

    0下载:
  2. 这是一个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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3062
    • 提供者:quarryhero
  1. Spectrum

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:837
    • 提供者:manman
  1. python-2.6.6

    0下载:
  2. python2.6-6安装文件,用于使用libsvm的.py文件。-installation file of python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:14734336
    • 提供者:田乐逍
  1. tsp.py

    0下载:
  2. This is a Genetic Algorithm Implementation of TSP using Python PyEvolve Library.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2597
    • 提供者:Prasenjit Nag
  1. ga.py

    0下载:
  2. Pyhton Implementation of Genetic Algorithm Using Classes. This one is pretty easy and works fine for any TSPLIB problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2974
    • 提供者:Prasenjit Nag
  1. Manhattan_distance.py

    0下载:
  2. The compute of Manhattan Distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:523
    • 提供者:jjl
  1. Scrosspectrum

    0下载:
  2. 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.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3653
    • 提供者:Diana
  1. psoo.py.tar

    0下载:
  2. particle swarm optimization python implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1027
    • 提供者:khalil
  1. nn_CIFAR.py

    1下载:
  2. pytorch tutorial 代码 简单神经网络 数据集CIFAR(pytorch nn training sample code, Dataset: CIFAR dataset Usage: python3 nn_CIFAR.py)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:PeterBot
  1. 吴恩达深度学习py文件+笔记

    1下载:
  2. 自己做的吴恩达的深度学习课的笔记,py文件实现等,笔记是在边编程边写出来的,跳过了很多坑,所有写出来的py文件都能直接用,直接执行
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 3 4 5 6 »
搜珍网 www.dssz.com