ScholarGate
探索
文库我的文库桌面预检Review Studio助手
工作区
对比
打造您的书架

保存方法、整理合集,并将它们带到您的桌面。

创建账户
文库 / 浏览
登录
方法库

按方法、领域与证据探索科学。

一个汇集研究方法的目录——了解每种方法如何运作、何时使用以及它做不到什么。

6,575 方法11 领域7 方法家族40 语言
科学图谱在使用之前,先绘制科学的结构图。领域 · 方法 · 证据路径探索图谱
领域Health & Medicine716Psychology570Business & Finance410Engineering330Life Sciences263Education261Research Practice248Natural Sciences
ScholarGate

以内容为本的研究方法参考文库——每种方法是什么、如何运作、源自何处。

开放数据(CC-BY)

探索

  • 文库
  • 搜索方法…
  • 按领域浏览
  • 学科领域
  • 历程
  • 对比
  • 该用哪种方法?

参考

  • 学科
  • 图集
  • 术语表
  • 方法论
  • 哲学

工作区

  • 我的文库
  • 桌面
  • 聊天

公司

  • 关于
  • 价格
  • 联系我们
  • 建议新方法

本词条系根据已发表文献整理,仅供参考。核实任何信息的准确性及其是否适用于您的具体用途,仍由您自行负责。

© 2026 ScholarGate · 研究方法参考文库
  • 隐私
  • Cookie
  • 条款
  • 删除账户
236
Social Sciences185
Environment & Sustainability160
Law30
方法统计学1,836人工智能与机器学习1,661决策科学932研究方法1,354测量1,745因果与证据532研究实践118
1,522 种方法 · 人工智能与机器学习清除
与筛选条件匹配的真实方法。
排序热门程度A–ZZ–A最新
bioinformatics

Differential Variant Calling

Differential variant calling is a bioinformatics pipeline that identifies genetic variants — single nucleotide variants (SNVs), small insertions/deletions (indels), and structural variants — that are present in one biological sample or condition but absent (or significantly enriched) in a paired reference sample. The c

2 个来源2009
cryptography

Diffie-Hellman Key Exchange

The Diffie-Hellman key exchange, invented by Whitfield Diffie and Martin Hellman in 1976, is a foundational protocol for establishing a shared secret over an insecure communication channel. Two parties who have never previously communicated can use Diffie-Hellman to agree on a symmetric encryption key that an eavesdrop

3 个来源1976
telecommunications

DiffServ

DiffServ is a QoS architecture providing scalable, class-based service differentiation in networks. Introduced by IETF (1998), DiffServ marks packets with a Differentiated Services Code Point (DSCP) in the IP header, enabling routers to apply per-hop-behaviors (PHBs) based on markings. Unlike IntServ (which reserves re

2 个来源1998
deep learning

Diffusion Model

A diffusion model is a generative deep-learning method, introduced by Ho, Jain and Abbeel in 2020 (DDPM), that learns to produce high-quality images, audio and molecular structures by reversing a step-by-step noising process. It has largely displaced GANs as the current state of the art in generative modelling.

2 个来源2020
cryptography

Digital Signature Scheme

A digital signature scheme provides authentication, integrity assurance, and non-repudiation of electronically signed documents. Using public-key cryptography (such as RSA, DSA, or ECDSA), the originator signs a message with a private key in a way that any recipient can verify the signature using the originator's publi

3 个来源1978
simulation

Digital Twin Simulation

Digital Twin Simulation, first conceptualised by Michael Grieves at the University of Michigan around 2002 and formally described in his 2014 white paper, creates a continuously updated virtual copy of a physical system by fusing real-time sensor data with a mechanistic (physics-based) model and machine-learning compon

2 个来源2002
deep learning

Dilated CNN

A Dilated CNN is a one-dimensional convolutional network whose receptive field grows exponentially with depth, letting it model long-range structure in time series and audio signals. WaveNet (van den Oord et al., 2016) and the Temporal Convolutional Network of Bai, Kolter and Koltun (2018) are the prominent members of

2 个来源2016
fluid dynamics

Direct Numerical Simulation

Direct Numerical Simulation (DNS) is a computational approach that solves the Navier-Stokes equations without turbulence models, resolving all scales of motion from the largest energy-containing eddies down to the smallest dissipative scales (Kolmogorov microscales). Pioneered by Steven Orszag in 1971, DNS provides com

3 个来源1971
deep learning

Direct Preference Optimization

Direct Preference Optimization (DPO) is a training method introduced by Rafailov et al. in 2023 that aligns language models with human preferences without requiring an explicit reward model. By directly optimizing for preference pairs (better response vs worse response), DPO simplifies the training pipeline compared to

1 个来源2023
control theory

Direct Torque Control

Direct Torque Control (DTC) is a method for controlling induction motors by directly manipulating magnetic flux and torque through switching of power converter inverter arms. Introduced by Takahashi and Noguchi in 1986, DTC provides fast torque response, low harmonic distortion, and robust performance without requiring

2 个来源1986
network analysis

Directed Betweenness Centrality

Directed Betweenness Centrality extends Freeman's classic betweenness measure to directed graphs, quantifying how often a node lies on the shortest directed paths between all other pairs of nodes. It identifies gatekeepers, brokers, and bottlenecks in asymmetric flows such as information cascades, citation networks, an

2 个来源1977
network analysis

Directed Closeness Centrality

Directed closeness centrality extends the classical closeness measure to directed networks by separately quantifying how quickly a node can be reached by others (in-closeness) and how quickly it can reach all others (out-closeness). It is a foundational node-level metric in social network analysis and graph theory, use

2 个来源1979
network analysis

Directed Community Detection

Directed community detection identifies densely interconnected groups of nodes in a directed network, accounting for the asymmetry of edges (e.g., A follows B does not imply B follows A). Adapting modularity or flow-based criteria to directed graphs reveals clusters that undirected methods systematically miss, making i

2 个来源2008
network analysis

Directed Ego Network Analysis

Directed ego network analysis examines the personal network of a focal node — the ego — by distinguishing the direction of each tie: who sends resources, support, or information to the ego, and to whom the ego sends them. This asymmetric perspective reveals role differentiation, dependence, and brokerage that undirecte

2 个来源1954
network analysis

Directed Eigenvector Centrality

Directed eigenvector centrality extends the classic eigenvector centrality to directed graphs by scoring each node according to the centrality of the nodes that point to it (in-direction) or that it points to (out-direction). A node earns a high score not merely by having many connections but by being connected to othe

2 个来源1972
network analysis

Directed Exponential Random Graph Model

The Directed Exponential Random Graph Model (Directed ERGM) is a family of statistical models for directed networks that estimates the probability of observing a given directed graph as a function of structural configurations — such as reciprocity, transitive triads, and in-degree centralization — and node or dyad cova

2 个来源1986
network analysis

Directed Knowledge Graph Analysis

Directed Knowledge Graph Analysis represents factual knowledge as a directed labeled multigraph of entities (nodes) and typed relations (directed edges), enabling structured reasoning, inference, and discovery over large heterogeneous datasets. The direction of edges encodes asymmetric relationships such as 'authored-b

2 个来源2000
network analysis

Directed Modularity Analysis

Directed modularity analysis extends the classic Newman-Girvan modularity framework to directed graphs, where edges carry a source and a destination. Formalized by Leicht and Newman in 2008, it partitions nodes into communities by maximizing a modularity score that accounts for each node's separate in-degree and out-de

2 个来源2008
network analysis

Directed Multiplex Network Analysis

Directed multiplex network analysis models systems where the same set of nodes are connected by multiple types of directed (asymmetric) relationships across distinct layers — such as citation flows, information cascades, or authority hierarchies co-existing simultaneously. It extends multiplex network analysis by prese

2 个来源2013
network analysis

Directed Network Diffusion Analysis

Directed network diffusion analysis studies how information, disease, behavior, or influence spreads through a network in which edges carry direction — meaning transmission flows one way along each link. It combines graph-theoretic representations with stochastic spreading models such as independent cascade, linear thr

2 个来源2003
network analysis

Directed PageRank

Directed PageRank is a link-based authority scoring algorithm that assigns importance scores to nodes in a directed graph by iteratively redistributing rank through outgoing edges. Introduced by Brin and Page in 1998 as the backbone of Google Search, it measures not just how many in-links a node has but how authoritati

2 个来源1998
network analysis

Directed Social Network Analysis

Directed Social Network Analysis (directed SNA) studies networks in which every tie has an explicit direction — from a sender to a receiver — rather than treating relationships as symmetric. It extends the classical SNA toolkit with in-degree, out-degree, reciprocity, and asymmetric path measures, making it the appropr

2 个来源1994
network analysis

Directed Two-Mode Network Analysis

Directed two-mode network analysis studies bipartite graphs in which nodes belong to two distinct sets — such as actors and events, authors and papers, or firms and markets — and edges carry a direction, capturing asymmetric relationships like citation, referral, or endorsement. Combining the duality of two-mode struct

2 个来源1997
privacy

Disclosure Risk Assessment

Disclosure Risk Assessment is a probabilistic framework introduced by Duncan and Lambert (1989) for quantifying how likely it is that releasing microdata — individual-level records from surveys or administrative files — will allow an outside party to identify a specific respondent or infer sensitive attributes. It is u

1 个来源1989
text mining

Discourse Parsing

Discourse parsing is a natural-language-processing task that models the rhetorical relations between sentences and paragraphs of a text — relations such as cause, contrast, and elaboration — and represents them as a tree structure. It works within established frameworks, principally Rhetorical Structure Theory (RST), i

2 个来源1988
simulation

Discrete Choice Simulation

Discrete choice simulation is a behavioural modelling method — grounded in random utility theory formalised by Daniel McFadden in the 1970s and extended to simulation-based estimation by Kenneth Train — that estimates how individuals choose among mutually exclusive alternatives and then uses those estimated preference

2 个来源1974
time series

Discrete Wavelet Transform

The discrete wavelet transform (DWT) is a fast, computationally efficient method for decomposing signals into different frequency and time components using orthogonal or biorthogonal wavelet functions. Developed rigorously by Ingrid Daubechies (1992) and built on Mallat's multiresolution decomposition theory (1989), th

3 个来源1992
simulation

Discrete-Event Simulation

Discrete-Event Simulation (DES) is a computational modeling paradigm in which the state of a system changes only at a countable sequence of points in time — the events. Between events nothing changes, so the simulation clock jumps directly from one event to the next. Formalized through the foundational textbooks of Ban

2 个来源1960
simulation

Discrete-Event System Simulation

Discrete-event system simulation (DES) is a computational modelling technique in which the state of a system changes only at discrete points in time — called events — such as a customer arriving, a machine starting, or a job completing. Formalised through foundational texts by Kelton, Sadowski, and Zupick (2014) and La

2 个来源1960
deep learning

DLinear

DLinear is a lightweight time series forecasting model introduced by Zeng et al. at AAAI 2023. It challenges the prevailing assumption that Transformer-based architectures are necessary for accurate long-horizon forecasting. The model decomposes an input sequence into trend and seasonal components using a moving averag

1 个来源2023
text mining

Doc2Vec

Doc2Vec, also known as Paragraph Vector, is a representation-learning method introduced by Le and Mikolov (2014) that maps whole documents to fixed-length dense vectors. These vectors place similar documents close together in space, supporting document comparison and classification.

1 个来源2014
text mining

Document Clustering

Document clustering is an unsupervised text-mining task that groups documents with similar content together without using any labels. It is used to organise large collections and for exploratory analysis, drawing on the body of text-mining techniques consolidated by Aggarwal and Zhai (2012) and compared empirically by

2 个来源
text mining

Domain Adaptation

Domain adaptation is a natural-language-processing technique that takes a general pretrained language model and fine-tunes it on target-domain data so that it performs better in specialised fields such as medicine, law, and finance. It builds on the transfer-learning ideas behind work like Blitzer et al. (2007) on cros

2 个来源
deep learning

Domain-adaptive Convolutional Neural Network

A domain-adaptive CNN trains a convolutional network on a labeled source domain and adapts its learned feature representations to an unlabeled or lightly labeled target domain, bridging the distribution gap so that visual classifiers transfer reliably across datasets, sensors, or imaging conditions without full re-anno

2 个来源2015
deep learning

Domain-adaptive Doc2Vec

Domain-adaptive Doc2Vec adapts the Paragraph Vector (Doc2Vec) framework so that document embeddings learned on a source domain transfer effectively to a target domain. By aligning the representation space across domains during or after training, the model produces embeddings that are informative on both, enabling cross

2 个来源2014
deep learning

Domain-adaptive GAN

A Domain-Adaptive GAN combines generative adversarial learning with domain adaptation to bridge the distribution gap between a labeled source domain and an unlabeled or sparsely labeled target domain. By training a generator and discriminator adversarially, the model learns domain-invariant representations or translate

2 个来源2016
deep learning

Domain-adaptive image classification

Domain-adaptive image classification trains a visual classifier on a labeled source domain and adapts it to a target domain where labeled data are scarce or absent. By aligning feature distributions across domains, the model retains discriminative accuracy on the target distribution without requiring full target re-ann

2 个来源2015
deep learning

Domain-adaptive Instance Segmentation

Domain-adaptive instance segmentation extends Mask R-CNN-style architectures to operate across distribution shifts — training on a labeled source domain (e.g., synthetic renderings or daytime images) and adapting to an unlabeled or weakly labeled target domain (e.g., real scenes or nighttime footage). Adversarial featu

2 个来源2018
deep learning

Domain-adaptive Multilayer Perceptron

A domain-adaptive multilayer perceptron (DA-MLP) is a feedforward neural network trained to learn representations that are useful across a labeled source domain and an unlabeled or differently distributed target domain. By minimizing both a task loss and a domain-discrepancy objective, the MLP generalizes to the target

2 个来源2006
deep learning

Domain-adaptive Named Entity Recognition

Domain-adaptive Named Entity Recognition (DA-NER) applies named entity recognition to a target domain by transferring or adapting a model trained on a source domain, using techniques such as domain-specific pre-training, adversarial alignment, or feature augmentation. It addresses the performance collapse that standard

2 个来源2006
deep learning

Domain-adaptive NMF Topic Model

Domain-adaptive NMF Topic Modeling applies Non-negative Matrix Factorization to discover latent topics across text from multiple domains, using regularization or shared basis constraints to transfer topic knowledge from a resource-rich source domain to a target domain with limited labeled data. It combines interpretabl

2 个来源1999
deep learning

Domain-adaptive Question Answering

Domain-adaptive Question Answering (DA-QA) adapts a pre-trained language model — typically BERT or RoBERTa — first trained on general QA benchmarks such as SQuAD to answer questions accurately in a new target domain (e.g., biomedical, legal, financial) where labelled data is scarce. Combining domain-adaptive pre-traini

2 个来源2019
deep learning

Domain-adaptive Recurrent Neural Network

A Domain-adaptive Recurrent Neural Network (DA-RNN) is a recurrent neural network trained on a source domain and adapted to a target domain using domain adaptation techniques such as adversarial training, feature alignment, or fine-tuning. It enables sequential models to generalise across domains when labeled target-do

2 个来源2010
deep learning

Domain-adaptive reinforcement learning

Domain-Adaptive Reinforcement Learning (DARL) extends standard RL by enabling a policy trained in one environment or domain to transfer and generalise effectively to a different but related target domain. It addresses the domain-shift problem — where dynamics, observations, or reward structures differ between training

2 个来源2009
deep learning

Domain-adaptive RoBERTa-based Classification

Domain-adaptive RoBERTa-based classification extends the RoBERTa transformer by first continuing its masked-language-model pretraining on a domain-specific corpus before fine-tuning for a classification task. This two-stage adaptation bridges the gap between general web-crawled training data and specialized fields such

2 个来源2019
deep learning

Domain-adaptive sentence embeddings

Domain-adaptive sentence embeddings extend general-purpose sentence encoders — such as Sentence-BERT — by continuing their training on domain-specific text. The result is a fixed-length vector representation that captures both universal language understanding and the vocabulary, style, and semantic nuances of the targe

2 个来源2019
deep learning

Domain-adaptive Sentiment Analysis

Domain-adaptive sentiment analysis trains a sentiment model on one or more labeled source domains (e.g., product reviews) and adapts it to a target domain (e.g., social media posts or news) where labels are scarce or absent. By bridging the vocabulary and distributional gap between domains, it achieves strong sentiment

2 个来源2007
deep learning

Domain-adaptive Text Summarization

Domain-adaptive text summarization fine-tunes or adapts a pre-trained sequence-to-sequence language model on a target domain corpus so that summaries conform to domain-specific vocabulary, style, and factual constraints. It bridges the gap between general-purpose summarization models trained on news or web data and spe

2 个来源2019
deep learning

Domain-adaptive transformer

A Domain-Adaptive Transformer (DAT) is a Transformer-based model — such as BERT or ViT — extended with an explicit domain-alignment objective so that learned representations transfer well from a labeled source domain to a different, often unlabeled, target domain. The approach combines the powerful representation capac

2 个来源2019
deep learning

Domain-adaptive vision transformer

Domain-Adaptive Vision Transformer (DA-ViT) applies domain adaptation techniques — such as adversarial alignment, self-training, or attention-level bridging — on top of a pretrained Vision Transformer backbone to transfer visual knowledge from a labeled source domain to an unlabeled or lightly labeled target domain, re

2 个来源2021
deep learning

Domain-adaptive Word2Vec

Domain-adaptive Word2Vec trains or fine-tunes Word2Vec embeddings on a domain-specific text corpus so that word vectors capture the specialized vocabulary, semantic relationships, and jargon of a target field — such as clinical medicine, legal text, financial reports, or scientific literature — rather than reflecting g

2 个来源2013
nuclear physics

Dosimetry Measurement

Dosimetry measurement is the experimental quantification of radiation dose and exposure, originating from Röntgen and Becquerel's 1890s discoveries. It employs specialized detectors (ion chambers, TLD, Geiger counters) to measure photon and particle energy deposition in biological tissue or materials, providing direct

2 个来源1896
oceanography

Drifter Lagrangian Analysis

Drifter Lagrangian analysis tracks the motion of water parcels using surface drifters (buoys with attached drogues) to measure ocean currents directly. Developed by Robert Davis in the 1980s, this method provides direct observation of water parcel trajectories and enables estimation of eddy diffusivity, transport pathw

2 个来源1985
electrical engineering

Droop Control

Droop Control is a decentralized control method that enables independent generators (inverters, microgrids) to operate synchronously without direct communication. Introduced by Guerrero et al. in 2013 for microgrids, droop control uses frequency and voltage deviations as signals to share power. By making generator outp

3 个来源2013
deep learning

Dropout

Dropout is a stochastic regularization technique for training deep neural networks, introduced by Srivastava, Hinton, Krizhevsky, Sutskever, and Salakhutdinov in 2014. During each training step, each neuron is independently switched off with probability (1 − p), preventing the network from co-adapting its units too tig

2 个来源2014
biomechanics

DTW Gait Analysis

Dynamic Time Warping (DTW) is a sequence alignment algorithm that measures similarity between time series of different lengths by allowing flexible temporal matching. Applied to gait analysis, DTW enables comparison of walking patterns across subjects and conditions despite variations in cadence or stride length.

2 个来源1978
meteorology

Dual-Polarization Radar

Dual-polarization (dual-pol) radar is a weather radar system that transmits and receives electromagnetic waves in both horizontal and vertical polarizations simultaneously. This technique, operational in weather services since the 2010s, provides detailed information about precipitation particle type, shape, and size d

2 个来源1990
aerospace

Dubins Path

The Dubins path is the shortest curve connecting two points in the plane with prescribed initial and terminal tangent directions, subject to a constraint on curvature. Introduced by Lester Dubins in 1957, it solved a fundamental problem in differential geometry and became essential in motion planning for aircraft, heli

3 个来源1957
model evaluation

Dunn Index

The Dunn Index, introduced by Joseph C. Dunn in 1974, is a metric that captures cluster quality by measuring the ratio of the minimum between-cluster distance to the maximum within-cluster diameter. Higher values indicate well-separated and compact clusters, with better clustering quality.

1 个来源1974
cryptography

Dynamic Application Security Testing

Dynamic Application Security Testing (DAST) is a security analysis technique that tests a running application by sending various inputs and observing responses to identify vulnerabilities and security flaws. Developed in the 2000s as a complement to static analysis, DAST exercises the application at runtime, finding vu

2 个来源2000
← 45 / 266 →