I've encountered the Del operator while reading about gradient descent methods and I simply don't understand it. Here is an example of it's usage in gradient descent:
$b = a - \gamma \nabla F(a)$
I've seen some examples of the formula itself but for the whole understanding I need to know the meaning of the $\nabla$ operator.