> Training a one bit neural network from scratch is apparently an unsolved problem though.
I don't think it's correct to call it unsolved. The established methods are much less efficient than those for "regular" neural nets but they do exist.
Also note that the usual approach when going binary is to make the units stochastic. https://en.wikipedia.org/wiki/Boltzmann_machine#Deep_Boltzma...
Interesting.
By unsolved I guess I meant: this looks like it should be easy and efficient but we don't know how to do it yet.
Usually this means we are missing some important science in the classification/complexity of problems. I don't know what it could be.