As I know we optimize our model with changing the weight parameters over the iterations. The aim is to minimize the loss and maximize the accuracy.
I don't understand why we using loss as parameter as well if we have accuracy as parameter.
Can we use only accuracy and drop loss from our model? With accuracy we can also change the model weights?