Skip to content

Commit

Permalink
Merge pull request #599 from autonomio/improve_readme
Browse files Browse the repository at this point in the history
Improve readme
  • Loading branch information
mikkokotila committed Apr 22, 2024
2 parents 66e8540 + d3b7e41 commit 2477bc2
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Expand Up @@ -4,7 +4,7 @@
<br>
</h1>

<h3 align="center">Hyperparameter Optimization for Keras, TensorFlow (tf.keras) and PyTorch</h3>
<h3 align="center">Hyperparameter Optimization for TensorFlow and Keras</h3>

<p align="center">

Expand All @@ -31,30 +31,33 @@
</p>
<hr>
<p align="center">
Talos radically changes the ordinary Keras, TensorFlow (tf.keras), and PyTorch workflow by <strong>fully automating hyperparameter tuning</strong> and <strong>model evaluation</strong>. 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 <strong>fully automating hyperparameter experiments</strong> and <strong>model evaluation</strong>. Talos exposes TensorFlow (tf.keras) and Keras functionality entirely and there is no new syntax or templates to learn.
</p>
<p align="center">
<img src='https://i.ibb.co/3NFH646/keras-model-to-talos.gif' width=550px>
<img src='https://i.ibb.co/3NFH646/keras-model-to-talos.gif' width=550px><br>
<em>The above animation illustrates how a minimal Sequntial model is modified for Talos</em>
</p>

### 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.

<hr>

### :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
Expand Down Expand Up @@ -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.`

<hr>

Expand Down

0 comments on commit 2477bc2

Please sign in to comment.