← Back to AI Factory Chat

AI Factory Glossary

9,967 technical terms and definitions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
Showing page 178 of 200 (9,967 entries)

ternary networks, model optimization

Ternary networks use three-level weights providing expressiveness between binary and full precision.

ternary neural networks,model optimization

Use three values (−1 0 +1).

test case generation from spec, code ai

Generate tests from specifications.

test cost, business & strategy

Test costs encompass wafer probe package test and burn-in expenses.

test cost,testing

Expense of testing per unit.

test coverage, advanced test & probe

Test coverage quantifies the percentage of device functionality or potential defects detected by a test program or suite.

test coverage,testing

Percentage of defects detected by test.

test die, yield enhancement

Test die contain monitoring structures for process characterization without functional circuits.

test escape rate, advanced test & probe

Test escape rate measures fraction of defective devices passing test and reaching customers.

test escape, yield enhancement

Test escapes are defective devices that pass testing and reach customers requiring analysis to improve test program effectiveness.

test generation,automated,coverage

AI generates unit tests. Increase coverage. Understand code intent.

test generation,code ai

Automatically create unit tests for code.

test generation,unit test,coverage

LLMs generate unit tests from code or specs. Helps increase coverage and catch edge cases.

test point insertion, design & verification

Test point insertion adds observability or controllability improving fault detection.

test program, advanced test & probe

Test programs define the sequence of measurements biasing conditions and pass-fail criteria for automated semiconductor device characterization.

test time,testing

Duration of electrical testing.

test vector,testing

Input patterns to verify chip functionality.

test-time adaptation, domain adaptation

Adapt model during inference without labels.

test-time augmentation for vit, computer vision

Average predictions over augmentations.

test-time augmentation, tta, inference

Augment during inference and average.

test-time training, domain adaptation

Update model at test time.

test,unit test,integration,coverage

I help you design unit/integration tests, choose frameworks, and think about edge cases and regression protection.

tetrad causal, time series models

Tetrad implements causal discovery algorithms like PC and FCI for learning directed acyclic graphs from data.

text encoder for diffusion, generative models

Encode prompts (CLIP ViT-L).

text gen webui,interface,oobabooga

text-generation-webui provides full-featured LLM interface. Many features. Community project.

text generation inference (tgi),text generation inference,tgi,deployment

Hugging Face's optimized serving solution for LLMs.

text infilling, nlp

Predict masked spans of varying length.

text shuffling, nlp

Randomly shuffle tokens.

text-guided image editing, generative models

Edit images using text prompts.

text-to-3d generation, 3d vision

Generate 3D from text.

text-to-3d, multimodal ai

Text-to-3D methods generate three-dimensional models from textual descriptions.

text-to-image alignment, generative models

Ensure generated images match text.

text-to-image generation,generative models

Create images from text descriptions (DALL-E Midjourney Stable Diffusion).

text-to-image translation, multimodal ai

Generate images from text.

text-to-speech (tts),text-to-speech,tts,audio

Convert written text into spoken audio with natural prosody.

text-to-sql,code ai

Convert questions to SQL queries.

text-to-video generation, video generation

Generate videos from text.

text-to-video, multimodal ai

Text-to-video models generate video sequences from textual descriptions.

text-to-video,generative models

Generate video clips from text descriptions.

textual inversion, generative models

Learn new tokens from images.

textual inversion, multimodal ai

Textual inversion learns new tokens representing concepts for personalized generation.

textual inversion,generative models

Learn new tokens representing specific concepts for generation.

texture analysis, metrology

Study preferred crystal orientations.

texture bias, computer vision

Vision models relying on texture over shape.

texture generation, 3d vision

Create surface textures.

texture synthesis, multimodal ai

Texture synthesis generates surface appearance through learned or procedural methods.

texture synthesis,computer vision

Generate realistic textures.

tf-idf, tf-idf, rag

Classic information retrieval metric.

tgat, tgat, graph neural networks

Temporal Graph Attention Network uses temporal encoding and functional time encoding for dynamic graph learning.

tgcn, tgcn, graph neural networks

Temporal Graph Convolutional Network combines graph convolutions with gated recurrent units to capture spatial and temporal dependencies in dynamic graphs.