# Measure performance from lab import neural def computePrecision(network): """ Test performance of provided network. return : ratio of good answers in [0.0 ; 1.0] """ # TODO return 0.0