paper-with-me

홈 › Papers

Activation Functions: Do They Represent A Trade-Off Between Modular Nature of Neural Networks And Task Performance

2020-09-16 · Himanshu Pradeep Aswani, Amit Sethi

Current research suggests that the key factors in designing neural network architectures involve choosing number of filters for every convolution layer, number of hidden neurons for every fully connected layer, dropout and pruning. The default activation function in most cases is the ReLU, as it has empirically shown faster training convergence. We explore whether ReLU is the best choice if one is aiming to desire better modularity structure within a neural network.

📄 PDF Abstract BibTeX arXiv:2009.07793

Code (1)

himanshuaswani/ActivationFunctionsPaperImplementation 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Depth-Width Trade-offs for ReLU Networks via Sharkovsky's Theorem

2019-12-09 · ICLR 2020 1 · Vaggos Chatziafratis, Sai Ganesh Nagarajan, Ioannis Panageas, Xiao Wang

Understanding the representational power of Deep Neural Networks (DNNs) and how their structural properties (e.g., depth, width, type of activation unit) affect the functions they can compute, has been an important yet c…

Open-Ended Question Answering

Balancing Expressivity and Robustness: Constrained Rational Activations for Reinforcement Learning

2025-07-19 · Rafał Surdej, Michał Bortkiewicz, Alex Lewandowski, Mateusz Ostaszewski 외 arxiv

Trainable activation functions, whose parameters are optimized alongside network weights, offer increased expressivity compared to fixed activation functions. Specifically, trainable activation functions defined as ratio…

Reinforcement LearningContinuous ControlContinual Learning

Graph-Adaptive Activation Functions for Graph Neural Networks

2020-09-14 · Bianca Iancu, Luana Ruiz, Alejandro Ribeiro, Elvin Isufi

Activation functions are crucial in graph neural networks (GNNs) as they allow defining a nonlinear family of functions to capture the relationship between the input graph data and their representations. This paper propo…

Recommendation Systems

Frequency and Generalisation of Periodic Activation Functions in Reinforcement Learning

2024-07-09 · Augustine N. Mavor-Parker, Matthew J. Sargent, Caswell Barry, Lewis Griffin 외

Periodic activation functions, often referred to as learned Fourier features have been widely demonstrated to improve sample efficiency and stability in a variety of deep RL algorithms. Potentially incompatible hypothese…

reinforcement-learning

Geometric Properties and Graph-Based Optimization of Neural Networks: Addressing Non-Linearity, Dimensionality, and Scalability

2025-02-24 · Michael Wienczkowski, Addisu Desta, Paschal Ugochukwu

Deep learning models are often considered black boxes due to their complex hierarchical transformations. Identifying suitable architectures is crucial for maximizing predictive performance with limited data. Understandin…

Decision MakingTransfer Learning