Recently we presented a new approach [
5,
6] to the classification problem arising in data mining. It is based on the regularization network approach, but in contrast
to other methods which employ ansatz functions associated to data points, we use basis functions coming from a grid in the
usually high-dimensional feature space for the minimization process. Here, to cope with the curse of dimensionality, we employ
so-called sparse grids. To be precise we use the sparse grid combination technique [
11] where the classification problem is discretized and solved on a sequence of conventional grids with uniform mesh sizes in
each dimension. The sparse grid solution is then obtained by linear combination. The method scales only linearly with the
number of data points and is well suited for data mining applications where the amount of data is very large, but where the
dimension of the feature space is moderately high. The computation on each grid of the sequence of grids is independent of
each other and therefore can be done in parallel already on a coarse grain level. A second level of parallelization on a fine
grain level can be introduced on each grid through the use of threading on shared-memory multi-processor computers.
We describe the sparse grid combination technique for the classification problem, we discuss the two ways of parallelisation,
and we report on the results on a 10 dimensional data set.