New Articles (Page 336)
To stay up to date you can also follow on Mastodon.
๐ Dancing mania
Dancing mania (also known as dancing plague, choreomania, St. John's Dance and St. Vitus's Dance) was a social phenomenon that occurred primarily in mainland Europe between the 14th and 17th centuries. It involved groups of people dancing erratically, sometimes thousands at a time. The mania affected men, women, and children who danced until they collapsed from exhaustion. One of the first major outbreaks was in Aachen, in the Holy Roman Empire, in 1374, and it quickly spread throughout Europe; one particularly notable outbreak occurred in Strasbourg in 1518, also in the Holy Roman Empire.
Affecting thousands of people across several centuries, dancing mania was not an isolated event, and was well documented in contemporary reports. It was nevertheless poorly understood, and remedies were based on guesswork. Often musicians accompanied dancers, due to a belief that music would treat the mania, but this tactic sometimes backfired by encouraging more to join in. There is no consensus among modern-day scholars as to the cause of dancing mania.
The several theories proposed range from religious cults being behind the processions to people dancing to relieve themselves of stress and put the poverty of the period out of their minds. It is speculated to have been a mass psychogenic illness, in which physical symptoms with no known physical cause are observed to affect a group of people, as a form of social influence.
Discussed on
- "Dancing mania" | 2018-02-02 | 82 Upvotes 20 Comments
๐ GaussโMarkov theorem
In statistics, the GaussโMarkov theorem states that the ordinary least squares (OLS) estimator has the lowest sampling variance within the class of linear unbiased estimators, if the errors in the linear regression model are uncorrelated, have equal variances and expectation value of zero. The errors do not need to be normal, nor do they need to be independent and identically distributed (only uncorrelated with mean zero and homoscedastic with finite variance). The requirement that the estimator be unbiased cannot be dropped, since biased estimators exist with lower variance. See, for example, the JamesโStein estimator (which also drops linearity) or ridge regression.
The theorem was named after Carl Friedrich Gauss and Andrey Markov, although Gauss' work significantly predates Markov's. But while Gauss derived the result under the assumption of independence and normality, Markov reduced the assumptions to the form stated above. A further generalization to non-spherical errors was given by Alexander Aitken.
๐ Lojban
Lojban (pronounced [หloสban] (listen)) is a constructed, syntactically unambiguous human language created by the Logical Language Group and succeeding the Loglan project.
The Logical Language Group (LLG) began developing Lojban in 1987. The LLG sought to realize Loglan's purposes, and further improve the language by making it more usable and freely available (as indicated by its official full English title, "Lojban: A Realization of Loglan"). After a long initial period of debating and testing, the baseline was completed in 1997, and published as The Complete Lojban Language. In an interview in 2010 with The New York Times, Arika Okrent, the author of In the Land of Invented Languages, stated: "The constructed language with the most complete grammar is probably Lojbanโa language created to reflect the principles of logic."
Lojban is proposed as a speakable language for communication between people of different language backgrounds, as a potential means of machine translation and to explore the intersection of human language and software.
๐ Sussman anomaly
The Sussman anomaly is a problem in artificial intelligence, first described by Gerald Sussman, that illustrates a weakness of noninterleaved planning algorithms, which were prominent in the early 1970s. In the problem, three blocks (labeled A, B, and C) rest on a table. The agent must stack the blocks such that A is atop B, which in turn is atop C. However, it may only move one block at a time. The problem starts with B on the table, C atop A, and A on the table:
However, noninterleaved planners typically separate the goal (stack A atop B atop C) into subgoals, such as:
- get A atop B
- get B atop C
Suppose the planner starts by pursuing Goal 1. The straightforward solution is to move C out of the way, then move A atop B. But while this sequence accomplishes Goal 1, the agent cannot now pursue Goal 2 without undoing Goal 1, since both A and B must be moved atop C:
If instead the planner starts with Goal 2, the most efficient solution is to move B. But again, the planner cannot pursue Goal 1 without undoing Goal 2:
The problem was first identified by Sussman as a part of his PhD research. Sussman (and his supervisor, Marvin Minsky) believed that intelligence requires a list of exceptions or tricks, and developed a modular planning system for "debugging" plans. Most modern planning systems can handle this anomaly, but it is still useful for explaining why planning is non-trivial.
Discussed on
- "Sussman anomaly" | 2018-01-15 | 151 Upvotes 41 Comments
๐ Har Gobind Khorana
Har Gobind Khorana (9 January 1922 โ 9 November 2011) was an Indian-American biochemist. While on the faculty of the University of WisconsinโMadison, he shared the 1968 Nobel Prize for Physiology or Medicine with Marshall W. Nirenberg and Robert W. Holley for research that showed the order of nucleotides in nucleic acids, which carry the genetic code of the cell and control the cell's synthesis of proteins. Khorana and Nirenberg were also awarded the Louisa Gross Horwitz Prize from Columbia University in the same year.
Born in British India, Khorana served on the faculties of three universities in North America. He became a naturalized citizen of the United States in 1966, and received the National Medal of Science in 1987.
๐ Akaike information criterion
The Akaike information criterion (AIC) is an estimator of out-of-sample prediction error and thereby relative quality of statistical models for a given set of data. Given a collection of models for the data, AIC estimates the quality of each model, relative to each of the other models. Thus, AIC provides a means for model selection.
AIC is founded on information theory. When a statistical model is used to represent the process that generated the data, the representation will almost never be exact; so some information will be lost by using the model to represent the process. AIC estimates the relative amount of information lost by a given model: the less information a model loses, the higher the quality of that model.
In estimating the amount of information lost by a model, AIC deals with the trade-off between the goodness of fit of the model and the simplicity of the model. In other words, AIC deals with both the risk of overfitting and the risk of underfitting.
The Akaike information criterion is named after the Japanese statistician Hirotugu Akaike, who formulated it. It now forms the basis of a paradigm for the foundations of statistics; as well, it is widely used for statistical inference.
Discussed on
- "Akaike information criterion" | 2018-01-08 | 36 Upvotes 15 Comments
๐ ElitzurโVaidman bomb tester
The ElitzurโVaidman bomb-tester is a quantum mechanics thought experiment that uses interaction-free measurements to verify that a bomb is functional without having to detonate it. It was conceived in 1993 by Avshalom Elitzur and Lev Vaidman. Since their publication, real-world experiments have confirmed that their theoretical method works as predicted.
The bomb tester takes advantage of two characteristics of elementary particles, such as photons or electrons: nonlocality and wave-particle duality. By placing the particle in a quantum superposition, it is possible for the experiment to verify that the bomb works without triggering its detonation, although there is still a 50% chance that the bomb will detonate in the effort.
Discussed on
- "ElitzurโVaidman bomb tester" | 2018-01-06 | 55 Upvotes 6 Comments
- "The bomb-testing problem in quantum mechanics" | 2008-01-24 | 25 Upvotes 4 Comments
๐ Whistled language
Whistled languages use whistling to emulate speech and facilitate communication. A whistled language is a system of whistled communication which allows fluent whistlers to transmit and comprehend a potentially unlimited number of messages over long distances. Whistled languages are different in this respect from the restricted codes sometimes used by herders or animal trainers to transmit simple messages or instructions. Generally, whistled languages emulate the tones or vowel formants of a natural spoken language, as well as aspects of its intonation and prosody, so that trained listeners who speak that language can understand the encoded message.
Whistled language is rare compared to spoken language, but it is found in cultures around the world. It is especially common in tone languages where the whistled tones transmit the tones of the syllables (tone melodies of the words). This might be because in tone languages the tone melody carries more of the functional load of communication while non-tonal phonology carries proportionally less. The genesis of a whistled language has never been recorded in either case and has not yet received much productive study.
Discussed on
- "Whistled language" | 2017-12-30 | 37 Upvotes 8 Comments
๐ IKEA Effect
The IKEA effect is a cognitive bias in which consumers place a disproportionately high value on products they partially created. The name derives from the name of Swedish manufacturer and furniture retailer IKEA, which sells many furniture products that require assembly.
The IKEA effect has been described as follows: "The price is low for IKEA products largely because they take labor out of the equation. With a Phillips screwdriver, an Allen wrench and rubber mallet, IKEA customers can very literally build an entire home's worth of furniture on a very tight budget. But what happens when they do?" They "fall in love with their IKEA creations. Even when there are parts missing and the items are incorrectly built, customers in the IKEA study still loved the fruits of their labors."
Discussed on
- "IKEA Effect" | 2021-01-18 | 13 Upvotes 1 Comments
- "IKEA Effect" | 2017-12-30 | 256 Upvotes 118 Comments
๐ Blissymbols, an Ideographic Writing System
Blissymbols or Blissymbolics is a constructed language conceived as an ideographic writing system called Semantography consisting of several hundred basic symbols, each representing a concept, which can be composed together to generate new symbols that represent new concepts. Blissymbols differ from most of the world's major writing systems in that the characters do not correspond at all to the sounds of any spoken language.
Blissymbols was published by Charles K. Bliss in 1949 and found use in the education of people with communication difficulties.
Discussed on
- "Blissymbols โ Ideographic Writing System" | 2024-04-04 | 35 Upvotes 14 Comments
- "Blissymbols" | 2020-08-05 | 81 Upvotes 46 Comments
- "Blissymbols, an Ideographic Writing System" | 2019-01-22 | 13 Upvotes 4 Comments