Forensic scienceForensic science, also known as criminalistics, is the application of science to criminal and civil laws. During criminal investigation in particular, it is governed by the legal standards of admissible evidence and criminal procedure. It is a broad field utilizing numerous practices such as the analysis of DNA, fingerprints, bloodstain patterns, firearms, ballistics, and toxicology. Forensic scientists collect, preserve, and analyze scientific evidence during the course of an investigation.
PerceptionPerception () is the organization, identification, and interpretation of sensory information in order to represent and understand the presented information or environment. All perception involves signals that go through the nervous system, which in turn result from physical or chemical stimulation of the sensory system. Vision involves light striking the retina of the eye; smell is mediated by odor molecules; and hearing involves pressure waves.
Divide-and-conquer algorithmIn computer science, divide and conquer is an algorithm design paradigm. A divide-and-conquer algorithm recursively breaks down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem. The divide-and-conquer technique is the basis of efficient algorithms for many problems, such as sorting (e.g., quicksort, merge sort), multiplying large numbers (e.
Outline of human intelligenceThe following outline is provided as an overview of and topical guide to human intelligence: Human intelligence is, in the human species, the mental capacities to learn, understand, and reason, including the capacities to comprehend ideas, plan, solve problems, and use language to communicate. Collective intelligence Collective wisdom Common sense Noogenesis Humanistic intelligence Outline of thought Cognition and mental processing Child prodigy List of child prodigies Genius Polymath Intellectual disabili
Forensic psychologyForensic psychology is the practice of psychology applied to the law. Forensic psychology is the application of scientific knowledge and methods to help answer legal questions arising in criminal, civil, contractual, or other judicial proceedings. Forensic psychology includes research on various psychology-law topics, such as jury selection, reducing systemic racism in criminal law, eyewitness testimony, evaluating competency to stand trial, or assessing military veterans for service-connected disability compensation.
Document classificationDocument classification or document categorization is a problem in library science, information science and computer science. The task is to assign a document to one or more classes or categories. This may be done "manually" (or "intellectually") or algorithmically. The intellectual classification of documents has mostly been the province of library science, while the algorithmic classification of documents is mainly in information science and computer science.
Optical illusionIn visual perception, an optical illusion (also called a visual illusion) is an illusion caused by the visual system and characterized by a visual percept that arguably appears to differ from reality. Illusions come in a wide variety; their categorization is difficult because the underlying cause is often not clear but a classification proposed by Richard Gregory is useful as an orientation. According to that, there are three main classes: physical, physiological, and cognitive illusions, and in each class there are four kinds: Ambiguities, distortions, paradoxes, and fictions.
DBSCANDensity-based spatial clustering of applications with noise (DBSCAN) is a data clustering algorithm proposed by Martin Ester, Hans-Peter Kriegel, Jörg Sander and Xiaowei Xu in 1996. It is a density-based clustering non-parametric algorithm: given a set of points in some space, it groups together points that are closely packed together (points with many nearby neighbors), marking as outliers points that lie alone in low-density regions (whose nearest neighbors are too far away).