게시물 작성자 Yufeng Guo

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분 만에 추천자 시스템 개발 및 학습

    Keras Recommenders(KerasRS)는 개발자가 순위 지정 및 검색을 위한 빌딩 블록이 있는 API를 사용하여 추천 시스템을 개발하는 데 도움을 드리고자 출시된 새로운 라이브러리로, JAX, TensorFlow 또는 PyTorch 백엔드를 지원하는 pip를 통해 설치할 수 있습니다.

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