neural-networks - Concepts
Explore concepts tagged with "neural-networks"
Total concepts: 12
Concepts
- Computer Vision - A field of AI that enables computers to interpret and understand visual information from the world, including images and video.
- Model Parameters - The learned numerical values (weights and biases) within a neural network that determine how the model transforms inputs into outputs.
- Autoencoder - A neural network architecture that learns compressed representations by encoding input into a lower-dimensional latent space and then decoding it back to reconstruct the original input.
- Style Transfer - A neural network technique that applies the visual style of one image to the content of another, blending artistic aesthetics with photographic content.
- Generative Adversarial Network - A machine learning framework where two neural networks compete against each other — a generator creating synthetic data and a discriminator evaluating its authenticity — to produce increasingly realistic outputs.
- Variational Autoencoder - A generative model that learns a structured, continuous latent space by combining autoencoder architecture with probabilistic inference, enabling generation of new data by sampling from the learned distribution.
- Connectionism - Connectionism is a cognitive science approach that models mental processes using artificial neural networks of simple interconnected units processing information in parallel through weighted connections.
- Deep Learning - A subset of machine learning using neural networks with multiple layers to learn complex patterns from data.
- Diffusion Models - Generative AI models that learn to create data by progressively denoising random noise into coherent outputs.
- Backpropagation - The fundamental algorithm for training neural networks that efficiently computes gradients of the loss function with respect to each weight by propagating errors backward through the network layers.
- Artificial Neural Network - A computing system inspired by biological neural networks that learns to perform tasks by processing examples through layers of interconnected nodes.
- Latent Space - A compressed, multi-dimensional representation space where a model encodes the essential features of its input data.
← Back to all concepts