Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Per-Unit Sequence Models01:26

Per-Unit Sequence Models

156
An ideal Y-Y transformer, grounded through neutral impedances, displays per-unit sequence networks akin to those of a single-phase ideal transformer when subjected to balanced positive- or negative-sequence currents. These currents do not produce neutral currents, and their associated voltage drops.
Zero-sequence currents, which are identical in magnitude and phase, generate a neutral current, resulting in voltage drops across the neutral impedance and the low-voltage winding. If the...
156
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

812
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
812
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

2.8K
Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
2.8K
Choosing Between z and t Distribution01:25

Choosing Between z and t Distribution

3.3K
The z and the Student t distribution estimate the population mean using the sample mean and standard deviation. However, to decide which distribution to use for a calculation, one needs to determine the sample size, the nature of the distribution, and whether the population standard deviation is known. If the population standard deviation is known and the population is normally distributed, or if the sample size is greater than 30, the z distribution is preferred. The Student t distribution is...
3.3K
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

193
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
193
Stratified Sampling Method01:16

Stratified Sampling Method

13.3K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
13.3K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Mixture Complexity and Its Application to Gradual Clustering Change Detection.

Entropy (Basel, Switzerland)·2023
Same author

Summarizing Finite Mixture Model with Overlapping Quantification.

Entropy (Basel, Switzerland)·2021
See all related articles

Related Experiment Video

Updated: Oct 22, 2025

Lexical Decision Task for Studying Written Word Recognition in Adults with and without Dementia or Mild Cognitive Impairment
06:48

Lexical Decision Task for Studying Written Word Recognition in Adults with and without Dementia or Mild Cognitive Impairment

Published on: June 25, 2019

9.4K

Word2vec Skip-Gram Dimensionality Selection via Sequential Normalized Maximum Likelihood.

Pham Thuc Hung1, Kenji Yamanishi1

  • 1Graduate School of Information Science and Technology, The University of Tokyo, Hongo, Bunkyo-ku, Tokyo 113-8654, Japan.

Entropy (Basel, Switzerland)
|August 27, 2021
PubMed
Summary

We introduce an information criteria approach to optimize word2vec Skip-gram (SG) dimensionality. The Sequential Normalized Maximum Likelihood (SNML) criterion effectively selects optimal dimensions for better word embedding performance.

Keywords:
information criteriaminimum description lengthmodel selectionsequentially normalized maximum likelihoodword embeddingword2vec

More Related Videos

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

772
Decoding Natural Behavior from Neuroethological Embedding
08:00

Decoding Natural Behavior from Neuroethological Embedding

Published on: October 3, 2025

109

Related Experiment Videos

Last Updated: Oct 22, 2025

Lexical Decision Task for Studying Written Word Recognition in Adults with and without Dementia or Mild Cognitive Impairment
06:48

Lexical Decision Task for Studying Written Word Recognition in Adults with and without Dementia or Mild Cognitive Impairment

Published on: June 25, 2019

9.4K
Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

772
Decoding Natural Behavior from Neuroethological Embedding
08:00

Decoding Natural Behavior from Neuroethological Embedding

Published on: October 3, 2025

109

Area of Science:

  • Natural Language Processing
  • Computational Linguistics
  • Machine Learning

Background:

  • Word embeddings like word2vec Skip-gram (SG) implicitly estimate word contextual distributions.
  • Selecting the optimal dimensionality for SG models is crucial for accurate representation.
  • Existing methods may not consistently identify the best dimensionality.

Purpose of the Study:

  • To propose a novel information criteria-based method for selecting the optimal dimensionality of word2vec Skip-gram models.
  • To evaluate the effectiveness of Akaike's Information Criterion (AIC), Bayesian Information Criterion (BIC), and Sequential Normalized Maximum Likelihood (SNML) for this task.
  • To introduce efficient computation heuristics for SNML.

Main Methods:

  • Applied information criteria (AIC, BIC, SNML) to determine SG model dimensionality.
  • Considered SG and SG Negative Sampling models.
  • Developed novel heuristics for efficient SNML computation.
  • Evaluated dimensionality selection against word analogy and similarity tasks.

Main Results:

  • Empirically demonstrated that SNML outperforms BIC and AIC in dimensionality selection.
  • The dimensionality selected by SNML is closer to the optimal dimensionality determined by word analogy and similarity tasks.
  • Proposed heuristics significantly improve SNML's computational efficiency.

Conclusions:

  • Information criteria, particularly SNML, provide a robust method for selecting word2vec Skip-gram dimensionality.
  • SNML offers superior performance compared to AIC and BIC for this task.
  • The proposed approach enhances the quality of word embeddings by optimizing dimensionality.