Building AI Solutions with Google OR-Tools - Barry Stahl

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • We depend on Artificial Intelligences to solve many types of problems for us. Some of these problems have more than one possible solution. Handling those problems with more than one solution while building a modern AI system is something every developer will be asked to do over the course of his or her career. Figuring out the best way to utilize the capacity of a device or machine, finding the shortest path between two points, or determining the best way to schedule people or events are all problems where mathematical optimization techniques and tooling can be used to quickly and efficiently find solutions.
    This session is a software developers introduction to using mathematical optimization in Artificial Intelligence. In it, we will explore some of the foundational techniques for solving these types of problems, and use the open-source Google OR-Tools to put them to work in our AI systems. Since this is a session for developers, we'll keep it in terms that work best for us. That is, we'll go heavy on the code and lighter on the math.
    NDC Conferences
    ndcsydney.com
    ndcconferences.com
  • Věda a technologie

Komentáře • 12

  • @SACHINKUMARSINGH01
    @SACHINKUMARSINGH01 Před rokem +2

    After working for 2 years on an Google OR tools project, I realize the importance of waiter's example given in the video. Barry just nailed the Google OR topic in this video.

  • @ghanyfitria7293
    @ghanyfitria7293 Před 5 měsíci

    Very great explanation. Thank you Mr. Barry!

  • @AlaaQash
    @AlaaQash Před 4 lety

    Thank you very much for the explanation, I really enjoyed watching the video

  • @igorgavrilov1832
    @igorgavrilov1832 Před 2 lety

    29:00 solutions could be not only top or crossed axes and also lays on functions of constraints. And right answer is 8 possible solutions.

  • @dhineshvikram6445
    @dhineshvikram6445 Před 11 měsíci

    watching this video in 2023 hits different when he started explaining what is artificial intelligence.. wow 2017 is not to long ago!

  • @menakasattmann8997
    @menakasattmann8997 Před 4 lety

    Thanks you very much for great Explernation

  • @ThrashAbaddon
    @ThrashAbaddon Před 4 lety

    Great talk.

  • @whattheydoexactly7794
    @whattheydoexactly7794 Před 3 lety +1

    can we say that OR is like machine learning but limited amount of data ? ?

    • @wexwexexort
      @wexwexexort Před 2 lety

      No, we can't. Different concepts for -usually- different problems.

  • @ashishverma-mj1kl
    @ashishverma-mj1kl Před 4 lety

    what's full form of OR in OR-Tools?