Black-Box Algorithm
(Redirected from black-box)
Jump to navigation
Jump to search
A Black-Box Algorithm is an algorithm that ...
- Example(s):
- Counter-Example(s):
- See: Black Box, White-Box Algorithm, Black-Box System.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Black_box Retrieved:2015-1-2.
- In science, computing, and engineering, a black box is a device, system or object which can be viewed in terms of its input, output (or transfer characteristics) without any knowledge of its internal workings. Its implementation is "opaque" (black). Almost anything might be referred to as a black box: a transistor, an algorithm, or the human brain.
The opposite of a black box is a system where the inner components or logic are available for inspection, which is most\\ commonly referred to as a white box (sometimes also known as a "clear box" or a "glass box").
- In science, computing, and engineering, a black box is a device, system or object which can be viewed in terms of its input, output (or transfer characteristics) without any knowledge of its internal workings. Its implementation is "opaque" (black). Almost anything might be referred to as a black box: a transistor, an algorithm, or the human brain.
2006
- (Droste et al., 2006) ⇒ Stefan Droste, Thomas Jansen, and Ingo Wegener. (2006). “Upper and Lower Bounds for Randomized Search Heuristics in Black-box Optimization." Theory of computing systems 39, no. 4
2002
- (Gabor Melli, 2002) ⇒ Gabor Melli. (2002). “PredictionWorks' Data Mining Glossary." PredictionWorks.
- Black-Box Method: Any technique that does not explain how it achieved its results. A black-box method may be unsuitable for many applications where external experts are required to assess the reasonableness of the model. See Neural Nets.