ainazHjm / Baselines

This repo contains the baseline models for image data (hdf5 format) and a simple linear model for sea2sky data (csv format)
0 stars 0 forks source link

Baselines for Veneto region #1

Open ainazHjm opened 5 years ago

ainazHjm commented 5 years ago

I have three baseline models for Veneto:

I tried both the weighted version of BCEwithLogitsLoss and not weighted version: Not weighted:

Weighted:

** the reason that the loss is bigger than 1 for Area in the weighted version is that weighted BCEwithLogitsLoss is not a normalized version of the log likelihood so only the positive features are multiplied by some weight and not the negative ones. Also, I didn't try the other two model enough, the loss would've been smaller if trained enough.