{ "data_id": "18", "name": "pendigits", "exact_name": "pendigits", "version": 1, "version_label": "1", "description": "**Author**: \n**Source**: Unknown - \n**Please cite**: \n\n1. Title of Database: Pen-Based Recognition of Handwritten Digits\n \n 2. Source:\n \tE. Alpaydin, F. Alimoglu\n \tDepartment of Computer Engineering\n \tBogazici University, 80815 Istanbul Turkey\n \talpaydin@boun.edu.tr\n \tJuly 1998\n \n 3. Past Usage:\n \tF. Alimoglu (1996) Combining Multiple Classifiers for Pen-Based\n \tHandwritten Digit Recognition, \n \tMSc Thesis, Institute of Graduate Studies in Science and \n \tEngineering, Bogazici University.\n \thttp:\/\/www.cmpe.boun.edu.tr\/~alimoglu\/alimoglu.ps.gz\n \n \tF. Alimoglu, E. Alpaydin, \"Methods of Combining Multiple Classifiers \n \tBased on Different Representations for Pen-based Handwriting\n \tRecognition,\" Proceedings of the Fifth Turkish Artificial \n \tIntelligence and Artificial Neural Networks Symposium (TAINN 96), \n \tJune 1996, Istanbul, Turkey.\n \thttp:\/\/www.cmpe.boun.edu.tr\/~alimoglu\/tainn96.ps.gz\n \n \t\n 4. Relevant Information:\n \n \tWe create a digit database by collecting 250 samples from 44 writers.\n \tThe samples written by 30 writers are used for training,\n \tcross-validation and writer dependent testing, and the digits \n \twritten by the other 14 are used for writer independent testing. This\n \tdatabase is also available in the UNIPEN format.\n \n \tWe use a WACOM PL-100V pressure sensitive tablet with an integrated \n \tLCD display and a cordless stylus. The input and display areas are\n \tlocated in the same place. Attached to the serial port of an Intel \n \t486 based PC, it allows us to collect handwriting samples. The tablet\n \tsends $x$ and $y$ tablet coordinates and pressure level values of the\n \tpen at fixed time intervals (sampling rate) of 100 miliseconds. \n \n \tThese writers are asked to write 250 digits in random order inside \n \tboxes of 500 by 500 tablet pixel resolution. Subject are monitored \n \tonly during the first entry screens. Each screen contains five boxes\n \twith the digits to be written displayed above. Subjects are told to\n \twrite only inside these boxes. If they make a mistake or are unhappy\n \twith their writing, they are instructed to clear the content of a box \n \tby using an on-screen button. The first ten digits are ignored \n \tbecause most writers are not familiar with this type of input devices,\n \tbut subjects are not aware of this. \n \n \tIn our study, we use only ($x, y$) coordinate information. The stylus\n \tpressure level values are ignored. First we apply normalization to \n \tmake our representation invariant to translations and scale \n \tdistortions. The raw data that we capture from the tablet consist of\n \tinteger values between 0 and 500 (tablet input box resolution). The \n \tnew coordinates are such that the coordinate which has the maximum \n \trange varies between 0 and 100. Usually $x$ stays in this range, since\n \tmost characters are taller than they are wide. \n \n \tIn order to train and test our classifiers, we need to represent \n \tdigits as constant length feature vectors. A commonly used technique\n \tleading to good results is resampling the ( x_t, y_t) points. \n \tTemporal resampling (points regularly spaced in time) or spatial\n \tresampling (points regularly spaced in arc length) can be used here. \n \tRaw point data are already regularly spaced in time but the distance\n \tbetween them is variable. Previous research showed that spatial\n \tresampling to obtain a constant number of regularly spaced points \n \ton the trajectory yields much better performance, because it provides \n \ta better alignment between points. Our resampling algorithm uses \n \tsimple linear interpolation between pairs of points. The resampled\n \tdigits are represented as a sequence of T points ( x_t, y_t )_{t=1}^T,\n \tregularly spaced in arc length, as opposed to the input sequence, \n \twhich is regularly spaced in time.\n \n \tSo, the input vector size is 2*T, two times the number of points\n \tresampled. We considered spatial resampling to T=8,12,16 points in our\n \texperiments and found that T=8 gave the best trade-off between \n \taccuracy and complexity.\n \n \n 5. Number of Instances\n \tpendigits.tra\tTraining\t7494\n \tpendigits.tes\tTesting\t\t3498\n \t\n \tThe way we used the dataset was to use first half of training for \n \tactual training, one-fourth for validation and one-fourth\n \tfor writer-dependent testing. The test set was used for \n \twriter-independent testing and is the actual quality measure.\n \n 6. Number of Attributes\n \t16 input+1 class attribute\n \n 7. For Each Attribute:\n \tAll input attributes are integers in the range 0..100.\n \tThe last attribute is the class code 0..9\n \n 8. Missing Attribute Values\n \tNone\n \n 9. Class Distribution\n \tClass: No of examples in training set\n \t0: 780\n \t1: 779\n \t2: 780\n \t3: 719\n \t4: 780\n \t5: 720\n \t6: 720\n \t7: 778\n \t8: 719\n \t9: 719\n \tClass: No of examples in testing set\n \t0: 363\n \t1: 364\n \t2: 364\n \t3: 336\n \t4: 364\n \t5: 335\n \t6: 336\n \t7: 364\n \t8: 336\n \t9: 336\n \n Accuracy on the testing set with k-nn \n using Euclidean distance as the metric\n \n k = 1 : 97.74\n k = 2 : 97.37\n k = 3 : 97.80\n k = 4 : 97.66\n k = 5 : 97.60\n k = 6 : 97.57\n k = 7 : 97.54\n k = 8 : 97.54\n k = 9 : 97.46\n k = 10 : 97.48\n k = 11 : 97.34", "format": "ARFF", "uploader": "Jan van Rijn", "uploader_id": 1, "visibility": "public", "creator": null, "contributor": null, "date": "2014-04-06 23:21:54", "update_comment": null, "last_update": "2014-04-06 23:21:54", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/www.openml.org\/data\/download\/32\/dataset_32_pendigits.arff", "default_target_attribute": "class", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "pendigits", "1. Title of Database: Pen-Based Recognition of Handwritten Digits 2. Source: E. Alpaydin, F. Alimoglu Department of Computer Engineering Bogazici University, 80815 Istanbul Turkey alpaydin@boun.edu.tr July 1998 3. Past Usage: F. Alimoglu (1996) Combining Multiple Classifiers for Pen-Based Handwritten Digit Recognition, MSc Thesis, Institute of Graduate Studies in Science and Engineering, Bogazici University. http:\/\/www.cmpe.boun.edu.tr\/~alimoglu\/alimoglu.ps.gz F. Alimoglu, E. Alpaydin, \"Methods " ], "weight": 5 }, "qualities": { "NumberOfInstances": 10992, "NumberOfFeatures": 17, "NumberOfClasses": 10, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 16, "NumberOfSymbolicFeatures": 1, "AutoCorrelation": 0.10290237467018469, "CfsSubsetEval_DecisionStumpAUC": 0.9782711762062135, "CfsSubsetEval_DecisionStumpErrRate": 0.05058224163027657, "CfsSubsetEval_DecisionStumpKappa": 0.9437860838946031, "CfsSubsetEval_NaiveBayesAUC": 0.9782711762062135, "CfsSubsetEval_NaiveBayesErrRate": 0.05058224163027657, "CfsSubsetEval_NaiveBayesKappa": 0.9437860838946031, "CfsSubsetEval_kNN1NAUC": 0.9782711762062135, "CfsSubsetEval_kNN1NErrRate": 0.05058224163027657, "CfsSubsetEval_kNN1NKappa": 0.9437860838946031, "ClassEntropy": 3.320771738890595, "DecisionStumpAUC": 0.7173373091264319, "DecisionStumpErrRate": 0.7958515283842795, "DecisionStumpKappa": 0.11176167822865958, "Dimensionality": 0.0015465793304221252, "EquivalentNumberOfAtts": null, "J48.00001.AUC": 0.9817749787965896, "J48.00001.ErrRate": 0.04439592430858806, "J48.00001.Kappa": 0.9506616486549189, "J48.0001.AUC": 0.9817749787965896, "J48.0001.ErrRate": 0.04439592430858806, "J48.0001.Kappa": 0.9506616486549189, "J48.001.AUC": 0.9817749787965896, "J48.001.ErrRate": 0.04439592430858806, "J48.001.Kappa": 0.9506616486549189, "MajorityClassPercentage": 10.407569141193596, "MajorityClassSize": 1144, "MaxAttributeEntropy": null, "MaxKurtosisOfNumericAtts": 3.0507472845475934, "MaxMeansOfNumericAtts": 85.12026928675397, "MaxMutualInformation": null, "MaxNominalAttDistinctValues": 10, "MaxSkewnessOfNumericAtts": 0.9482646831122141, "MaxStdDevOfNumericAtts": 41.760399833120424, "MeanAttributeEntropy": null, "MeanKurtosisOfNumericAtts": -0.501042935533417, "MeanMeansOfNumericAtts": 50.711045533115005, "MeanMutualInformation": null, "MeanNoiseToSignalRatio": null, "MeanNominalAttDistinctValues": 10, "MeanSkewnessOfNumericAtts": -0.03919608212030848, "MeanStdDevOfNumericAtts": 29.77423823733485, "MinAttributeEntropy": null, "MinKurtosisOfNumericAtts": -1.6857931744696484, "MinMeansOfNumericAtts": 28.845342066957787, "MinMutualInformation": null, "MinNominalAttDistinctValues": 10, "MinSkewnessOfNumericAtts": -1.4911828752029315, "MinStdDevOfNumericAtts": 16.21857067549395, "MinorityClassPercentage": 9.597889374090247, "MinorityClassSize": 1055, "NaiveBayesAUC": 0.979688395024371, "NaiveBayesErrRate": 0.14255822416302766, "NaiveBayesKappa": 0.841573443111714, "NumberOfBinaryFeatures": 0, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 0, "PercentageOfMissingValues": 0, "PercentageOfNumericFeatures": 94.11764705882352, "PercentageOfSymbolicFeatures": 5.88235294117647, "Quartile1AttributeEntropy": null, "Quartile1KurtosisOfNumericAtts": -1.1972600845920125, "Quartile1MeansOfNumericAtts": 35.90636371906841, "Quartile1MutualInformation": null, "Quartile1SkewnessOfNumericAtts": -0.4250896848780795, "Quartile1StdDevOfNumericAtts": 26.506410017106628, "Quartile2AttributeEntropy": null, "Quartile2KurtosisOfNumericAtts": -0.7839021550500958, "Quartile2MeansOfNumericAtts": 48.52893013100446, "Quartile2MutualInformation": null, "Quartile2SkewnessOfNumericAtts": 0.08645947162697144, "Quartile2StdDevOfNumericAtts": 30.241492389979598, "Quartile3AttributeEntropy": null, "Quartile3KurtosisOfNumericAtts": -0.260617128652207, "Quartile3MeansOfNumericAtts": 59.604416848617134, "Quartile3MutualInformation": null, "Quartile3SkewnessOfNumericAtts": 0.44735729477907227, "Quartile3StdDevOfNumericAtts": 34.227219367990614, "REPTreeDepth1AUC": 0.9863827944554124, "REPTreeDepth1ErrRate": 0.06777656477438136, "REPTreeDepth1Kappa": 0.9246771388571129, "REPTreeDepth2AUC": 0.9863827944554124, "REPTreeDepth2ErrRate": 0.06777656477438136, "REPTreeDepth2Kappa": 0.9246771388571129, "REPTreeDepth3AUC": 0.9863827944554124, "REPTreeDepth3ErrRate": 0.06777656477438136, "REPTreeDepth3Kappa": 0.9246771388571129, "RandomTreeDepth1AUC": 0.9698982195381142, "RandomTreeDepth1ErrRate": 0.05413027656477438, "RandomTreeDepth1Kappa": 0.9398412673504434, "RandomTreeDepth2AUC": 0.9698982195381142, "RandomTreeDepth2ErrRate": 0.05413027656477438, "RandomTreeDepth2Kappa": 0.9398412673504434, "RandomTreeDepth3AUC": 0.9698982195381142, "RandomTreeDepth3ErrRate": 0.05413027656477438, "RandomTreeDepth3Kappa": 0.9398412673504434, "StdvNominalAttDistinctValues": 0, "kNN1NAUC": 0.9956000692054666, "kNN1NErrRate": 0.007914847161572052, "kNN1NKappa": 0.991204094219016 }, "tags": [ { "tag": "study_14", "uploader": "1" }, { "tag": "study_1", "uploader": "0" }, { "tag": "study_101", "uploader": "0" }, { "tag": "study_662", "uploader": "0" }, { "tag": "study_697", "uploader": "0" }, { "tag": "study_293", "uploader": "0" }, { "tag": "study_407", "uploader": "0" }, { "tag": "study_538", "uploader": "0" }, { "tag": "study_118", "uploader": "0" }, { "tag": "study_617", "uploader": "0" }, { "tag": "study_446", "uploader": "0" }, { "tag": "study_293", "uploader": "0" }, { "tag": "study_393", "uploader": "0" }, { "tag": "study_109", "uploader": "0" } ], "features": [ { "name": "class", "index": "16", "type": "nominal", "distinct": "10", "missing": "0", "target": "1", "distr": [ [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ], [ [ "1143", "0", "0", "0", "0", "0", "0", "0", "0", "0" ], [ "0", "1143", "0", "0", "0", "0", "0", "0", "0", "0" ], [ "0", "0", "1144", "0", "0", "0", "0", "0", "0", "0" ], [ "0", "0", "0", "1055", "0", "0", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "1144", "0", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1055", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "0", "1056", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "0", "0", "1142", "0", "0" ], [ "0", "0", "0", "0", "0", "0", "0", "0", "1055", "0" ], [ "0", "0", "0", "0", "0", "0", "0", "0", "0", "1055" ] ] ] }, { "name": "input9", "index": "8", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "57", "stdev": "34" }, { "name": "input16", "index": "15", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "29", "stdev": "36" }, { "name": "input15", "index": "14", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "47", "stdev": "42" }, { "name": "input14", "index": "13", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "35", "stdev": "33" }, { "name": "input13", "index": "12", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "55", "stdev": "22" }, { "name": "input12", "index": "11", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "35", "stdev": "27" }, { "name": "input11", "index": "10", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "61", "stdev": "37" }, { "name": "input10", "index": "9", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "34", "stdev": "27" }, { "name": "input1", "index": "0", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "39", "stdev": "34" }, { "name": "input8", "index": "7", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "44", "stdev": "30" }, { "name": "input7", "index": "6", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "51", "stdev": "31" }, { "name": "input6", "index": "5", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "66", "stdev": "27" }, { "name": "input5", "index": "4", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "50", "stdev": "34" }, { "name": "input4", "index": "3", "type": "numeric", "distinct": "98", "missing": "0", "min": "0", "max": "100", "mean": "84", "stdev": "19" }, { "name": "input3", "index": "2", "type": "numeric", "distinct": "101", "missing": "0", "min": "0", "max": "100", "mean": "41", "stdev": "26" }, { "name": "input2", "index": "1", "type": "numeric", "distinct": "96", "missing": "0", "min": "0", "max": "100", "mean": "85", "stdev": "16" } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }