קטלוג אחד של שיטות מחקר — למדו איך כל שיטה פועלת, מתי להשתמש בה ומה היא לא יכולה לעשות.
Taylor's tool life equation is an empirical relationship predicting how long a cutting tool remains usable before dulling or breaking, expressed as a function of cutting speed, feed rate, and depth of cut. Formulated by Frederick Winslow Taylor in 1907 from systematic experiments on metal cutting, this method provides
TCAS (Traffic Collision Avoidance System) is an airborne safety system that detects nearby aircraft using radar and mode C altitude reports, then provides traffic advisories (TAs) and recommended collision avoidance maneuvers (RAs) to flight crews. Mandated globally on commercial aircraft since 2000, TCAS is considered
Technical debt represents accumulated shortcuts, deferred maintenance, and design compromises that incur future costs through slower development, higher defect rates, and deployment difficulty. Introduced by Ward Cunningham (1992), technical debt measurement quantifies these burdens using metrics like code complexity,
Temporal expression extraction is a natural-language-processing task that detects dates, times, durations, and frequencies in text and normalises them to the TimeML/TIMEX3 standard. Building on the TempEval shared task introduced by Verhagen et al. (2007), it turns time references scattered through free text into struc
Terrain Contour Matching (TERCOM) is a terrain-aided navigation method that corrects position estimates by matching altimeter measurements against a stored digital elevation map (DEM). Developed by Boeing in the 1980s for cruise missile guidance, TERCOM enables accurate navigation in GPS-denied environments by exploiti
Terzaghi consolidation theory describes how water-saturated clay soils compress over time as excess pore water pressure dissipates and effective stress increases. Formulated by Karl Terzaghi in 1943, this foundational theory enables prediction of settlement rates for foundations on compressible soils, a critical design
Text classification, also called text categorization, is a supervised natural-language-processing task that automatically assigns documents to predefined categories. Building on the support-vector-machine approach to text categorization established by Joachims (1998) and consolidated in the text-mining literature by Ag
Text coherence scoring computes a document-level coherence score with machine learning, rooted in the entity-based local coherence model introduced by Barzilay and Lapata (2008). It measures how well the sentences of a text hang together, using either an entity-grid model, a graph-based approach, or a transformer-based
Text complexity analysis measures the linguistic difficulty of a text along dimensions such as syntactic complexity (sentence length, embedded clauses), lexical density, and referential chains. Grounded in readability research consolidated by Vajjala and Meurers (2014) and Crossley and colleagues (2011), it turns prose
Text deduplication is a corpus-quality pipeline that identifies and removes exact and near-duplicate documents from large text collections. Grounded in Andrei Broder's 1997 resemblance theory, it is widely used to improve dataset quality for machine learning model training, search engine indexing, and any downstream NL
Text frequency analysis is a descriptive text-mining method that counts how often words, n-grams, and phrases occur in a corpus to reveal content patterns and dominant themes. It rests on the frequency-distribution insight formalised by George K. Zipf (1949), that a few terms occur very often while most are rare, and i
Text infilling is a natural-language-processing task that completes missing words, phrases, or spans in a document by exploiting the surrounding context. Introduced as the cloze procedure by Wilson L. Taylor in 1953 as a readability measure, it was reformulated for neural models by Zhu et al. (2019) and is now used for
Text network analysis models the words or concepts in a text as nodes and their co-occurrences as edges, then uses network metrics to reveal the structure of meaning. The approach was advanced by Diesner and Carley (2005) for communication networks and by Paranyushkin (2011) for tracing the pathways of meaning circulat
Text normalization is an NLP preprocessing pipeline that converts noisy, abbreviated, or misspelled text — such as SMS messages, social-media posts, and OCR output — into a clean, standardised form. It is a prerequisite step for virtually every downstream NLP task, ensuring that inconsistent surface forms do not degrad
Text-based regression predicts a continuous target variable using features extracted from text — TF-IDF scores, embeddings, or n-grams — as the independent variables. Building on the text-as-data programme consolidated by Gentzkow, Kelly and Taddy (2019), it lets a numeric outcome such as a price, a rating, or a sentim
Text segmentation divides a long document into meaningful sections (segments) along topic or discourse boundaries. Introduced for subtopic passages by Marti A. Hearst's TextTiling (1997), it supports document-structure analysis and the detection of topic transitions in continuous text.
Automatic text summarization is a natural-language-processing task that condenses long documents into shorter summaries while preserving their key information. It works through one of two families of approaches — extractive summarization, which selects the most important spans from the source, or abstractive summarizat
Textual entailment, also known as natural language inference (NLI), is the natural-language-processing task of deciding whether one piece of text (the premise) entails a second piece of text (the hypothesis), contradicts it, or is neutral with respect to it. Formalised by the PASCAL Recognising Textual Entailment Chall
TF-IDF, introduced by Salton and Buckley (1988), is a term-weighting scheme that scores each word in a document by how often it appears there and how rare it is across the whole collection. It turns raw text into weighted document vectors, giving high weight to terms that are frequent in one document but uncommon elsew
Theodorsen flutter analysis is a classical aeroelastic method for predicting the onset of flutter, a self-excited oscillation where aerodynamic forces interact with elastic structural motion to cause rapid growth of oscillations. Developed by Theodore Theodorsen in 1935, the method uses frequency-domain analysis with T
Thermal Comfort Assessment is a method for evaluating indoor environmental conditions to predict whether occupants will feel thermally comfortable. Pioneered by Povl Ole Fanger in the 1970s, it combines measurements of air temperature, humidity, air speed, and thermal properties of clothing and activity to determine co
Thermogravimetric Analysis (TGA) is a thermal characterization technique that continuously measures mass loss or gain of a material as a function of temperature (or time at constant temperature). Developed systematically by William Wendlandt and colleagues in the 1960s, TGA identifies thermal transitions (evaporation,
Timeline extraction is a natural-language-processing task that identifies events mentioned in text, anchors each event to a temporal expression, and arranges them into a chronologically ordered timeline. Formalised through the TempEval shared tasks (Verhagen et al., 2010), it enables automatic reconstruction of histori
Token bucket is a simple and elegant algorithm for traffic shaping and rate limiting. A virtual bucket accumulates tokens at a fixed rate (the committed information rate). Incoming packets consume tokens (one token per byte); packets are transmitted only if sufficient tokens are available. If the bucket is full, excess
Latent Dirichlet Allocation (LDA) is a generative probabilistic model introduced by Blei, Ng and Jordan (2003) that extracts the hidden topic distributions underlying a collection of documents. It treats each document as a mixture of latent topics and each topic as a distribution over words, turning an unlabelled corpu
Topology Optimization is a computational method for distributing material optimally within a design space to maximize structural performance (strength, stiffness) while minimizing weight or cost. The Solid Isotropic Material with Penalization (SIMP) method, developed by Bendsoe and Kikuchi (1988), iteratively refines a
The Lighthill-Whitham-Richards (LWR) model is a macroscopic traffic flow model that treats traffic as a compressible fluid, applying conservation of vehicles and a flow-density relationship. Introduced independently by Lighthill and Whitham (1955) and Richards (1956), the model predicts traffic wave propagation, conges
The Transmission-Line Matrix (TLM) method is a direct discretization of Maxwell equations using an equivalent transmission line network. Introduced by Johns and Beurle in 1971, TLM models electromagnetic fields as voltage and current waves propagating on coupled transmission lines. The method is intuitive, numerically
Turbo codes, introduced by Berrou, Glavieux, and Thitimajshima in 1993, are a landmark in channel coding history. They achieve performance within 0.5 dB of the Shannon limit—the theoretical boundary for reliable communication—a feat previously thought impossible with practical complexity. Turbo codes use concatenated c
The unit hydrograph (UH) is a linear transformation that converts rainfall excess into streamflow for a watershed. Introduced by Sherman in 1932, the UH assumes that rainfall-runoff response is linear and time-invariant, enabling synthesis of flood hydrographs from design storms for dam spillway design and flood risk a
The Unscented Kalman Filter (UKF) is a nonlinear state estimation algorithm that approximates nonlinear systems without requiring explicit Jacobian computation. Introduced by Julier and Uhlmann in 1997, the UKF uses the unscented transform—a deterministic method to capture mean and covariance statistics through a caref
Urban Form Analysis is a systematic method for studying and characterizing the physical structure, layout, and historical development of cities and neighborhoods. Pioneered by M.R.G. Conzen in 1960, it examines how blocks, streets, plots, and buildings combine to create distinct urban patterns, and how these patterns i
Use case point (UCP) estimation quantifies software development effort by analyzing use cases and environmental factors. Introduced by Karner (1993) for Objectory methodology, UCP provides structured approach to estimate labor hours from system requirements. Organizations use UCP to forecast project duration, allocate
Vickers Hardness testing is a mechanical characterization technique for determining material hardness by pressing a diamond pyramid indenter into a material surface under controlled load and measuring the resulting indent dimensions. Invented by Smith and Sandland in 1922, Vickers hardness is applicable across an enorm
Washability analysis is a laboratory method that determines the feasibility and efficiency of density-based separation for coal or mineral beneficiation. By fractionating ore or coal into density bins using sink-float tests and assaying each fraction, engineers can optimize design of separation plants (dense-medium cyc
Wayfinding Analysis is a method for assessing how easily people can navigate and orient themselves in buildings and urban environments. Rooted in Kevin Lynch's concept of legibility and developed further by Romedi Passini, it combines cognitive psychology, design principles, and empirical testing to diagnose navigation
Weight and balance analysis is the process of determining the total weight of an aircraft and the location of its center of gravity (CG) throughout its operational envelope. Essential for aircraft safety and performance, weight and balance ensures that the CG remains within allowable limits (forward and aft) to maintai
The Windkessel model is a lumped-parameter representation of the arterial system that captures the pulsatile dynamics of blood flow and pressure using simple mechanical analogs (resistors and capacitors). Named after the German word for air chamber, it was formalized by Westerhof and colleagues in the late 1960s and re
Word sense disambiguation (WSD) is the natural-language-processing task of choosing the correct meaning of a polysemous word from its context. Surveyed by Navigli (2009), it resolves which sense of a many-meaning word applies in a given sentence, improving the quality of information retrieval, machine translation, and
Word2Vec is a neural word-embedding technique introduced by Mikolov and colleagues in 2013 that maps each word in a text corpus to a dense numeric vector. Words that appear in similar contexts end up close together in the vector space, so the embeddings capture semantic similarity that can be measured arithmetically.
X-ray Photoelectron Spectroscopy (XPS), also known as Electron Spectroscopy for Chemical Analysis (ESCA), is a surface-sensitive analytical technique that measures the kinetic energies of photoelectrons ejected from a material by high-energy X-rays. Developed by Kai Siegbahn in 1967, XPS determines elemental compositio
XRD Rietveld Refinement is a method for extracting detailed crystal structure information from powder diffraction data by comparing observed and calculated diffraction patterns through least-squares refinement. Developed by Hugo Rietveld in 1969, this technique enables determination of atomic positions, occupancies, th
Zero-shot classification is a natural-language-processing task that assigns text to categories described in plain language without requiring any labelled training data. Formalised as an entailment problem by Yin, Hay and Roth (2019), it lets a large pretrained language model recognise new categories on the fly simply b
Zero-Forcing (ZF) and Minimum Mean-Square Error (MMSE) equalization are fundamental linear receiver algorithms for combating intersymbol interference in dispersive channels. Developed in the context of data transmission theory, these methods form the basis of modern channel equalization in wireless and wired systems. W
Ziegler-Nichols Tuning is a practical, model-free method for tuning PID controller gains empirically. Published in 1942, this pioneering method requires only measurement of the system's step response (or closed-loop oscillations), making it applicable to any system without prior identification. Ziegler-Nichols remains