preddy5 / segnet

A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
http://preddy5.github.io/2016/03/08/segnet-post.html
205 stars 106 forks source link

adadelta over SGD #11

Open sam131 opened 7 years ago

sam131 commented 7 years ago

Hi,

I have a question regarding the optimisation algo: why have chosen adadelta instead of SGD?

I trained my data on both and adadelta gave better results!

Thanks for sharing!!