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