File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,20 @@ We'll list the source files for each of the three:
1818
1919## Machine Learning Data Sets
2020``` text
21- iris.csv Data on different types of iris flowers
22- orings.csv Data from O-rings on space shuttle missions
23- restaurant.csv Restaurant example from the textbook
24- zoo.csv Animals and their characteristics
21+ iris.csv Data on different types of iris flowers
22+ orings.csv Data from O-rings on space shuttle missions
23+ restaurant.csv Restaurant example from the textbook
24+ zoo.csv Animals and their characteristics
2525
26- iris.txt Descriptions of the above files
26+ iris.txt Descriptions of the above files
2727 orings.txt
2828 zoo.txt
29+
30+ MNIST/
31+ train-images-idx3-ubyte 60,000 training images
32+ train-labels-idx1-ubyte 60,000 labels for training images
33+ t10k-images-idx3-ubyte 10,000 testing images
34+ t10k-labels-idx1-ubyte 10,000 labels for testing images
2935```
3036
3137## English text
You can’t perform that action at this time.
0 commit comments