搜索资源列表
Grid
- Search Articles Authors Advanced Search Sitemap Print Broken Article? Bookmark Discuss Send to a friend 23 votes for this article. Popularity: 6.11. Rating: 4.49 out of 5. You are signed up for one or more newslett
网格搜索引擎技术研究
- 网格搜索引擎技术研究:一篇论文。网格搜索引擎对于当前热门的网格技术(grid)来说是一个空缺,值得研究。-grid search engine technology : a thesis. Grid search engine for the current hot Grid (grid) is a vacancy, it is worth studying.
jq-flexgrid
- jquery 写的一个grid 例子,实现了增删改查的所有操作。-jquery example of writing a grid to achieve a change add or delete search of all operations.
search
- Grid based Search Engine
simpgdsearch
- 格点搜索和单纯形法Matla源代码 -Grid search and simplex lattice Matla source code search and Matla simplex method source code
gridregression
- 根据libsvm中的grid.py改写的支持向量机回归栅格搜索算法-Grid.py According to rewrite the libsvm Support Vector Machine Regression grid search algorithm
Svm_model_selection
- Modem selection for Svm by grid search
Battlefield_C_2008
- This application is a battlefield simulator game with three types of units: Infantry, Cavalry, and Artillery. The map consists of several different terrain types lined in a six-sided-square grid as seen in many turn-based video games. The computer pl
FeatureSelection_MachineLearning
- Feature selection methods for machine learning algorithms such as SVR, including one filter-based method (CFS) and two wrapper-based methods (GA and PSO). The gridsearch is for the grid search for the optimal hyperparemeters of SVR. The SVM_CV is for
search
- 在西洋棋中的武士(knight)与象棋中的马相似,走的是L型路线,输入一个表示期盼的大小值n,在输入一个起点坐标,找出一条从那一个起点,可以让武士棋走完n*n格而不重复的路径-Samurai (knight) in chess and chess in the horse is taking the L-shaped route, enter a size value n looking forward to enter a starting point coordinates, to iden
easy
- easy.py is the the libsvm Support Vector Machine Regression grid search algorithm
LS-SVM
- 本文主要研究 LS-SVM 算法的基本原理及基于其实现时间序列预测 的方法。针对超参数选择困难的问题,采用多级网格搜索和遗传算法的方法对 超参数的取值进行优化-This paper studies the basic principles of the LS-SVM algorithm and time series prediction based on its implementation. Difficult to select for hyper parameter, multi
Custom-Evaluation
- 提出一种基于粗糙集与支持向量机的客户动态评估方法。根据客户群特点从当前价值、潜在价值和附加价值三个维度分析并构建客户评估指标,利用指标的年增幅率监测客户价值的变化规律。应用粗糙集布尔推理算法、粒子群算法实现连续属性离散化和知识约简。通过10-重交叉验证和网格搜索技术获取最优惩罚因子与核参数,缩放样本数据集并完成支持向量机一对一分类器的训练与测试。结果表明该评估方法能够实现周期性的客户价值评估与细分,具有很强的泛化能力。- A customer dynamic evaluation method
matlab
- 栅格搜索算法,实现领域最小搜索。可生成山谷线等。-Grid search algorithm, the minimum search of the field. Generates Valley lines.
startval.m
- Function to compute starting valus for a multiple-regime SmoothTransition Regression (STR). The algorith is based on a grid search over the parameters gamma and c.
wine_gridsearch
- 使用matlab网格搜索算法编写的分类识别酒的参数的程序!分享给需要的朋友!-Grid search algorithm using matlab written arguments wine classification procedures! Send to a friend in need!
Ground_Effect_Inversion
- 由地面效应反转和一个单一的垂直阵列源距离和高度确定 -------------------------------------------------- --------------------------------------------- matlab文件的集合来确定与一个单一的垂直阵列的来源范围,并高度。 使用一个分析传播模型来计算上述的阻抗平面的声场。 用途要么转向响应功率(SRP)与Barteltt或MUSIC波束形成器或幅度/相位差异 各麦克风之
SVMGridSearch
- SVM for grid search in estimating the parameters
svm_grid_search
- Support Vector machine (SVM) grid search.
grid search
- 简单的Grid Search法,是与斐波那契、黄金分割、二分法相比较最简单的求最小值的方法(simple grid search method)