paper-with-me

홈 › Papers

A New Method for Classification of Datasets for Data Mining

2016-12-01 · Singh Vijendra, Hemjyotsana Parashar, Nisha Vasudeva

Decision tree is an important method for both induction research and data mining, which is mainly used for model classification and prediction. ID3 algorithm is the most widely used algorithm in the decision tree so far. In this paper, the shortcoming of ID3's inclining to choose attributes with many values is discussed, and then a new decision tree algorithm which is improved version of ID3. In our proposed algorithm attributes are divided into groups and then we apply the selection measure 5 for these groups. If information gain is not good then again divide attributes values into groups. These steps are done until we get good classification/misclassification ratio. The proposed algorithms classify the data sets more accurately and efficiently.

📄 PDF Abstract BibTeX arXiv:1612.00151

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Inducing Distant Supervision in Suggestion Mining through Part-of-Speech Embeddings

2017-09-21 · Sapna Negi, Paul Buitelaar

Mining suggestion expressing sentences from a given text is a less investigated sentence classification task, and therefore lacks hand labeled benchmark datasets. In this work, we propose and evaluate two approaches for …

ClassificationGeneral ClassificationPOSSentence+3

Acceleration of Large Margin Metric Learning for Nearest Neighbor Classification Using Triplet Mining and Stratified Sampling

2020-09-29 · Parisa Abdolrahim Poorheravi, Benyamin Ghojogh, Vincent Gaudet, Fakhri Karray 외

Metric learning is one of the techniques in manifold learning with the goal of finding a projection subspace for increasing and decreasing the inter- and intra-class variances, respectively. Some of the metric learning m…

Metric LearningTriplet

Approximate Network Motif Mining Via Graph Learning

2022-06-02 · Carlos Oliver, Dexiong Chen, Vincent Mallet, Pericles Philippopoulos 외

Frequent and structurally related subgraphs, also known as network motifs, are valuable features of many graph datasets. However, the high computational complexity of identifying motif sets in arbitrary datasets (motif m…

BIG-bench Machine LearningGraph ClassificationGraph Learning

UniCausal: Unified Benchmark and Repository for Causal Text Mining

2022-08-19 · Fiona Anting Tan, Xinyu Zuo, See-Kiong Ng

Current causal text mining datasets vary in objectives, data coverage, and annotation schemes. These inconsistent efforts prevent modeling capabilities and fair comparisons of model performance. Furthermore, few datasets…

ClassificationRelation Extraction

Association Rules Mining with Auto-Encoders

2023-04-26 · Théophile Berteloot, Richard Khoury, Audrey Durand

Association rule mining is one of the most studied research fields of data mining, with applications ranging from grocery basket problems to explainable classification systems. Classical association rule mining algorithm…