Linear Layers#
Fully-connected linear transformation layers with various specializations. Includes standard dense layers, weight-standardized variants for improved training stability, sparse connections for efficiency, and low-rank adaptation (LoRA) for parameter-efficient fine-tuning.
Linear transformation layer. |
|
Linear layer with weight standardization. |
|
Linear layer with signed absolute weights. |
|
Linear layer with sparse weight matrix. |
|
Low-Rank Adaptation (LoRA) layer. |
|
All-to-all connection layer. |
|
One-to-one connection layer. |