ray/doc/source/ray-air/examples/index.rst
Amog Kamsetty e8440cf52b
[AIR] Incremental Learning Example (#24420)
Example for domain incremental learning on Permuted MNIST Dataset with naive strategy
2022-05-26 12:28:28 -07:00

32 lines
1 KiB
ReStructuredText

.. _air-examples-ref:
========
Examples
========
End-to-end tutorials
--------------------
- :doc:`/ray-air/examples/tfx_tabular_train_to_serve`: How to use Ray AIR to train a Keras model on tabular data and serve it.
- :doc:`/ray-air/examples/torch_incremental_learning`: Incrementally train and deploy a PyTorch CV model
- :doc:`/ray-air/examples/huggingface_text_classification`: How to use Ray AIR to run Hugging Face Transformers fine-tuning on a text classification task.
- :doc:`/ray-air/examples/rl_serving_example`
.. air-general-examples:
Feature Guides
--------------
- :doc:`/ray-air/examples/analyze_tuning_results`: How to analyze trial results (e.g. find the best trial) of a hyperparameter tuning run.
- :doc:`/ray-air/examples/upload_to_comet_ml`
- :doc:`/ray-air/examples/upload_to_wandb`
Trainers
--------
- :doc:`/ray-air/examples/lightgbm_example`
- :doc:`/ray-air/examples/rl_offline_example`
- :doc:`/ray-air/examples/rl_online_example`
- :doc:`/ray-air/examples/sklearn_example`
- :doc:`/ray-air/examples/xgboost_example`