Skip to content

DeepMind Introduces AlphaDev: A Deep Reinforcement Learning Agent Which Discovers Faster Sorting Algorithms From Scratch Tanya Malhotra Artificial Intelligence Category – MarkTechPost

  • by

From Artificial Intelligence and Data Analysis to Cryptography and Optimization, algorithms play an important role in every domain. Algorithms are basically a set of procedures that help in completing a particular task in a step-by-step manner. These sets of rules deliver instructions to computers and software to perform efficiently and consistently. Popular algorithms like sorting (such as merge sort, quick sort, and heap sort) and searching algorithms (like binary search, depth-first search, and breadth-first search) are used almost daily by students and programmers.  

Human intuition and expertise have played a crucial role in the development of algorithms. Fundamental algorithms, such as sorting and hashing, are extensively used in various applications on a daily basis. It is now essential to optimize the performance of these algorithms due to the rising demand for computation. Though there has been tremendous development in the past, traditional computing methods and human scientists have found it difficult to increase the efficiency of these algorithms further and optimize them. 

In order to surpass the current algorithm optimization techniques, the use of artificial intelligence, specifically deep reinforcement learning, can be significant.  Recently, DeepMind has introduced AlphaDev, a deep reinforcement learning agent that discovers faster sorting algorithms from scratch. AlphaDev has been trained to navigate huge search spaces, revealing previously undiscovered routines and algorithms that beat human standards by structuring difficult issues as single-player games. It has the potential to change the way humans think about algorithm design because of its capacity for learning from experience and performance optimization.

The authors of the research paper have mentioned AssemblyGame, a single-player game in which the player selects low-level CPU instructions to create new and efficient sorting algorithms. This game is challenging due to the search space’s size and the reward function’s nature, where a single incorrect instruction can invalidate the entire algorithm. To tackle it, AlphaDev has been used. This learning agent is trained to search for correct and efficient algorithms and consists of two core components: a learning algorithm and a representation function. The learning algorithm incorporates deep reinforcement learning and stochastic search optimization algorithms. The primary learning algorithm used in AlphaDev is an extension of AlphaZero, which is a well-known deep reinforcement learning algorithm.

The researchers have stated that during its training process, AlphaDev was able to find small sorting algorithms from scratch that performed better than the previous benchmarks set by human specialists. These newly discovered algorithms have been integrated into the LLVM standard C++ sort library, replacing a component with an algorithm that was automatically generated using reinforcement learning. This signifies the adoption of an algorithm surpassing human-designed approaches in terms of performance. AlphaDev is not restricted to sorting algorithms alone because it shows the versatility of the method by giving findings in other domains, suggesting that it can be used to solve a larger variety of issues than only sorting. 

In conclusion, this learning agent is a great approach for optimizing sorting algorithms and discovering correct and efficient algorithms through deep reinforcement learning and optimization techniques.

Check Out The Paper. Don’t forget to join our 23k+ ML SubRedditDiscord Channel, and Email Newsletter, where we share the latest AI research news, cool AI projects, and more. If you have any questions regarding the above article or if we missed anything, feel free to email us at Asif@marktechpost.com

Check Out 100’s AI Tools in AI Tools Club

The post DeepMind Introduces AlphaDev: A Deep Reinforcement Learning Agent Which Discovers Faster Sorting Algorithms From Scratch appeared first on MarkTechPost.

 From Artificial Intelligence and Data Analysis to Cryptography and Optimization, algorithms play an important role in every domain. Algorithms are basically a set of procedures that help in completing a particular task in a step-by-step manner. These sets of rules deliver instructions to computers and software to perform efficiently and consistently. Popular algorithms like sorting
The post DeepMind Introduces AlphaDev: A Deep Reinforcement Learning Agent Which Discovers Faster Sorting Algorithms From Scratch appeared first on MarkTechPost.  Read More AI Shorts, Applications, Artificial Intelligence, Deep Learning, Editors Pick, Machine Learning, Reinforcement Learning, Staff, Tech News, Technology, Uncategorized 

Leave a Reply

Your email address will not be published. Required fields are marked *