Skip to content

Commit 9e31981

Browse files
committed
Update ecosystem page
1 parent f72b866 commit 9e31981

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

templates/getting_started/ecosystem.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ It spans a wide range of related initiatives that cover every step of the machin
55

66
---
77

8-
## KerasTuner
9-
10-
[KerasTuner Documentation](/keras_tuner/) - [KerasTuner GitHub repository](https://github.com/keras-team/keras-tuner)
11-
12-
KerasTuner is an easy-to-use, scalable hyperparameter optimization framework that solves the pain points of hyperparameter search. Easily configure your search space with a define-by-run syntax, then leverage one of the available search algorithms to find the best hyperparameter values for your models. KerasTuner comes with Bayesian Optimization, Hyperband, and Random Search algorithms built-in, and is also designed to be easy for researchers to extend in order to experiment with new search algorithms.
13-
14-
---
15-
168
## KerasHub
179

1810
[KerasHub Documentation](/keras_hub/) - [KerasHub GitHub repository](https://github.com/keras-team/keras-hub)
@@ -24,13 +16,11 @@ out-of-the-box and are easily customizable when more control is needed.
2416

2517
---
2618

27-
## KerasCV
28-
29-
[KerasCV Documentation](/keras_cv/) - [KerasCV GitHub repository](https://github.com/keras-team/keras-cv)
19+
## KerasTuner
3020

31-
KerasCV is a repository of modular building blocks (layers, metrics, losses, data-augmentation) that applied computer vision engineers can leverage to quickly assemble production-grade, state-of-the-art training and inference pipelines for common use cases such as image classification, object detection, image segmentation, image data augmentation, etc.
21+
[KerasTuner Documentation](/keras_tuner/) - [KerasTuner GitHub repository](https://github.com/keras-team/keras-tuner)
3222

33-
KerasCV can be understood as a horizontal extension of the Keras API: the components are new first-party Keras objects (layers, metrics, etc) that are too specialized to be added to core Keras, but that receive the same level of polish and backwards compatibility guarantees as the rest of the Keras API.
23+
KerasTuner is an easy-to-use, scalable hyperparameter optimization framework that solves the pain points of hyperparameter search. Easily configure your search space with a define-by-run syntax, then leverage one of the available search algorithms to find the best hyperparameter values for your models. KerasTuner comes with Bayesian Optimization, Hyperband, and Random Search algorithms built-in, and is also designed to be easy for researchers to extend in order to experiment with new search algorithms.
3424

3525
---
3626

@@ -51,3 +41,15 @@ clf = ak.ImageClassifier()
5141
clf.fit(x_train, y_train)
5242
results = clf.predict(x_test)
5343
```
44+
45+
---
46+
47+
## BayesFlow
48+
49+
[BayesFlow documentation](https://bayesflow.org/) - [BayesFlow](https://github.com/bayesflow-org/bayesflow)
50+
51+
A Python library for amortized Bayesian workflows using generative neural networks, built on Keras 3, featuring:
52+
53+
- A user-friendly API for rapid Bayesian workflows
54+
- A rich collection of neural network architectures
55+
- Multi-backend support via Keras 3: You can use PyTorch, TensorFlow, or JAX

0 commit comments

Comments
 (0)