rashmi commited on
Commit
a1f8bd2
1 Parent(s): bd77eef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
  license: cc0-1.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
+ size_categories:
4
+ - 1K<n<10K
5
  ---
6
+ # Dataset Card for digits dataset
7
+ Optical recognition of handwritten digits dataset
8
+
9
+ ## Dataset Description
10
+
11
+ - **Homepage:** https://scikit-learn.org/stable/datasets/toy_dataset.html#digits-dataset
12
+
13
+ ### Dataset Summary
14
+
15
+ This is a copy of the test set of the UCI ML hand-written digits datasets https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits
16
+
17
+ The data set contains images of hand-written digits: 10 classes where each class refers to a digit.
18
+
19
+ Preprocessing programs made available by NIST were used to extract normalized bitmaps of handwritten digits from a preprinted form. From a total of 43 people, 30 contributed to the training set and different 13 to the test set. 32x32 bitmaps are divided into nonoverlapping blocks of 4x4 and the number of on pixels are counted in each block. This generates an input matrix of 8x8 where each element is an integer in the range 0..16. This reduces dimensionality and gives invariance to small distortions.
20
+
21
+ For info on NIST preprocessing routines, see M. D. Garris, J. L. Blue, G. T. Candela, D. L. Dimmick, J. Geist, P. J. Grother, S. A. Janet, and C. L. Wilson, NIST Form-Based Handprint Recognition System, NISTIR 5469, 1994.
22
+
23
+ ### Data Instances
24
+
25
+ Number of Instances:
26
+ 1797
27
+
28
+ Number of Attributes:
29
+ 64
30
+
31
+ Attribute Information:
32
+ 8x8 image of integer pixels in the range 0..16.
33
+
34
+ Missing Attribute Values:
35
+ None
36
+
37
+ Creator:
38
+ 5. Alpaydin (alpaydin ‘@’ boun.edu.tr)
39
+
40
+ Date:
41
+ July; 1998
42
+
43
+
44
+ ### Citation Information
45
+
46
+ References
47
+
48
+ C. Kaynak (1995) Methods of Combining Multiple Classifiers and Their Applications to Handwritten Digit Recognition, MSc Thesis, Institute of Graduate Studies in Science and Engineering, Bogazici University.
49
+
50
+ Alpaydin, C. Kaynak (1998) Cascading Classifiers, Kybernetika.
51
+
52
+ Ken Tang and Ponnuthurai N. Suganthan and Xi Yao and A. Kai Qin. Linear dimensionalityreduction using relevance weighted LDA. School of Electrical and Electronic Engineering Nanyang Technological University. 2005.
53
+
54
+ Claudio Gentile. A New Approximate Maximal Margin Classification Algorithm. NIPS. 2000.
55
+