I am looking at implementing Nesterov's method for my algorithm being written in python. Can anyone please point me to docs which can help me get started in terms of implementation of this method? I am a programmer by profession and hence looking at non-theoretical versions.
I tried going through this http://www.ee.ucla.edu/~vandenbe/236C/lectures/fgrad.pdf but am struck at a point when they mention the prox operator. what is the prox operator and are there any pointers for implementing a prox operator ?
Thanks a lot for your time.