Results for "stochastic network"

14 results

Sampling Intermediate

Stochastic generation strategies that trade determinism for diversity; key knobs include temperature and nucleus sampling.

Foundations & Theory
Encryption in Transit/At Rest Intermediate

Protecting data during network transfer and while stored; essential for ML pipelines handling sensitive data.

Security & Privacy
Boltzmann Machine Intermediate

Probabilistic energy-based neural network with hidden variables.

Model Architectures
GAN Advanced

Two-network setup where generator fools a discriminator.

Diffusion & Generative Models
Stochastic Gradient Descent Intermediate

A gradient method using random minibatches for efficient training on large datasets.

Foundations & Theory
Stochastic Approximation Intermediate

Optimization under uncertainty.

Foundations & Theory
Neural Network Intermediate

A parameterized function composed of interconnected units organized in layers with nonlinear activations.

Neural Networks
Convolutional Neural Network Intermediate

Networks using convolution operations with weight sharing and locality, effective for images and signals.

Neural Networks Computer Vision
Recurrent Neural Network Intermediate

Networks with recurrent connections for sequences; largely supplanted by Transformers for many tasks.

Neural Networks
Highway Network Intermediate

Early architecture using learned gates for skip connections.

AI Economics & Strategy
Gating Network Intermediate

Chooses which experts process each token.

AI Economics & Strategy
Graph Neural Network Intermediate

Neural networks that operate on graph-structured data by propagating information along edges.

Model Architectures
Message Passing Neural Network Intermediate

GNN framework where nodes iteratively exchange and aggregate messages from neighbors.

Model Architectures
Graph Attention Network Intermediate

GNN using attention to weight neighbor contributions dynamically.

Model Architectures