mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-29 01:26:44 +08:00
11 lines
297 B
Python
11 lines
297 B
Python
"""
|
|
# LabML Models
|
|
|
|
* [Transformers](transformers/index.html)
|
|
* [Recurrent Highway Networks](recurrent_highway_networks/index.html)
|
|
* [LSTM](lstm/index.html)
|
|
|
|
If you have any suggestions for other new implementations,
|
|
please create a [Github Issue](https://github.com/lab-ml/labml_nn/issues).
|
|
"""
|