Template:Use mdy datesTemplate:Short description Template:Redirect
In computer science, garbage in, garbage out (GIGO) is the concept that flawed, biased or poor quality ("garbage") information or input produces a result or output of similar ("garbage") quality. The adage points to the need to improve data quality in, for example, programming. Rubbish in, rubbish out (RIRO) is an alternate wording.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite book</ref>
The principle applies to all logical argumentation: soundness implies validity, but validity does not imply soundness.
HistoryEdit
The expression was popular in the early days of computing. The first known use is in a 1957 syndicated newspaper article about US Army mathematicians and their work with early computers,<ref name="newspapers">Template:Cite news</ref> in which an Army Specialist named William D. Mellin explained that computers cannot think for themselves, and that "sloppily programmed" inputs inevitably lead to incorrect outputs. The underlying principle was noted by the inventor of the first programmable computing device design:
<templatestyles src="Template:Blockquote/styles.css" />
On two occasions I have been asked, "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" ... I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.{{#if:Charles BabbagePassages from the Life of a Philosopher<ref>Template:Cite book</ref>|{{#if:|}}
— {{#if:|, in }}Template:Comma separated entries}}
{{#invoke:Check for unknown parameters|check|unknown=Template:Main other|preview=Page using Template:Blockquote with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | author | by | char | character | cite | class | content | multiline | personquoted | publication | quote | quotesource | quotetext | sign | source | style | text | title | ts }}
More recently, the Marine Accident Investigation Branch comes to a similar conclusion:
<templatestyles src="Template:Blockquote/styles.css" />
A loading computer is an effective and useful tool for the safe running of a ship. However, its output can only be as accurate as the information entered into it.{{#if:MAIBSAFETY FLYER Hoegh Osaka: Listing, flooding and grounding on 3 January 2015<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>|{{#if:|}}
— {{#if:|, in }}Template:Comma separated entries}}
{{#invoke:Check for unknown parameters|check|unknown=Template:Main other|preview=Page using Template:Blockquote with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | author | by | char | character | cite | class | content | multiline | personquoted | publication | quote | quotesource | quotetext | sign | source | style | text | title | ts }}
The term may have been derived from last-in, first-out (LIFO) or first-in, first-out (FIFO).<ref name="worldwidewords">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
UsesEdit
This phrase can be used as an explanation for the poor quality of a digitized audio or video file. Although digitizing can be the first step in cleaning up a signal, it does not, by itself, improve the quality. Defects in the original analog signal will be faithfully recorded, but might be identified and removed by a subsequent step by digital signal processing.
GIGO is also used to describe failures in human decision-making due to faulty, incomplete, or imprecise data.<ref>Template:Talk other</ref>
In audiology, GIGO describes the process that occurs at the dorsal cochlear nucleus (DCN) when auditory neuropathy spectrum disorder is present. This occurs when the neural firing from the cochlea has become unsynchronized, resulting in a static-filled sound being input into the DCN and then passed up the chain to the auditory cortex.<ref>Berlin, Hood, Russell, Morlet et al (2010) Multi-site diagnosis and management of 260 patients with Auditory Neuropathy-Dys-synchrony (Auditory Neuropathy Spectrum Disorder)</ref> The term was applied by Dan Schwartz at the 2012 Worldwide ANSD Conference, St. Petersburg, Florida, on 16 March 2012; and adopted as industry jargon to describe the electrical signal received by the dorsal cochlear nucleus and passed up the auditory chain to the superior olivary complex on the way to the auditory cortex destination.Template:Fact
GIGO was the name of a Usenet gateway program to FidoNet, MAUSnet, e.a.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The phrase may also be used in the context of machine learning, where poor-quality training data will inevitably lead to a poor-quality model.
See alsoEdit
- Algorithmic bias
- Computer says no
- FINO
- Auditory neuropathy spectrum disorder
- Standard error
- Undefined behavior
- Data processing inequality
- No free lunch theorem