4

A neural network can apparently be denoted as $N_{t,n,\sigma,L}$. What do these subscripts $t, n, \sigma$ and $L$ mean? Could you link me to a paper, article or webpage with an explanation for this?

nbro
  • 42,615
  • 12
  • 119
  • 217
J. Doe
  • 143
  • 5

1 Answers1

4

Here is a paper with the mathematical definition of each term:

Let Nt,n,σ,L be all target functions that can be implemented using a neural network of depth t, size n, activation function σ, and when we restrict the input weights of each neuron to be |w|1 + |b| ≤ L.

serali
  • 900
  • 7
  • 17