Learn Before
Complex Number Representation of Paired Vector Components
A real-valued vector of dimension can be transformed into a complex-valued vector of dimension . This is achieved by pairing adjacent components of to form the real and imaginary parts of each new complex component. The transformation is formally expressed as: where is the imaginary unit. Each element of the new vector is .

0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Simplified Notation for Sets of Vectors
Notation for a Set of Indexed Variables
Notation for a Multiset of Identical Elements
Complex Number Representation of Paired Vector Components
Consider a standard feedforward neural network architecture where the input layer is designated as layer 0. The network has two hidden layers followed by an output layer. The first hidden layer contains 8 neurons, and the second hidden layer contains 6 neurons. Within this specific structure, what does the notation represent?
Scalar Weight (W) and Bias (b) Parameters
Match each mathematical notation commonly used in neural networks to its correct description. The superscript
[l]denotes the layer number, and the subscriptidenotes the neuron number within that layer.Applying Notation to a Single Neuron
Learn After
A real-valued vector (\mathbf{x} = (1.0, 2.0, -3.0, 4.0, 0.5, -1.5)) is transformed into a new vector of complex numbers. The transformation is performed by pairing adjacent components of (\mathbf{x}), where the first component of each pair becomes the real part and the second becomes the imaginary part of a new complex number. What is the resulting complex-valued vector?
A procedure is defined to convert a real-valued vector into a complex-valued vector by grouping adjacent elements into pairs. The first element of each pair becomes the real part and the second becomes the imaginary part of a new complex number. If this procedure is applied to the real-valued vector (\mathbf{v} = (10, 20, 30, 40, 50)), what is the fundamental issue encountered?
Reconstructing Real Vector Components