Glossary entry
Support Vector Machine (SVM)
सपोर्ट भेक्टर मेसिन
Definition (English)
An algorithm that separates data into classes by finding the best dividing boundary.
अर्थ (नेपालीमा)
उत्तम विभाजन सीमा खोजेर डाटालाई वर्गमा छुट्याउने एल्गोरिदम।
Glossary entry
सपोर्ट भेक्टर मेसिन
Definition (English)
An algorithm that separates data into classes by finding the best dividing boundary.
अर्थ (नेपालीमा)
उत्तम विभाजन सीमा खोजेर डाटालाई वर्गमा छुट्याउने एल्गोरिदम।
Related terms
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Greedy Algorithm
लोभी एल्गोरिदम
An approach that makes the best immediate choice at each step, hoping for a good overall result.
No Free Lunch Theorem
नो फ्री लन्च प्रमेय
The principle that no single algorithm is best for every possible problem.
Optimization
अनुकूलन
Finding the best solution among many options according to some objective.
Search Algorithm
खोज एल्गोरिदम
A method for exploring possible options to find a solution, such as a path or best move.
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.
Backpropagation
ब्याकप्रोपागेसन
The algorithm that adjusts weights by sending error signals backward through the network.