XML
AI/MLフレームワーク - XML
AI/MLフレームワークは、機械学習モデルの構築、トレーニング、デプロイメントを支援するソフトウェアライブラリおよびツール群です。TensorFlow、PyTorch、Keras、Scikit-learnなど、Pythonを中心に多様なフレームワークが存在し、深層学習、従来の機械学習、エッジコンピューティングなど、さまざまな用途に対応しています。これらのフレームワークは、研究開発から本番環境での運用まで、AI技術の普及と発展に不可欠な基盤となっています。
機械学習
深層学習
AI
Python
TensorFlow
PyTorch
データサイエンス
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>tensorflow</slug>
<name>TensorFlow</name>
<description>Googleが開発したオープンソースの機械学習フレームワークです。</description>
<developer>Google</developer>
<language>Python, C++, CUDA</language>
<license>Apache 2.0</license>
</item>
<item>
<code>02</code>
<slug>pytorch</slug>
<name>PyTorch</name>
<description>Metaが開発した動的計算グラフを特徴とする機械学習フレームワークです。</description>
<developer>Meta</developer>
<language>Python, C++</language>
<license>BSD</license>
</item>
<item>
<code>03</code>
<slug>keras</slug>
<name>Keras</name>
<description>人間のための高レベルディープラーニングAPIです。</description>
<developer>Google</developer>
<language>Python</language>
<license>Apache 2.0</license>
</item>
<item>
<code>04</code>
<slug>scikit-learn</slug>
<name>Scikit-learn</name>
<description>Pythonの伝統的な機械学習ライブラリです。</description>
<developer>Community</developer>
<language>Python</language>
<license>BSD</license>
</item>
<item>
<code>05</code>
<slug>jax</slug>
<name>JAX</name>
<description>Googleが開発した高性能機械学習ライブラリです。</description>
<developer>Google</developer>
<language>Python</language>
<license>Apache 2.0</license>
</item>
<item>
<code>06</code>
<slug>hugging-face-transformers</slug>
<name>Hugging Face Transformers</name>
<description>自然言語処理と大規模言語モデルのためのライブラリです。</description>
<developer>Hugging Face</developer>
<language>Python</language>
<license>Apache 2.0</license>
</item>
<item>
<code>07</code>
<slug>xgboost</slug>
<name>XGBoost</name>
<description>高速で高精度な勾配ブースティングライブラリです。</description>
<developer>Community</developer>
<language>Python, C++</language>
<license>Apache 2.0</license>
</item>
<item>
<code>08</code>
<slug>lightgbm</slug>
<name>LightGBM</name>
<description>Microsoftが開発した高速勾配ブースティングフレームワークです。</description>
<developer>Microsoft</developer>
<language>Python, C++</language>
<license>MIT</license>
</item>
<item>
<code>09</code>
<slug>onnx</slug>
<name>ONNX</name>
<description>機械学習モデルの相互運用性を実現するオープン標準です。</description>
<developer>Microsoft, Facebook, AWS</developer>
<language>Multiple</language>
<license>MIT</license>
</item>
<item>
<code>10</code>
<slug>apache-spark-mllib</slug>
<name>Apache Spark MLlib</name>
<description>大規模データの分散機械学習ライブラリです。</description>
<developer>Apache Software Foundation</developer>
<language>Python, Scala, Java</language>
<license>Apache 2.0</license>
</item>
</items>