Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 26, 2021 12:18 pm GMT

AI algorithm families

Different families of algorithms solve different problems. We don't necessarily need to be experts in the details of each one, but having a grasp on what problems they can solve, and how they generally work, equips us with more tools when making decisions.

Alt Text

Traditional search algorithms are useful where several actions are required to achieve a goal, like finding a path through a maze. These algorithms evaluate possible states and attempt to find an optimal path . Typically, we have too many possible solutions to brute-force.

From Chapter 2: Search fundamentals in Grokking Artificial Intelligence Algorithms

Biology-inspired algorithms are wondrous things happening all the time. The cooperation of ants in gathering food, the flocking of birds, estimating how brains work, and the evolution of organisms to produce strong offspring. These have inspired algorithms that are useful in AI.

From Chapter 4: Evolutionary algorithms in Grokking Artificial Intelligence Algorithms

Traditional machine learning algorithms leverages statistics to training models to learn from data. The umbrella of machine learning has a variety of algorithms that can be harnessed to improve understanding of relationships in data, to make predictions and decisions.

From Chapter 8: Machine learning in Grokking Artificial Intelligence Algorithms

Deep learning algorithms are a broader family of approaches and algorithms that are used to achieve narrow intelligence and strive toward general intelligence. It attempts to solve general problems like vision, speech, and reasoning. It often leverages artificial neural networks.

From Chapter 9: Artificial neural networks in Grokking Artificial Intelligence Algorithms

Reinforcement learning algorithms are based on behavioural psychology and use feedback from actions performed to learn what sequences are more beneficial. Reinforcement learning is useful when you know what the goal is but dont know what actions are reasonable to achieve it.

From Chapter 10: Reinforcement learning with Q-learning in Grokking Artificial Intelligence Algorithms

Create your own mental map of AI! If you enjoyed this thread, check out my book, Grokking Artificial Intelligence Algorithms: http://bit.ly/gaia-book, consider following me for more, or join my mailing list for infrequent knowledge drops in your inbox: https://rhurbans.com/subscribe.


Original Link: https://dev.to/rishalhurbans/ai-algorithm-families-2kf7

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To