tlucch-rootstrap commited on
Commit
5d4a824
·
verified ·
1 Parent(s): d9fb132

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -0
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+
13
+ # Dataset Card for Dataset Name
14
+
15
+ <!-- Provide a quick summary of the dataset. -->
16
+
17
+ This dataset card has 3 raw and 3 processed MRIs that are used by the Alzheimer Classifer Demo
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ <!-- Provide a longer summary of what this dataset is. -->
24
+
25
+ - **Curated by:** Rootstrap
26
+ - **License:** MIT
27
+
28
+ ### Dataset Sources [optional]
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Repository:** https://adni.loni.usc.edu/
33
+
34
+ ## Uses
35
+
36
+ <!-- Address questions around how the dataset is intended to be used. -->
37
+
38
+ The dataset is used for the demo
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section describes suitable use cases for the dataset. -->
43
+
44
+ This dataset is intended to use only for the demo
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
49
+
50
+ This dataset was not used for training the model and can not be used for training a new model as it is very limited.
51
+ In addition, this MRIs are sensitive, so its use has to be approved by the Alzheimer’s Disease Neuroimaging Initiative (ADNI)
52
+
53
+ ## Dataset Structure
54
+
55
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
56
+
57
+ The dataset consist of 3 MRI, one for each classification class. Each of this MRIs can be seen in its raw state and in its processed state.
58
+ So we have a total of 6 MRIs divided into raw and processed folders each of them consisting of 3 MRIs.
59
+
60
+ ## Dataset Creation
61
+
62
+ ### Curation Rationale
63
+
64
+ <!-- Motivation for the creation of this dataset. -->
65
+
66
+ This dataset was created for the demo
67
+
68
+ ### Source Data
69
+
70
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
71
+
72
+ This MRIs where obtained from the Alzheimer’s Disease Neuroimaging Initiative (ADNI)
73
+
74
+ #### Data Collection and Processing
75
+
76
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
77
+
78
+ For creating the model 1614 MRIs were used. From this original dataset, 1 MRI from each class was gathered.
79
+
80
+ #### Who are the source data producers?
81
+
82
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
83
+
84
+ This MRIs where created by different researchers which colaborate with the Alzheimer’s Disease Neuroimaging Initiative (ADNI)
85
+
86
+ ## Bias, Risks, and Limitations
87
+
88
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
89
+
90
+ As we stated before, this dataset is only ment to be used for the demo and cannot be reproduced in any way.
91
+
92
+ ### Recommendations
93
+
94
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
95
+
96
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
97
+
98
+ ## Dataset Card Authors [optional]
99
+
100
+ Rootstrap
101
+
102
+ ## Dataset Card Contact
103
+
104
+ [More Information Needed]