-
KNN
Implement the K nearest neighbor algorithm by your own instead of using available software.
2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result.
3. Train the classifier using your training dataset, and test the classifier using your testing dataset.
4. Repeat the experiment (Step 2 and Step 3) 30 times. For each time, you need to record the training data accuracy and testing data accuracy. Finally, you can obtain the average training data accuracy and average testing data accuracy.
- 2013-05-11 11:46:54下载
- 积分:1
-
insdem08
inertial navigation system5
- 2008-01-09 19:37:56下载
- 积分:1
-
CARMA_GI
ESG算法和CARMA-GI算法对CARMA模型未知参数的辨识(CARMA_GI.m for the ESG and CARMA-GI algorithms for the CARMA models)
- 2014-09-18 09:55:49下载
- 积分:1
-
method
蒙特卡洛方法(Monte Carlomethod)非线性反演方法及应用(Monte Carlo method (Monte Carlo method)non-linear inversion method and its application)
- 2011-11-09 08:24:09下载
- 积分:1
-
DME_signal
DME测距仪信号,利用MATLAB生成,可以作为GNSS的脉冲干扰( DME signal generated utilize MATLAB)
- 2021-04-16 17:58:54下载
- 积分:1
-
level_line_set
这是一个求一图像的阀值N取各值所对应的水平线的叠加 ,即水平集的源代码(This is an image for a threshold N check the value of the corresponding horizontal stacking, that is the source code level set)
- 2009-01-10 19:03:22下载
- 积分:1
-
neural5
neural network programming with a simple example
- 2014-11-20 11:39:16下载
- 积分:1
-
sample4
Welch法得到的功率谱估计。
设计滤波器对白噪声滤波后的功率谱。(Welch method of power spectrum estimation. Design filters with the noise power spectrum after filtering.)
- 2009-02-04 23:11:47下载
- 积分:1
-
Visual_Studio_2010-Beginners-Guides
C++初学者必备,介绍Windows下面使用C++进行开发的常见问题,Visual Studio 2010的使用,如何创建新项目,如何调试等等。(Beginners must C++ FAQs introduced Windows following using C++ developed Visual Studio 2010 use, how to create a new project, how to debug.)
- 2013-01-15 14:55:40下载
- 积分:1
-
RLE
Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run.
- 2012-09-13 00:16:07下载
- 积分:1