Back to Annotated Deep Learning Paper Implementations

Neural Networks with Adaptive Computation

docs/adaptive_computation/index.html

latest550 B
Original Source

homeadaptive_computation

[View code on Github](https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/labml_nn/adaptive_computation/ init.py)

#

Neural Networks with Adaptive Computation

These are neural network architectures that change the computation complexity based on the complexity of the input sample.

labml.ai