diff --git a/README.md b/README.md index 048927a..9fa5627 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-

Hyperparameter Optimization for Keras, TensorFlow (tf.keras) and PyTorch

+

Hyperparameter Optimization for TensorFlow and Keras

@@ -31,30 +31,33 @@


-Talos radically changes the ordinary Keras, TensorFlow (tf.keras), and PyTorch workflow by fully automating hyperparameter tuning and model evaluation. Talos exposes Keras and TensorFlow (tf.keras) and PyTorch functionality entirely and there is no new syntax or templates to learn. +Talos importantly improves ordinary TensorFlow (tf.keras) and Keras workflows by fully automating hyperparameter experiments and model evaluation. Talos exposes TensorFlow (tf.keras) and Keras functionality entirely and there is no new syntax or templates to learn.

- +
+The above animation illustrates how a minimal Sequntial model is modified for Talos

### Talos -TL;DR +TL;DR Thousands of researchers have found Talos to importantly improve ordinary TensorFlow (tf.keras) and Keras workflows without taking away or hiding any of their power. -Talos radically transforms ordinary Keras, TensorFlow (tf.keras), and PyTorch workflows without taking away. + - Works with ANY Keras, TensorFlow (tf.keras) or PyTorch model + - Takes minutes to implement + - No new syntax to learn + - Adds zero new overhead to your workflow + - Bullet-proof results with no breaking bugs since 2019 + - Comprehensive, up-to-date documentation - - works with ANY Keras, TensorFlow (tf.keras) or PyTorch model - - takes minutes to implement - - no new syntax to learn - - adds zero new overhead to your workflow +Talos is made for researchers, data scientists, and data engineers that want to remain in **complete control of their TensorFlow (tf.keras) and Keras models**, but are tired of mindless parameter hopping and confusing optimization solutions that add complexity instead of reducing it. -Talos is made for data scientists and data engineers that want to remain in **complete control of their TensorFlow (tf.keras) and PyTorch models**, but are tired of mindless parameter hopping and confusing optimization solutions that add complexity instead of reducing it. Within minutes, without learning any new syntax, Talos allows you to configure, perform, and evaluate hyperparameter optimization experiments that yield state-of-the-art results across a wide range of prediction tasks. Talos provides the **simplest and yet most powerful** available method for hyperparameter optimization with TensorFlow (tf.keras) and PyTorch. +**Within minutes, without learning any new syntax,** Talos allows you to configure, perform, and evaluate hyperparameter experiments that yield state-of-the-art results across a wide range of prediction tasks. Talos provides the **simplest and yet most powerful** available method for hyperparameter optimization with TensorFlow (tf.keras) and Keras.
### :wrench: Key Features -Based on what no doubt constitutes a "biased" review (being our own) of more than ~30 hyperparameter tuning and optimization solutions, Talos comes on top in terms of intuitive, easy-to-learn, highly permissive access to critical hyperparameter optimization capabilities. Key features include: +Based on what no doubt constitutes a "biased" review (being our own) of more than ~30 hyperparameter tuning and optimization solutions, Talos comes on top in terms of intuitive, easy-to-learn, highly permissive access to critical hyperparameter experimentation capabilities. Key features include: - Single-line optimize-to-predict pipeline `talos.Scan(x, y, model, params).predict(x_test, y_test)` - Automated hyperparameter optimization @@ -123,7 +126,7 @@ Daily development version: If you use Talos for published work, please cite: -`Autonomio Talos [Computer software]. (2020). Retrieved from http://github.com/autonomio/talos.` +`Autonomio Talos [Computer software]. (2024). Retrieved from http://github.com/autonomio/talos.`