mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 09:31:42 +08:00
footer
This commit is contained in:
@ -62,22 +62,25 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class='section' id='section-0'>
|
||||
<div class='docs'>
|
||||
<div class='section-link'>
|
||||
<a href='#section-0'>#</a>
|
||||
</div>
|
||||
<h1><a href="https://nn.labml.ai/adaptive_computation/index.html">Neural Networks with Adaptive Computation</a></h1>
|
||||
<div class='docs'>
|
||||
<div class='section-link'>
|
||||
<a href='#section-0'>#</a>
|
||||
</div>
|
||||
<h1><a href="https://nn.labml.ai/adaptive_computation/index.html">Neural Networks with Adaptive Computation</a></h1>
|
||||
<p>These are neural network architectures that change the computation complexity based on the
|
||||
complexity of the input sample.</p>
|
||||
<ul>
|
||||
<li>🚧 TODO: Adaptive Computation Time for Recurrent Neural Networks</li>
|
||||
<li><a href="https://nn.labml.ai/adaptive_computation/ponder_net/index.html">PonderNet: Learning to Ponder</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='code'>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class='code'>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class='footer'>
|
||||
<a href="https://papers.labml.ai">Trending Research Papers</a>
|
||||
<a href="https://labml.ai">labml.ai</a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML">
|
||||
@ -96,6 +99,7 @@ complexity of the input sample.</p>
|
||||
displayAlign: 'center',
|
||||
"HTML-CSS": { fonts: ["TeX"] }
|
||||
});
|
||||
|
||||
</script>
|
||||
<script>
|
||||
function handleImages() {
|
||||
|
Reference in New Issue
Block a user