Random neural networks (RaNNs), specifically those defined as single-hidden-layer neural networks with weights and biases inside the activation function, are an intriguing subset of neural network models that differ from traditional approaches. Here’s an overview of their structure, properties, and applications:

1. Definition of Random Neural Networks

2. Mathematical Formulation

A single-hidden-layer random neural network with input $\mathbf{x} \in \mathbb{R}^d$ and $N$ hidden neurons can be described as:

$f(\mathbf{x}) = \sum_{j=1}^{N} \beta_j \sigma(\mathbf{w}_j \cdot \mathbf{x} + b_j),$

where:

3. Key Characteristics

4. Advantages of Random Neural Networks