搜索资源列表
triangulation_corner.m
- a MATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
adaboost_version1b
- 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the b
WELL
- 它试图解决的问题,薄弱的标签是一个多学习一种新标签的问题,其中只有部分标签集与每个提供相关培训的例子-This package includes the MATLAB code of the multi-label learning algorithm WELL. It tries to deal with weak label problem which is a new kind of multi-label learning problem, where only a partial la
hand_gesture_recognition
- Hand gesture recogntion Algorithm:- This histogram-based algorithm tries to detect if the hand is not raised, raised, diagonally down, raised straight, or raised diagonally up and much more.
histogramequalization
- In histogram equalization we are trying to maximize the image contrast by applying a gray level transform which tries to flatten the resulting histogram. The gray level transform is a scaled version of the original image s cumulative histogram. That
simplex
- this program tries to find optimum point
4Cyclist-problem-simulation-model
- 4Cyclist problem simulation model Four cyclists are at the desert. Each of them starts from a different location and tries to reach the other ones. Cyclist 1 goes straight to cyclist 2, cyclist 2 straight towards cyclist 3 etc. such that finall
mat2figure
- 快速浏览时间序列数据。而且可以直接创建时间序列的图示,非常方便快捷。-MAT2FIGURE allows you to review timeseries data contained in a matfile very fast and efficiently. Furthermore, the created figure file can be used to distribute these data. After opening a matfile, mat2figure scan
memory_test
- MEMORY_TEST is a MATLAB program which declares and uses a sequence of larger and larger arrays, to see what the memory limits are on a given computer.The program tries an increasing series of values of N, using powers of 2, between limits that you se
KSVD_Matlab_ToolBox
- The K-SVD is a new algorithm for training dictionaries for linear representation of signals. Given a set of signals, the K-SVD tries to extract the best dictionary that can sparsely represent those signals.
adaboost_version1e
- 这是一个经典的形变模型实施,在一个单一的文件用简单的可以理解的代码。 功能包括两部分一个简单的弱分类器和一个促进部分: 弱分类器试图找到最佳阈值的数据维数对数据进行分离成两个阶级1和1 要求的进一步提高分类器部分迭代,每一步是变化分类权重miss-classified例子。这造成了一连串的“弱分类器”,表现得像一个“强大分类器” -This a classic AdaBoost implementation, in one single file with easy unders
BerMass
- The example below encodes one message words using Reed-Solomon encoder. It then corrupts the code by introducing two errors in the codeword, Then BerMass tries to the connection weight vector A and its roots R that it used to know error location.
matlab-GUI
- matlabGUI界面设计技术十分实用,本程序尝试设计简单的GUI界面。-matlabGUI interface design is very practical, the program tries to design a simple GUI interface.
a
- 汽车课设货车Matlab驱动力图程序(需要修改发动机扭矩转速和变速箱传动比)-A car driver tries to class van Matlab program (need to modify engine speed and torque transmission ratio)
erXover
- Contrary to bagging, boosting dynamica lly tries to gen-erate comple mentary lea rners by training the next lea rner on the inaccuracies of the learner in the preceding iteration.
WYDP75
- Brain Tumor Detection, Demarcation and Quantification via MRI Under the scope of this paper an algorithm has been developed which takes the gradient differential as main criteria for identification of the brain tumor. The algorithm also tries to sk
Vehicle-Plate-Recognition-final-code
- It is a vehicle s number/license plate recognition algorithm based on the very elementary technique of Templates matching. The algorithm takes an input image of the number plate (number plate should be dominant in the image) and after filtering the i
GP in power system
- 利用遗传程序设计建立电力系统的负荷模型,无需像传统方法一样预先确定具体的模型结构,它能根据输入输出数据直接演化出变量间的函数关系,并且能够一次性的同时确定函数的结构形式和参数,使得模型的生成过程趋于智能化、自动化,解决了负荷建模工作中长期困扰的模型辨识问题。(Genetic Programming(GP) is a new evolutionary algorithm based on genetic algorithm,which has self-adaptive,self-organizi
desktop
- aco算法尝试解小范围tsp问题,但误差挺大(ACO algorithm tries to solve small range TSP)