Neural network is a universal approximator that maps x
to y
, y=f(x)
, where f
is the neural network architecture. The author seeks to find the proximity operator of f
as Prox_(f,x)=...
. How can this be achieved?
This content was originally published here.