#DeepLearning Page 2 of 6

Explore AIstify's latest reporting, research, and expert analysis tagged with "deep learning", collected in one continuously updated archive.

Related Posts

Multi-Head Attention
By • 1 min read

Multi-Head Attention

By • 1 min read

Multi-head attention runs several attention operations in parallel so a model can capture different relationships in the same input.

Model Parallelism
By • 1 min read

Model Parallelism

By • 1 min read

Model parallelism divides one large model across multiple processors so its parameters and computation fit collectively.

Perceptron
By • 1 min read

Perceptron

By • 1 min read

A perceptron is a simple artificial neuron that combines weighted inputs to make a binary classification and forms a foundation of neural networks.

XOR Problem
By • 1 min read

XOR Problem

By • 1 min read

The XOR problem is a classic machine learning example showing why neural networks need hidden layers and nonlinear activations for some patterns.

Parameter
By • 1 min read

Parameter

By • 1 min read

A parameter is a learned numerical value, such as a neural network weight, that determines how an AI model transforms input into output.

One-Shot Learning
By • 1 min read

One-Shot Learning

By • 1 min read

One-shot learning is an AI approach that recognizes a new task or category from one example by using knowledge learned during previous training.

Normalization
By • 1 min read

Normalization

By • 1 min read

Normalization transforms data or neural network activations into a consistent scale or distribution to support stable and efficient AI model training.

XLA (Accelerated Linear Algebra)
By • 1 min read

XLA (Accelerated Linear Algebra)

By • 1 min read

XLA (Accelerated Linear Algebra) is a compiler that optimizes tensor operations for faster and more efficient machine learning training and inference.

Hidden Layer
By • 1 min read

Hidden Layer

By • 1 min read

A hidden layer is an internal neural network layer that transforms inputs into representations used to produce the final output.

Xception
By • 1 min read

Xception

By • 1 min read

Xception is a computer vision architecture that uses depthwise separable convolutions for efficient image classification and feature extraction.

Mixture of Experts (MoE)
By • 1 min read

Mixture of Experts (MoE)

By • 1 min read

A mixture of experts (MoE) is an AI architecture that routes each input to selected subnetworks, increasing capacity without activating every parameter.