Hi @tiepvupsu ,
I am now reproducing the FISTA code based on the paper. I find out that the matrix A defined in the paper is the same as the matrix D in your code. My question is, if I am doing a image restoration task, I need to construct a matrix A as the paper section 5.1 states (A=RW), but in your code, this step is ignored and replaced as D=normc(rand(d,k)), would you please explain how to use your code to reproduce the result shown in the paper? I have tried your way to define D, but thing's not work.
Thank you.
Hi @tiepvupsu ,
I am now reproducing the FISTA code based on the paper. I find out that the matrix A defined in the paper is the same as the matrix D in your code. My question is, if I am doing a image restoration task, I need to construct a matrix A as the paper section 5.1 states (A=RW), but in your code, this step is ignored and replaced as
D=normc(rand(d,k)), would you please explain how to use your code to reproduce the result shown in the paper? I have tried your way to define D, but thing's not work.Thank you.