2023-03-06 15:13:51 +00:00
|
|
|
########
|
|
|
|
Examples
|
|
|
|
########
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<div class="display-card-container">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
.. displayitem::
|
|
|
|
:header: Image Classification
|
|
|
|
:description: Train an image classifier on the MNIST dataset
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/image_classifier
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-03-06 15:13:51 +00:00
|
|
|
:tag: basic
|
|
|
|
|
2023-04-06 18:32:23 +00:00
|
|
|
.. displayitem::
|
|
|
|
:header: Transformer Language Model
|
|
|
|
:description: A simple language model that learns to predict the next word in a sentence
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/language_model
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-04-06 18:32:23 +00:00
|
|
|
:tag: basic
|
|
|
|
|
2023-03-06 15:13:51 +00:00
|
|
|
.. displayitem::
|
|
|
|
:header: GAN
|
|
|
|
:description: Train a GAN that generates realistic human faces
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/dcgan
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-03-06 15:13:51 +00:00
|
|
|
:tag: intermediate
|
|
|
|
|
|
|
|
.. displayitem::
|
|
|
|
:header: Meta-Learning
|
|
|
|
:description: Distributed training with the MAML algorithm on the Omniglot and MiniImagenet datasets
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/meta_learning
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-03-06 15:13:51 +00:00
|
|
|
:tag: intermediate
|
|
|
|
|
|
|
|
.. displayitem::
|
|
|
|
:header: Large Language Models
|
2024-03-17 23:57:38 +00:00
|
|
|
:description: Pretrain a large language model (LLM)
|
|
|
|
:button_link: https://github.com/Lightning-AI/litgpt/blob/main/tutorials/pretrain_tinyllama.md
|
2023-03-06 15:13:51 +00:00
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-03-06 15:13:51 +00:00
|
|
|
:tag: advanced
|
|
|
|
|
|
|
|
.. displayitem::
|
|
|
|
:header: Reinforcement Learning
|
|
|
|
:description: Implementation of the Proximal Policy Optimization (PPO) algorithm with multi-GPU support
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/reinforcement_learning
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-10-06 12:36:01 +00:00
|
|
|
:tag: intermediate
|
2023-03-06 15:13:51 +00:00
|
|
|
|
2023-03-07 15:43:47 +00:00
|
|
|
.. displayitem::
|
|
|
|
:header: K-Fold Cross Validation
|
|
|
|
:description: Cross validation helps you estimate the generalization error of a model and select the best one.
|
|
|
|
:button_link: https://github.com/Lightning-AI/lightning/tree/master/examples/fabric/kfold_cv
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-10-06 12:36:01 +00:00
|
|
|
:tag: intermediate
|
2023-03-07 15:43:47 +00:00
|
|
|
|
2023-03-06 15:13:51 +00:00
|
|
|
.. displayitem::
|
|
|
|
:header: Active Learning
|
|
|
|
:description: Coming soon
|
|
|
|
:col_css: col-md-4
|
2024-03-27 00:04:37 +00:00
|
|
|
:height: 200
|
2023-10-06 12:36:01 +00:00
|
|
|
:tag: intermediate
|
2023-03-06 15:13:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|