November 28, 2020 at 03:24 AM
Dive Into Algorithms is a broad introduction to algorithms using the Python Programming Language.
You'll also learn how to:
• Use algorithms to debug code, maximize revenue, schedule tasks, and create decision trees
• Measure the efficiency and speed of algorithms
• Generate Voronoi diagrams for use in various geometric applications
• Use algorithms to build a simple chatbot, win at board games, or solve sudoku puzzles
• Write code for gradient ascent and descent algorithms that can find the maxima and minima of functions
• Use simulated annealing to perform global optimization
• Build a decision tree to predict happiness based on a person's characteristics
You'll also learn how to:
• Use algorithms to debug code, maximize revenue, schedule tasks, and create decision trees
• Measure the efficiency and speed of algorithms
• Generate Voronoi diagrams for use in various geometric applications
• Use algorithms to build a simple chatbot, win at board games, or solve sudoku puzzles
• Write code for gradient ascent and descent algorithms that can find the maxima and minima of functions
• Use simulated annealing to perform global optimization
• Build a decision tree to predict happiness based on a person's characteristics