Bayesian optimization: Difference between revisions

Content deleted Content added
Uncrisp (talk | contribs)
bayesian optimization from theory to practice
Tags: Reverted Visual edit
Uncrisp (talk | contribs)
Bayesian Optimization from theory to Practice
Line 23:
==== From Theory to Practice ====
In the 1990s, Bayesian optimization began to gradually transition from pure theory to real-world applications. In 1998, Donald R. Jones<ref>{{Cite web |title=Donald R. Jones |url=https://scholar.google.com/citations?user=CZhZ4MYAAAAJ&hl=en |access-date=2025-02-25 |website=scholar.google.com}}</ref> and his coworkers published a paper titled [[Gaussian elimination|“Gaussian Optimization”]]. In this paper, they proposed the Gaussian Process(GP) and elaborated on the Expected Improvement principle(EI) proposed by Jonas Mockus in 1978. Through the efforts of Donald R. Jones and his colleagues, Bayesian Optimization began to shine in the fields like computers science and engineering. However, the computational complexity of Bayesian optimization for the computing power at that time still affected its development to a large extent.
 
In the 21st century, with the gradual rise of artificial intelligence and bionic robots, Bayesian optimization has been widely used in mechanical learning and deep learning, and has become an important tool for [[Hyperparameter optimization|Hyperparameter Tuning]]<ref>{{Citation |title=Hyperparameter (machine learning) |date=2025-02-05 |work=Wikipedia |url=https://en.wikipedia.org/wiki/Hyperparameter_(machine_learning) |access-date=2025-02-27 |language=en}}</ref>. Companies such as Google, Facebook and OpenAI have added Bayesian optimization to their deep learning frameworks to improve search efficiency. However, Bayesian optimization still faces many challenges, for example, because of the use of Gaussian Process as a proxy model for optimization, when there is a lot of data, the training of Gaussian Process will be very slow and the computational cost is very high. This makes it difficult for this optimization method to work well in more complex drug development and medical experiments.
 
==Strategy==