Quan Nguyen - Bayesian Optimization- Fundamentals, Implementation, and Practice | PyData Global 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 มิ.ย. 2024
  • www.pydata.org
    How can we make smart decisions when optimizing a black-box function?
    Expensive black-box optimization refers to situations where we need to maximize/minimize some input-output process, but we cannot look inside and see how the output is determined by the input.
    Making the problem more challenging is the cost of evaluating the function in terms of money, time, or other safety-critical conditions, limiting the size of the data set we can collect.
    Black-box optimization can be found in many tasks such as hyperparameter tuning in machine learning, product recommendation, process optimization in physics, or scientific and drug discovery.
    Bayesian optimization (BayesOpt) sets out to solve this black-box optimization problem by combining probabilistic machine learning (ML) and decision theory.
    This technique gives us a way to intelligently design queries to the function to be optimized while balancing between exploration (looking at regions without observed data) and exploitation (zeroing in on good-performance regions).
    While BayesOpt has proven effective at many real-world black-box optimization tasks, many ML practitioners still shy away from it, believing that they need a highly technical background to understand and use BayesOpt.
    This talk aims to dispel that message and offers a friendly introduction to BayesOpt, including its fundamentals, how to get it running in Python, and common practices.
    Data scientists and ML practitioners who are interested in hyperparameter tuning, A/B testing, or more generally experimentation and decision making will benefit from this talk.
    While most background knowledge necessary to follow the talk will be covered, the audience should be familiar with common concepts in ML such as training data, predictive models, multivariate normal distributions, etc.
    PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
    PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases.
    00:00 Welcome!
    00:10 Help us add time stamps or captions to this video! See the description for details.
    Want to help add timestamps to our TH-cam videos to help with discoverability? Find out more here: github.com/numfocus/TH-camVi...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @atakan716
    @atakan716 12 วันที่ผ่านมา

    Very informative and clear, thank you!

  • @ThePaintingpeter
    @ThePaintingpeter ปีที่แล้ว +1

    This was a really great video. I ordered your book too! Thank you for taking the time to do this. Much appreciated.

  • @jeromeeusebius
    @jeromeeusebius 4 หลายเดือนก่อน

    Thanks for sharing. Wonderful presentation and discussion of Bayesian Optimization.

  • @prithwijitchakraborti572
    @prithwijitchakraborti572 7 หลายเดือนก่อน

    Very nicely explained