<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>必应：Algorithm Equation Example</title><link>http://www.bing.com:80/search?q=Algorithm+Equation+Example</link><description>搜索结果</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Algorithm Equation Example</title><link>http://www.bing.com:80/search?q=Algorithm+Equation+Example</link></image><copyright>版权所有 © 2026 Microsoft。保留所有权利。不得以任何方式或出于任何目的使用、复制或传输这些 XML 结果，除非出于个人的非商业用途在 RSS 聚合器中呈现必应结果。对这些结果的任何其他使用都需要获得 Microsoft Corporation 的明确书面许可。一经访问此网页或以任何方式使用这些结果，即表示您同意受上述限制的约束。</copyright><item><title>K-Nearest Neighbor (KNN) Algorithm - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/machine-learning/k-nearest-neighbours/</link><description>K‑Nearest Neighbor (KNN) is a simple and widely used machine learning technique for classification and regression tasks. It works by identifying the K closest data points to a given input and making predictions based on the majority class or average value of those neighbors. Classifies data based on similarity with nearby data points Uses distance metrics like Euclidean distance to find ...</description><pubDate>周日, 05 4月 2026 17:02:00 GMT</pubDate></item><item><title>Bellman–Ford Algorithm - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/bellman-ford-algorithm-dp-23/</link><description>Approach: Bellman-Ford Algorithm - O (V*E) Time and O (V) Space Negative weight cycle: A negative weight cycle is a cycle in a graph, whose sum of edge weights is negative. If you traverse the cycle, the total weight accumulated would be less than zero. In the presence of negative weight cycle in the graph, the shortest path doesn't exist because with each traversal of the cycle shortest path ...</description><pubDate>周日, 05 4月 2026 12:01:00 GMT</pubDate></item><item><title>Binary Search - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/binary-search/</link><description>Binary Search is a searching algorithm that operates on a sorted or monotonic search space, repeatedly dividing it into halves to find a target value or optimal answer in logarithmic time O (log N). Conditions to apply Binary Search Algorithm in a Data Structure The data structure must be sorted.</description><pubDate>周四, 26 3月 2026 07:27:00 GMT</pubDate></item><item><title>Proportional–integral–derivative controller - Wikipedia</title><link>https://en.wikipedia.org/wiki/Proportional%E2%80%93integral%E2%80%93derivative_controller</link><description>A proportional–integral–derivative controller (PID controller or three-term controller) is a feedback -based control loop mechanism commonly used to manage machines and processes that require continuous control and automatic adjustment. It is typically used in industrial control systems and various other applications where constant control through modulation is necessary without human ...</description><pubDate>周四, 26 3月 2026 07:27:00 GMT</pubDate></item><item><title>Gradient Descent Algorithm in Machine Learning - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/machine-learning/gradient-descent-algorithm-and-its-variants/</link><description>Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.</description><pubDate>周日, 05 4月 2026 14:25:00 GMT</pubDate></item><item><title>Random Forest Algorithm in Machine Learning - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/machine-learning/random-forest-algorithm-in-machine-learning/</link><description>Random Forest is a machine learning algorithm that uses many decision trees to make better predictions. Each tree looks at different random parts of the data and their results are combined by voting for classification or averaging for regression which makes it as ensemble learning technique. This helps in improving accuracy and reducing errors.</description><pubDate>周日, 05 4月 2026 17:24:00 GMT</pubDate></item><item><title>Recurrence Relations - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/recurrence-relations-a-complete-guide/</link><description>Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.</description><pubDate>周四, 02 4月 2026 08:23:00 GMT</pubDate></item><item><title>Backpropagation in Neural Network - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/machine-learning/backpropagation-in-neural-network/</link><description>Backpropagation, short for Backward Propagation of Errors, is a key algorithm used to train neural networks by minimizing the difference between predicted and actual outputs. It works by propagating errors backward through the network, using the chain rule of calculus to compute gradients and then iteratively updating the weights and biases. Combined with optimization techniques like gradient ...</description><pubDate>周六, 04 4月 2026 14:19:00 GMT</pubDate></item><item><title>Euclidean Algorithm - Math is Fun</title><link>https://www.mathsisfun.com/numbers/euclidean-algo.html</link><description>The Euclidean Algorithm is a special way to find the Greatest Common Factor of two integers. It uses the concept of division with remainders (no...</description><pubDate>周六, 04 4月 2026 16:13:00 GMT</pubDate></item><item><title>Backpropagation Step by Step |</title><link>https://datamapu.com/posts/deep_learning/backpropagation/</link><description>Introduction A neural network consists of a set of parameters - the weights and biases - which define the outcome of the network, that is the predictions. When training a neural network we aim to adjust these weights and biases such that the predictions improve. To achieve that Backpropagation is used. In this post, we discuss how backpropagation works, and explain it in detail for three ...</description><pubDate>周六, 04 4月 2026 07:02:00 GMT</pubDate></item></channel></rss>