Changes between Version 20 and Version 21 of Parallel-DT


Ignore:
Timestamp:
Jan 18, 2010, 6:14:26 PM (14 years ago)
Author:
alexandru.sorici
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Parallel-DT

    v20 v21  
    66 * Team members: Eremia Bogdan, Andrei Minca, Alexandru Sorici
    77 * Project Description: Classification is an important data mining problem. One of the most popular algorithms used for classification purposes are decision trees (DT). Since datasets that are used in data mining problems are usually very large, computationally efficient and scalable algorithms are highly desirable. Thus, the project's goal is to parallelize the decision tree inference process. A shared memory programming model using OpenMP is being considered for this task.
    8  * Project Presentation: []
     8 * Project Presentation: [https://ncit-cluster.grid.pub.ro/trac/PP2009/attachment/wiki/Parallel-DT/Parallel-DT.ppt]
    99
    1010''' Serial DT process '''