paper-with-me

Papers

Automated Machine Learning with Monte-Carlo Tree Search

2019-06-01 · Herilalaina Rakotoarison, Marc Schoenauer, Michèle Sebag

The AutoML task consists of selecting the proper algorithm in a machine learning portfolio, and its hyperparameter values, in order to deliver the best performance on the dataset at hand. Mosaic, a Monte-Carlo tree search (MCTS) based approach, is presented to handle the AutoML hybrid structural and parametric expensive black-box optimization problem. Extensive empirical studies are conducted to independently assess and compare: i) the optimization processes based on Bayesian optimization or MCTS; ii) its warm-start initialization; iii) the ensembling of the solutions gathered along the search. Mosaic is assessed on the OpenML 100 benchmark and the Scikit-learn portfolio, with statistically significant gains over Auto-Sklearn, winner of former international AutoML challenges.

📄 PDF Abstract BibTeX arXiv:1906.00170

Code (2)

herilalaina/mosaic 공식 구현
herilalaina/mosaic_ml

Tasks

AutoMLBayesian OptimizationBIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

Monte Carlo Search Algorithms Discovering Monte Carlo Tree Search Exploration Terms

2024-04-14 · Tristan Cazenave

Monte Carlo Tree Search and Monte Carlo Search have good results for many combinatorial problems. In this paper we propose to use Monte Carlo Search to design mathematical expressions that are used as exploration terms f…

Automated Playtesting of Matching Tile Games

2019-07-15 · Luvneesh Mugrai, Fernando De Mesentier Silva, Christoffer Holmgård, Julian Togelius

Matching tile games are an extremely popular game genre. Arguably the most popular iteration, Match-3 games, are simple to understand puzzle games, making them great benchmarks for research. In this paper, we propose dev…

Game Design

The Mathematical Game

2023-09-22 · Marc Pierre, Quentin Cohen-Solal, Tristan Cazenave

Monte Carlo Tree Search can be used for automated theorem proving. Holophrasm is a neural theorem prover using MCTS combined with neural networks for the policy and the evaluation. In this paper we propose to improve the…

Automated Theorem Proving

Structure and Reduction of MCTS for Explainable-AI

2024-08-10 · Ronit Bustin, Claudia V. Goldman

Complex sequential decision-making planning problems, covering infinite states' space have been shown to be solvable by AlphaZero type of algorithms. Such an approach that trains a neural model while simulating projectio…

Decision MakingSequential Decision Making

Graph Sparsifications using Neural Network Assisted Monte Carlo Tree Search

2023-11-17 · Alvin Chiu, Mithun Ghosh, Reyan Ahmed, Kwang-Sung Jun 외

Graph neural networks have been successful for machine learning, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem. We describe an approach for co…

Graph Neural NetworkTraveling Salesman Problem