Ultra-efficient machine learning transistor cuts AI energy use by 99%
1–10 of 10 posts
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#2Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#3Are those transistor analog? It seems that AI would be fine with an analog weight evaluation and a lot of energy is wasted doing numerical calculations.
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#4Are those transistor analog? It seems that AI would be fine with an analog weight evaluation and a lot of energy is wasted doing numerical calculations.
My understanding is that this doesn’t work for back propagation because it needs to know the forward pass computation exactly to adjust the weights. Analog computation introduces error in the form of noise (thermal, environmental, etc) which makes training on analog a non starter. It probably works for inference if the error is low enough, but training is where most of the power is spent unless it’s massively deploye…
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#5By using a diode they could cut the energy use by 99,999 %
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#6Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#7Are those transistor analog? It seems that AI would be fine with an analog weight evaluation and a lot of energy is wasted doing numerical calculations.
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#8Neat, but it doesn't really have any bearing on the deep learning and generative AI trends.
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#9Earlier quoted context omitted.
My understanding is that this doesn’t work for back propagation because it needs to know the forward pass computation exactly to adjust the weights. Analog computation introduces error in the form of noise (thermal, environmental, etc) which makes training on analog a non starter. It probably works for inference if the error is low enough, but training is where most of the power is spent unless it’s massively deploye…
Thanks. That's interesting. If I understand correctly what you say, analog cannot be used for training but might be used to bake a trained static model. I think things are evolving too fast now for pre-trained models to be baked in silicon but it's a matter of time for it to become common.
Re: Ultra-efficient machine learning transistor cuts AI energy use by 99%
#10Are those transistor analog? It seems that AI would be fine with an analog weight evaluation and a lot of energy is wasted doing numerical calculations.
My understanding is that this doesn’t work for back propagation because it needs to know the forward pass computation exactly to adjust the weights. Analog computation introduces error in the form of noise (thermal, environmental, etc) which makes training on analog a non starter. It probably works for inference if the error is low enough, but training is where most of the power is spent unless it’s massively deploye…
Digital trades bandwidth for error correction, but this does not mean it is better as many ML algorithms are noise-tolerant and would benefit greatly from the increased throughput.
Like everything, I believe there are simply just tradeoffs.