Meta-aprendizado para otimizacao de parametros de redes neurais
Tarsicio Lucas, Teresa Ludermir, Ricardo Prudencio, Carlos Soares

TL;DR
This paper explores using meta-learning to optimize neural network parameters, specifically predicting the ideal number of hidden nodes for MLPs based on problem features, reducing trial-and-error in network design.
Contribution
It introduces a meta-learning approach to select neural network parameters, demonstrated by predicting hidden nodes for MLPs using a meta-dataset of regression problems.
Findings
Meta-learning effectively predicts the optimal number of hidden nodes.
The approach reduces the need for trial-and-error in network configuration.
Results show satisfactory prediction accuracy for new problems.
Abstract
The optimization of Artificial Neural Networks (ANNs) is an important task to the success of using these models in real-world applications. The solutions adopted to this task are expensive in general, involving trial-and-error procedures or expert knowledge which are not always available. In this work, we investigated the use of meta-learning to the optimization of ANNs. Meta-learning is a research field aiming to automatically acquiring knowledge which relates features of the learning problems to the performance of the learning algorithms. The meta-learning techniques were originally proposed and evaluated to the algorithm selection problem and after to the optimization of parameters for Support Vector Machines. However, meta-learning can be adopted as a more general strategy to optimize ANN parameters, which motivates new efforts in this research direction. In the current work, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
