发帖人 Monica Song

2 结果

清除过滤器
  • 2025年6月24日 / Kaggle

    Using KerasHub for easy end-to-end machine learning workflows with Hugging Face

    KerasHub enables users to mix and match model architectures and weights across different machine learning frameworks, allowing checkpoints from sources like Hugging Face Hub (including those created with PyTorch) to be loaded into Keras models for use with JAX, PyTorch, or TensorFlow. This flexibility means you can leverage a vast array of community fine-tuned models while maintaining full control over your chosen backend framework.

    How to load model weights from SafeTensors into KerasHub for multi-framework machine learning
  • 2025年5月13日 / TensorFlow

    使用 Keras 和 JAX,在 10 分钟内即可完成 Recommender 系统的构建和训练

    Keras Recommenders (KerasRS) 是新推出的库,旨在帮助开发者使用带有排名和检索基本模块的 API 构建推荐系统。该库不仅可以通过 pip 安装,还支持 JAX、TensorFlow 或 PyTorch 后端。

    Build and train a Recommender System in 10 minutes using Keras and JAX