Keras 3.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cupy

    NumPy & SciPy for GPU

    I did not expect anything interesting, but this is actually cool.

    > A full implementation of the NumPy API. Not something "NumPy-like" — just literally the NumPy API, with the same functions and the same arguments.

    I suppose it's like https://cupy.dev/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ivy

    Convert Machine Learning Code Between Frameworks

    See also https://github.com/unifyai/ivy which I have not tried but seems along the lines of what you are describing, working with all the major frameworks

  • Keras

    Deep Learning for humans

    All breaking changes are listed here: https://github.com/keras-team/keras/issues/18467

    You can use this migration guide to identify and fix each of these issues (and further, making your code run on JAX or PyTorch): https://keras.io/guides/migrating_to_keras_3/

  • keras-hub

    Pretrained model hub for Keras 3

    Yes, Keras can be used to build LLMs. In fact this is one of the main use cases.

    There are some tutorials about how to do it "from scratch", like this: https://keras.io/examples/nlp/neural_machine_translation_wit...

    Otherwise, if you want to reuse an existing LLM (or just see how a large one would be implemented in practice) you can check out the models from KerasNLP. For instance, this is BERT, basically just a stack of TransformerEncoders. https://github.com/keras-team/keras-nlp/blob/master/keras_nl...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨

    1 project | dev.to | 3 Nov 2024
  • Create ML models that can run in any environment

    1 project | news.ycombinator.com | 3 Oct 2024
  • TransformerEngine: A library for accelerating Transformer models on Nvidia GPUs

    1 project | news.ycombinator.com | 25 Sep 2024
  • How to Learn Generative AI: A Step-by-Step Guide

    3 projects | dev.to | 23 Sep 2024
  • Las 10 Mejores Herramientas de Inteligencia Artificial de Código Abierto

    9 projects | dev.to | 21 Aug 2024