MAGIST-Algorithm
keras-hub
MAGIST-Algorithm | keras-hub | |
---|---|---|
1 | 2 | |
5 | 828 | |
- | 3.0% | |
3.8 | 9.6 | |
over 1 year ago | 6 days ago | |
Python | Python | |
GNU General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MAGIST-Algorithm
-
AI Startup Closer than EVER to GENERAL INTELLIGENCE!
If you want to see this for yourself, please visit our GitHub Repository and website!
keras-hub
-
Keras 3.0
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...
-
Keras Core: Keras for TensorFlow, Jax, and PyTorch
Yes, you can check out KerasCV and KerasNLP which host pretrained models like ResNet, BERT, and many more. They run on all backends as of the latest releases (today), and converting them to be backend-agnostic was pretty smooth! It took a couple of weeks to convert the whole packages.
https://github.com/keras-team/keras-nlp/tree/master/keras_nl...
What are some alternatives?
python - π Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts using Libraries and Logic. These things everyone should know in their journey with programming.
returnn - The RWTH extensible training framework for universal recurrent neural networks
100DaysOfML - 100 Days Of Machine Learning. New Content in every 1-2 day and projects every week. The massive 100DaysOfML in building
i6_experiments
Finch - π€The next evolution of evolution.
keras-core - A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
IntroDLPython - This repository is updated by a number of introductory projects to deep learning with Python.
keras-cv - Industry-strength Computer Vision workflows with Keras
neuro-symbolic-sudoku-solver - βοΈ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
best-of-ml-python - π A ranked list of awesome machine learning Python libraries. Updated weekly.
ADBench - Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.
d2l-en - Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.