Glossary entry
Forward Propagation
फरवार्ड प्रोपागेसन
Definition (English)
Passing input data through a network layer by layer to produce an output.
अर्थ (नेपालीमा)
आउटपुट निकाल्न इनपुट डाटालाई नेटवर्कको तह-तह हुँदै पठाउने प्रक्रिया।
Glossary entry
फरवार्ड प्रोपागेसन
Definition (English)
Passing input data through a network layer by layer to produce an output.
अर्थ (नेपालीमा)
आउटपुट निकाल्न इनपुट डाटालाई नेटवर्कको तह-तह हुँदै पठाउने प्रक्रिया।
Related terms
Hidden Layer
लुकेको तह
A layer between input and output where a network learns intermediate features.
Feedforward Network
फिडफरवार्ड नेटवर्क
A neural network where data flows in one direction from input to output.
Input Layer
इनपुट तह
The first layer of a network that receives the raw data.
Output Layer
आउटपुट तह
The final layer of a network that produces the prediction or result.
Backpropagation
ब्याकप्रोपागेसन
The algorithm that adjusts weights by sending error signals backward through the network.
Encoder-Decoder
इन्कोडर-डिकोडर
An architecture that compresses input into a representation then expands it into output.
Feature Map
फिचर म्याप
The output of a convolutional layer showing where certain patterns appear in an image.
Generative Adversarial Network (GAN)
जेनेरेटिभ एडभर्सरियल नेटवर्क
Two networks competing — one generates fake data, the other judges it — to produce realistic outputs.