Skip to content

Commit bda8b1b

Browse files
rgommerssteppi
authored andcommitted
New translations tabcontents.yaml (Japanese)
1 parent 4431485 commit bda8b1b

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

content/ja/tabcontents.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
machinelearning:
22
paras:
33
-
4-
para1: NumPy forms the basis of powerful machine learning libraries like [scikit-learn](https://scikit-learn.org) and [SciPy](https://www.scipy.org). As machine learning grows, so does the list of libraries built on NumPy. [TensorFlow’s](https://www.tensorflow.org) deep learning capabilities have broad applications — among them speech and image recognition, text-based applications, time-series analysis, and video detection. [PyTorch](https://pytorch.org), another deep learning library, is popular among researchers in computer vision and natural language processing. [MXNet](https://github.com/apache/incubator-mxnet) is another AI package, providing blueprints and templates for deep learning.
5-
para2: Statistical techniques called [ensemble](https://towardsdatascience.com/ensemble-methods-bagging-boosting-and-stacking-c9214a10a205) methods such as binning, bagging, stacking, and boosting are among the ML algorithms implemented by tools such as [XGBoost](https://github.com/dmlc/xgboost), [LightGBM](https://lightgbm.readthedocs.io/en/latest/), and [CatBoost](https://catboost.ai) — one of the fastest inference engines. [Yellowbrick](https://www.scikit-yb.org/en/latest/) and [Eli5](https://eli5.readthedocs.io/en/latest/) offer machine learning visualizations.
4+
para1: NumPyは、[scikit-learn](https://scikit-learn.org)[SciPy](https://www.scipy.org)のような強力な機械学習ライブラリの基礎を形成しています。機械学習の技術分野が成長するにつれ、NumPyをベースにしたライブラリの数も増えています。[TensorFlow](https://www.tensorflow.org)の深層学習機能は、音声認識や画像認識、テキストベースのアプリケーション、時系列分析、動画検出など、幅広い応用用途があります。[PyTorch](https://pytorch.org)も、コンピュータビジョンや自然言語処理の研究者に人気のある深層学習ライブラリです。[MXNet](https://github.com/apache/incubator-mxnet)もAIパッケージの一つで、深層学習の設計図やテンプレート機能を提供しています。
5+
para2: '[ensemble](https://towardsdatascience.com/ensemble-methods-bagging-boosting-and-stacking-c9214a10a205)法と呼ばれる統計的手法であるビンニング、バギング、スタッキングや、[XGBoost](https://github.com/dmlc/xgboost)[LightGBM](https://lightgbm.readthedocs.io/en/latest/)[CatBoost](https://catboost.ai)などのツールで実装されているブースティングなどは、機械学習アルゴリズムの一つであり、最速の推論エンジンの一つです。[Yellowbrick](https://www.scikit-yb.org/en/latest/)[Eli5](https://eli5.readthedocs.io/en/latest/)は機械学習の可視化機能を提供しています。'
66
arraylibraries:
77
intro:
88
-
9-
text: NumPy's API is the starting point when libraries are written to exploit innovative hardware, create specialized array types, or add capabilities beyond what NumPy provides.
9+
text: NumPyのAPIは、革新的なハードウェアを利用したり、特殊な配列タイプを作成したり、NumPyが提供する以上の機能を追加するためにライブラリを作成する際の基礎となります。
1010
headers:
1111
-
12-
text: Array Library
12+
text: 配列ライブラリ
1313
-
14-
text: Capabilities & Application areas
14+
text: 機能と応用分野
1515
libraries:
1616
-
1717
title: Dask
18-
text: Distributed arrays and advanced parallelism for analytics, enabling performance at scale.
18+
text: 分析用の分散配列と高度な並列処理により、大規模な処理を可能にします。
1919
img: /images/content_images/arlib/dask.png
2020
alttext: Dask
2121
url: https://dask.org/
2222
-
2323
title: CuPy
24-
text: NumPy-compatible array library for GPU-accelerated computing with Python.
24+
text: Python を使用した GPUによる高速計算用のNumPy互換配列ライブラリ
2525
img: /images/content_images/arlib/cupy.png
2626
alttext: CuPy
2727
url: https://cupy.chainer.org
@@ -33,37 +33,37 @@ arraylibraries:
3333
url: https://github.com/google/jax
3434
-
3535
title: Xarray
36-
text: Labeled, indexed multi-dimensional arrays for advanced analytics and visualization
36+
text: 高度な分析と視覚化のためのラベルとインデックス付き多次元配列
3737
img: /images/content_images/arlib/xarray.png
3838
alttext: xarray
3939
url: https://xarray.pydata.org/en/stable/index.html
4040
-
4141
title: Sparse
42-
text: NumPy-compatible sparse array library that integrates with Dask and SciPy's sparse linear algebra.
42+
text: Dask SciPy の疎行列の線形代数ライブラリを統合した、Numpy 互換の疎行列ライブラリ
4343
img: /images/content_images/arlib/sparse.png
4444
alttext: sparse
4545
url: https://sparse.pydata.org/en/latest/
4646
-
4747
title: PyTorch
48-
text: Deep learning framework that accelerates the path from research prototyping to production deployment.
48+
text: 研究用のプロトタイピングから本番運用への展開を加速させる、深層学習フレームワーク
4949
img: /images/content_images/arlib/pytorch-logo-dark.svg
5050
alttext: PyTorch
5151
url: https://pytorch.org/
5252
-
5353
title: TensorFlow
54-
text: An end-to-end platform for machine learning to easily build and deploy ML powered applications.
54+
text: 機械学習を利用したアプリケーションを簡単に構築・展開するための、エンド・ツー・エンドの機械学習プラットフォーム
5555
img: /images/content_images/arlib/tensorflow-logo.svg
5656
alttext: TensorFlow
5757
url: https://www.tensorflow.org
5858
-
5959
title: MXNet
60-
text: Deep learning framework suited for flexible research prototyping and production.
60+
text: 柔軟や研究用のプロトタイピングから、実際の運用まで利用可能な深層学習フレームワーク
6161
img: /images/content_images/arlib/mxnet_logo.png
6262
alttext: MXNet
6363
url: https://mxnet.apache.org/
6464
-
6565
title: Arrow
66-
text: A cross-language development platform for columnar in-memory data and analytics.
66+
text: 列型のインメモリーデータやその分析のための、複数の言語に対応した開発プラットフォーム
6767
img: /images/content_images/arlib/arrow.png
6868
alttext: arrow
6969
url: https://github.com/apache/arrow
@@ -144,23 +144,23 @@ scientificdomains:
144144
alttext: A test tube.
145145
img: /images/content_images/sc_dom_img/chemistry.svg
146146
-
147-
title: Geoscience
148-
alttext: The Earth.
147+
title: 地球科学
148+
alttext: 地球
149149
img: /images/content_images/sc_dom_img/geoscience.svg
150150
-
151-
title: Geographic Processing
152-
alttext: A map.
151+
title: 地理情報処理
152+
alttext: 地図
153153
img: /images/content_images/sc_dom_img/GIS.svg
154154
-
155-
title: Architecture & Engineering
156-
alttext: A microprocessor development board.
155+
title: アーキテクチャとエンジニアリング
156+
alttext: マイクロプロセッサ開発ボード
157157
img: /images/content_images/sc_dom_img/robotics.svg
158158
datascience:
159-
intro: "NumPy lies at the core of a rich ecosystem of data science libraries. A typical exploratory data science workflow might look like:"
159+
intro: "Numpy は豊富なデータサイエンスライブラリのエコシステムの中核にあります。一般的なデータサイエンスのワークフローは次のようになります。"
160160
image1:
161161
-
162162
img: /images/content_images/ds-landscape.png
163-
alttext: Diagram of Python Libraries. The five catagories are 'Extract, Transform, Load', 'Data Exploration', 'Data Modeling', 'Data Evaluation' and 'Data Presentation'.
163+
alttext: Python ライブラリの図 。5 つのカテゴリに分類され、「抽出、変換、読み込み」、「データ探索」、「モデリング」、「評価」、「可視化」です。
164164
image2:
165165
-
166166
img: /images/content_images/data-science.png
@@ -182,37 +182,37 @@ visualization:
182182
-
183183
url: https://www.fusioncharts.com/blog/best-python-data-visualization-libraries
184184
img: /images/content_images/v_matplotlib.png
185-
alttext: A streamplot made in matplotlib
185+
alttext: matplotlibで作られたストリームプロット
186186
-
187187
url: https://github.com/yhat/ggpy
188188
img: /images/content_images/v_ggpy.png
189-
alttext: A scatter-plot graph made in ggpy
189+
alttext: ggpyで作られた散布図グラフ
190190
-
191191
url: https://www.journaldev.com/19692/python-plotly-tutorial
192192
img: /images/content_images/v_plotly.png
193-
alttext: A box-plot made in plotly
193+
alttext: plotyで作られた箱ひげ図
194194
-
195-
url: https://altair-viz.github.io/gallery/streamgraph.html
195+
url: https://alta-viz.github.io/gallery/streamgraph.html
196196
img: /images/content_images/v_altair.png
197-
alttext: A streamgraph made in altair
197+
alttext: altairで作られたストリームグラフ
198198
-
199199
url: https://seaborn.pydata.org
200200
img: /images/content_images/v_seaborn.png
201-
alttext: A pairplot of two types of graph, a plot-graph and a frequency graph made in seaborn"
201+
alttext: 2種類のグラフによるペアプロット。seabornで作られたプロットと周波数グラフ"
202202
-
203203
url: https://docs.pyvista.org/examples/index.html
204204
img: /images/content_images/v_pyvista.png
205-
alttext: A 3D volume rendering made in PyVista.
205+
alttext: PyVista製の3Dボリュームレンダリング
206206
-
207207
url: https://napari.org
208208
img: /images/content_images/v_napari.png
209-
alttext: A multi-dimensionan image made in napari.
209+
alttext: ナパリで作られた多次元画像
210210
-
211211
url: https://vispy.org/gallery/index.html
212212
img: /images/content_images/v_vispy.png
213-
alttext: A Voronoi diagram made in vispy.
213+
alttext: vispyで作られたボロノイ図
214214
content:
215215
-
216-
text: NumPy is an essential component in the burgeoning [Python visualization landscape](https://pyviz.org/overviews/index.html), which includes [Matplotlib](https://matplotlib.org), [Seaborn](https://seaborn.pydata.org), [Plotly](https://plot.ly), [Altair](https://altair-viz.github.io), [Bokeh](https://docs.bokeh.org/en/latest/), [Holoviz](https://holoviz.org), [Vispy](http://vispy.org), [Napari](https://github.com/napari/napari), and [PyVista](https://github.com/pyvista/pyvista), to name a few.
216+
text: NumPyは、[Matplotlib](https://matplotlib.org)[Seaborn](https://seaborn.pydata.org)[Plotly](https://plot.ly)[Altair](https://altair-viz.github.io)[Bokeh](https://docs.bokeh.org/en/latest/)[Holoviz](https://holoviz.org)[Vispy](http://vispy.org)[Napari](https://github.com/napari/napari)[PyVista](https://github.com/pyvista/pyvista)などの、急成長している[Python visualization landscape](https://pyviz.org/overviews/index.html)に欠かせないコンポーネントです。
217217
-
218-
text: NumPy's accelerated processing of large arrays allows researchers to visualize datasets far larger than native Python could handle.
218+
text: NumPy の大規模配列の高速処理により、研究者はネイティブの Python が扱うことができるよりも、はるかに大きなデータセットを可視化することができます。

0 commit comments

Comments
 (0)