Difference between revisions of "TDSM 12.9"
From The Data Science Design Manual Wikia
(Created page with "Encrypt date Delete data you no longer need Anonymize data Limit access only to authorized people Add physical protection to your data storage") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | An example of decision making where you would trust an algorithm to make as good or better decisions as a person: | |
− | + | Hand-written recognition. By using neural network the accuracy of the state-of-the-art system for this task is far better than human. | |
− | + | ||
− | + | For what tasks would you trust human judgment more than an algorithm? | |
− | + | Tasks which input data is unstructured and is difficult to be digitalized. Example: making conviction decisions on the court based on collected evidence. |
Latest revision as of 13:59, 12 December 2017
An example of decision making where you would trust an algorithm to make as good or better decisions as a person: Hand-written recognition. By using neural network the accuracy of the state-of-the-art system for this task is far better than human.
For what tasks would you trust human judgment more than an algorithm? Tasks which input data is unstructured and is difficult to be digitalized. Example: making conviction decisions on the court based on collected evidence.