set output "comparison.ps"
set term postscript color
set size 0.5,0.5
set xlabel "sigmoid loss"
set ylabel "probing loss"
set key bottom box
set title "Comparison of Probing and Sigmoid on an SVM"
plot [0.2:1] [0.2:1] x title "equality", "probing_svm" using 7:3 title "cross entropy" ps 2, "probing_svm" using 8:4 title "squared error" ps 2
