Fundamentals of Dynamic Programming
Offered By: LinkedIn Learning
Course Description
Overview
Dynamic programming makes it possible to solve challenging problems efficiently. Learn what it is, how and when to apply it to your algorithms, and how it's used in applications.
Syllabus
Introduction
- The importance of dynamic programming
- What you should know
- What is dynamic programming?
- The Fibonacci sequence
- Speeding up calculations with memoization
- Bottom-up approach to dynamic programming
- Recap of dynamic programming
- Planting flowers in a flowerbox
- Breaking down the flowerbox problem into subproblems
- Solving the flowerbox problem in Python
- How many ways can you make change?
- Breaking down the change-making problem into subproblems
- Solving the change-making problem in Python
- What is content-aware image resizing?
- Preprocessing: Defining the energy of an image
- Project: Calculating the energy of an image
- Solution: Calculating the energy of an image
- Using dynamic programming to find low-energy seams
- Project: Finding low-energy seams
- Solution: Finding low-energy seams
- Project: Using backpointers to reconstruct seams
- Solution: Using backpointers to reconstruct seams
- Project: Removing low-energy seams
- Solution: Removing low-energy seams
- What is a Hidden Markov Model?
- Modeling a Hidden Markov Model in Python
- Inferring the most probable state sequence
- Breaking down state inference into subproblems: The Viterbi algorithm
- Implementing the Viterbi algorithm in Python
- More applications of Hidden Markov Models
- Training Hidden Markov Models
- Next steps
Taught by
Avik Das
Related Courses
Algorithms for DNA SequencingJohns Hopkins University via Coursera Applied AI with DeepLearning
IBM via Coursera Artificial Intelligence Algorithms Models and Limitations
LearnQuest via Coursera Algebra & Algorithms
Moscow Institute of Physics and Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera