paper-with-me

홈 › Papers

Examining Hyperparameters of Neural Networks Trained Using Local Search

2019-12-10 · IEEE ICICIS 2019 2019 12 · Ahmed Aly, Gianluca Guadagni, Joanne Bechta Dugan

Deep neural networks (DNNs) have been found useful for many applications. However, training and designing those networks can be challenging and is considered more of an art or an engineering process than rigorous science. In this regard, the important process of choosing hyperparameters is relevant. In addition, training neural networks with derivative-free methods is somewhat understudied. Particularly, with regards to hyperparameter selection. The paper presents a small-scale study of 3 hyperparam-eters choice for convolutional neural networks (CNNs). The networks were trained with two single-candidate optimization algorithms: Stochastic Gradient Descent (derivative-based) and Local Search (derivative-free). The CNN is trained on a subset of the FashionMNIST dataset. Experimental results show that hyperparameter selection can be detrimental for Local Search, especially regarding network parametrization. Moreover, the best hyperparameter choices didn't match for both algorithms. Future investigation into the training dynamics of Local Search is likely needed.

📄 PDF Abstract BibTeX

Code (1)

AroMorin/DNNOP pytorch

Similar Papers 제목 키워드 기반

Cross-Linguistic Examination of Machine Translation Transfer Learning

2024-12-27 · Saughmon Boujkian

This study investigates the effectiveness of transfer learning in machine translation across diverse linguistic families by evaluating five distinct language pairs. Leveraging pre-trained models on high-resource language…

Machine TranslationTransfer LearningTranslation

A Linear Programming Enhanced Genetic Algorithm for Hyperparameter Tuning in Machine Learning

2024-06-30 · Ankur Sinha, Paritosh Pankaj

In this paper, we formulate the hyperparameter tuning problem in machine learning as a bilevel program. The bilevel program is solved using a micro genetic algorithm that is enhanced with a linear program. While the gene…

Importance of Smoothness Induced by Optimizers in FL4ASR: Towards Understanding Federated Learning for End-to-End ASR

2023-09-22 · Sheikh Shams Azam, Tatiana Likhomanenko, Martin Pelikan, Jan "Honza" Silovsky

In this paper, we start by training End-to-End Automatic Speech Recognition (ASR) models using Federated Learning (FL) and examining the fundamental considerations that can be pivotal in minimizing the performance gap in…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated Learningspeech-recognition+1

Locality Sensitive Hashing for Network Traffic Fingerprinting

2024-02-12 · Nowfel Mashnoor, Jay Thom, Abdur Rouf, Shamik Sengupta 외

The advent of the Internet of Things (IoT) has brought forth additional intricacies and difficulties to computer networks. These gadgets are particularly susceptible to cyber-attacks because of their simplistic design. T…

Programmatic Policy Extraction by Iterative Local Search

2022-01-18 · Rasmus Larsen, Mikkel Nørgaard Schmidt

Reinforcement learning policies are often represented by neural networks, but programmatic policies are preferred in some cases because they are more interpretable, amenable to formal verification, or generalize better. …

reinforcement-learningReinforcement Learning (RL)