Glossary entry
Layer
तह / लेयर
Definition (English)
A group of neurons at the same depth in a network; data flows from layer to layer.
अर्थ (नेपालीमा)
नेटवर्कको एउटै गहिराइमा रहेका न्युरनको समूह; डाटा एक तहबाट अर्को तहमा बग्छ।
Glossary entry
तह / लेयर
Definition (English)
A group of neurons at the same depth in a network; data flows from layer to layer.
अर्थ (नेपालीमा)
नेटवर्कको एउटै गहिराइमा रहेका न्युरनको समूह; डाटा एक तहबाट अर्को तहमा बग्छ।
Related terms
Feedforward Network
फिडफरवार्ड नेटवर्क
A neural network where data flows in one direction from input to output.
Forward Propagation
फरवार्ड प्रोपागेसन
Passing input data through a network layer by layer to produce an output.
Hidden Layer
लुकेको तह
A layer between input and output where a network learns intermediate features.
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.
Autoencoder
अटोइन्कोडर
A network that compresses data into a compact code and reconstructs it, useful for learning features.
Backpropagation
ब्याकप्रोपागेसन
The algorithm that adjusts weights by sending error signals backward through the network.
Batch Normalization
ब्याच नर्मलाइजेसन
A technique that stabilizes and speeds up training by normalizing layer inputs.