Skip to content

Commit

Permalink
link to translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Apr 2, 2023
1 parent c5685c9 commit d4c3335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h1><a href="index.html">labml.ai Annotated PyTorch Paper Implementations</a></h
<p>This is a collection of simple PyTorch implementations of neural networks and related algorithms. <a href="https://github.com/labmlai/annotated_deep_learning_paper_implementations">These implementations</a> are documented with explanations, and the <a href="index.html">website</a> renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better.</p>
<p><img alt="Screenshot" src="dqn-light.png"></p>
<p>We are actively maintaining this repo and adding new implementations. <a href="https://twitter.com/labmlai"><img alt="Twitter" src="https://img.shields.io/twitter/follow/labmlai?style=social"></a> for updates.</p>
<h2>Languages: <strong><a href="https://nn.labml.ai">English</a></strong> | <strong><a href="https://nn.labml.ai/zh/">Chinese (translated)</a></strong></h2>
<h2>Paper Implementations</h2>
<h4><a href="transformers/index.html">Transformers</a></h4>
<ul><li><a href="transformers/mha.html">Multi-headed attention</a> </li>
Expand Down
1 change: 1 addition & 0 deletions labml_nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
implementations.
[![Twitter](https://img.shields.io/twitter/follow/labmlai?style=social)](https://twitter.com/labmlai) for updates.
## Languages: **[English](https://nn.labml.ai)** | **[Chinese (translated)](https://nn.labml.ai/zh/)**
## Paper Implementations
Expand Down

0 comments on commit d4c3335

Please sign in to comment.