Skip to content

Commit ce0cdb6

Browse files
committed
ja translation
1 parent df566e0 commit ce0cdb6

10 files changed

Lines changed: 203 additions & 183 deletions

File tree

docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ <h1><a href="index.html">labml.ai Annotated PyTorch Paper Implementations</a></h
7373
<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>
7474
<p><img alt="Screenshot" src="dqn-light.png"></p>
7575
<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>
76-
<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>
76+
<h2>Translations</h2>
77+
<h3><strong><a href="https://nn.labml.ai">English (original)</a></strong></h3>
78+
<h3><strong><a href="https://nn.labml.ai/zh/">Chinese (translated)</a></strong></h3>
79+
<h3><strong><a href="https://nn.labml.ai/ja/">Japanese (translated)</a></strong></h3>
7780
<h2>Paper Implementations</h2>
7881
<h4><a href="transformers/index.html">Transformers</a></h4>
7982
<ul><li><a href="transformers/mha.html">Multi-headed attention</a> </li>

docs/ja/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nn.labml.ai

docs/ja/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ <h1><a href="index.html">labml.ai アノテーション付き PyTorch ペーパ
7373
<p>これは、ニューラルネットワークと関連アルゴリズムの単純な PyTorch 実装のコレクションです。<a href="https://github.com/labmlai/annotated_deep_learning_paper_implementations">これらの実装は説明付きで文書化されており</a><a href="index.html">ウェブサイトではこれらを並べてフォーマットされたメモとして表示しています</a>。これらは、これらのアルゴリズムをよりよく理解するのに役立つと信じています。</p>
7474
<p><img alt="Screenshot" src="dqn-light.png"></p>
7575
<p>このリポジトリを積極的に管理し、新しい実装を追加しています。<a href="https://twitter.com/labmlai"><img alt="Twitter" src="https://img.shields.io/twitter/follow/labmlai?style=social"></a>更新用。</p>
76-
</a><h2>言語:<strong><a href="https://nn.labml.ai">英語</a></strong> | <strong><a href="https://nn.labml.ai/zh/">中国語 (翻訳済み)</strong></h2>
76+
<h2>翻訳</h2>
77+
<h3><strong><a href="https://nn.labml.ai">英語 (原文)</a></strong></h3>
78+
</a><h3><strong><a href="https://nn.labml.ai/zh/">中国語 (翻訳済み)</strong></h3>
79+
</a><h3><strong><a href="https://nn.labml.ai/ja/">日本語 (翻訳済み)</strong></h3>
7780
<h2>論文による実装</h2>
7881
<h4><a href="transformers/index.html">トランスフォーマー</a></h4>
7982
<ul><li><a href="transformers/mha.html">多面的な注意</a></li>

0 commit comments

Comments
 (0)