layers.linear.Linear
Methods
Name | Description |
---|---|
forward | y = Ax |
forward
y = Ax where A is the weight matrix x is basis
Name | Description |
---|---|
forward | y = Ax |
y = Ax where A is the weight matrix x is basis
# layers.linear.Linear { #pompon.layers.linear.Linear }
```python
layers.linear.Linear(self, in_dim, out_dim, key)
```
## Methods
| Name | Description |
| --- | --- |
| [forward](#pompon.layers.linear.Linear.forward) | y = Ax |
### forward { #pompon.layers.linear.Linear.forward }
```python
layers.linear.Linear.forward(vector)
```
y = Ax
where A is the weight matrix x is basis