Glossary entry
Backpropagation
ब्याकप्रोपागेसन
Definition (English)
The algorithm that adjusts weights by sending error signals backward through the network.
अर्थ (नेपालीमा)
त्रुटि सङ्केत नेटवर्कमा पछाडितिर पठाएर वजन मिलाउने एल्गोरिदम।
Glossary entry
ब्याकप्रोपागेसन
Definition (English)
The algorithm that adjusts weights by sending error signals backward through the network.
अर्थ (नेपालीमा)
त्रुटि सङ्केत नेटवर्कमा पछाडितिर पठाएर वजन मिलाउने एल्गोरिदम।
Related terms
Forward Propagation
फरवार्ड प्रोपागेसन
Passing input data through a network layer by layer to produce an output.
Optimizer
अप्टिमाइजर
An algorithm like Adam that updates model weights to minimize the loss.
Weight Initialization
वजन प्रारम्भीकरण
Setting starting values for a network's weights before training begins.
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
AI Assistant
एआई सहायक
An AI-powered tool that helps users with tasks through conversation or commands.
Algorithm
एल्गोरिदम / कार्यविधि
A step-by-step set of instructions a computer follows to solve a problem or complete a task.
Algorithmic Bias
एल्गोरिदमिक पूर्वाग्रह
Unfair outcomes produced by an algorithm, often due to biased data or design.
Autoencoder
अटोइन्कोडर
A network that compresses data into a compact code and reconstructs it, useful for learning features.