-
Q-learning-Reinforcement-learning
强化学习matlab源代码很少见的源代码,详细介绍Q学习的编程过程。(Reinforcement learning matlab source code,rare source code, detailed Q learning programming.)
- 2021-04-13 16:38:56下载
- 积分:1
-
turbo
Turbo Convolution Code
- 2013-10-22 11:55:48下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
segment-image
说明: 基于matlab的颜色特征图像分割的图像检索源程序(Based on the color characteristics of image segmentation matlab image retrieval source)
- 2010-04-27 09:33:22下载
- 积分:1
-
synchronous-machine-simulink
this is a simulink matlab for syncronous machine.
- 2013-08-05 13:32:07下载
- 积分:1
-
DyHF
一种动态的进化算法,matlab版!很有用的!( A dynamic hybrid framework for constrained evolutionary optimization)
- 2012-05-20 18:14:17下载
- 积分:1
-
trackmpc
TRACKMPC Tracking Predictive Control without constraints. (Script file)
Implements unconstrained MPC for stable SISO discrete-time system defined as LTI object. Offset-free tracking included.
- 2011-11-05 09:11:36下载
- 积分:1
-
findB
Maxwell气隙磁密谐波分析,只需导出数据即可(The Maxwell flux density harmonic analysis, simply export the data can)
- 2013-04-08 01:22:53下载
- 积分:1
-
data_mining1
This contains the data mining implementation for classifiers
- 2013-11-18 07:08:51下载
- 积分:1
-
LDA
LDA是一种数据处理方法,其程序实用,对处理各类模式识别很有帮助(LDA is a data processing method, its procedures and practical, useful for dealing with all kinds of pattern recognition)
- 2008-06-25 01:47:25下载
- 积分:1