Videos tagged with Algorithms and Data Structures


Adaptive Algorithms for Online Optimization

Adaptive Algorithms for Online Optimization

Posted in Conferences, Companies, Science

The online learning framework captures a wide variety of learning problems. The setting is as follows - in each round, we have to choose a point from some fixed convex domain. Then, we are presented a convex loss function, according to which we incur a loss. The loss over T rounds is simply the sum of all the losses. The aim of most online learning algorithm is to minimize *regret* : the differ...

Tags: Techtalks, Google, Conferences, High Performance, Optimization, engEDU, Education, Google Tech Talks, Machine Learning, Algorithms and Data Structures, Companies, ...



Approximating TSP Solution by MST based Graph Pyramid

Approximating TSP Solution by MST based Graph Pyramid

Posted in Science

The traveling salesperson problem (TSP) is difficult to solve for input instances with large number of cities. Instead of finding the solution of an input with a large number of cities, the problem is approximated into a simpler form containing smaller number of cities, which is then solved optimally. Graph pyramid solution strategies, in a bottom-up manner using Boruvka’s minimum spannin...

Tags: Science, Lectures, Computer Science, VideoLectures.Net, Algorithms and Data Structures