3 結果
2025年11月13日 / AI
Metrax is a high-performance JAX-based metrics library developed by Google. It standardizes model evaluation by offering robust, efficient metrics for classification, NLP, and vision, eliminating manual re-implementation after migrating from TensorFlow. Key strengths include parallel computation of "at K" metrics (e.g., PrecisionAtK) for multiple K values and strong integration with the JAX AI Stack, leveraging JAX's performance features. It is open-source on GitHub.
2025年6月24日 / Kaggle
KerasHub を使用すると、さまざまな機械学習フレームワーク間でモデル アーキテクチャと重みを組み合わせることができ、Hugging Face Hub などのソース(PyTorch で作成されたものを含む)のチェックポイントを Keras モデルに読み込んで JAX、PyTorch、TensorFlow で利用できるようになります。この柔軟性により、選択したバックエンド フレームワークを完全に制御しながら、コミュニティによってファインチューニングされた幅広いモデルを活用できます。
2025年5月13日 / TensorFlow
Keras Recommenders(KerasRS)は、レコメンデーション システムを開発するための新しいライブラリです。pip でインストールでき、ランキングや検索のビルディング ブロックとなる API を利用できます。JAX、TensorFlow、PyTorch バックエンドがサポートされています。