nnΒΆ
|
Accessor is a neural network module that provides access to specific tensor data with optional activation. |
|
This class is designed to concatenate multiple tensors along the last dimension and apply an activation function to the concatenated result. |
|
Dirichlet is a neural network module that overwrites values with that of dirichlet field. |
|
Contraction is a neural network module that performs a contraction operation on the input tensor. |
|
DeepSets is a neural network module that performs permutation invariant / equivariant operation on the input tensor. |
|
EnEquivariantMLP is a neural network module that performs an E(n)-equivariant operation on the input tensor. |
|
EnEquivariantTCN is a neural network module that performs an E(n)-equivariant operation on the time series input tensors. |
|
Einsum is a neural network module that performs a einsum operation on the input tensors. |
|
GCN is a neural network module that performs a graph convolution operation on the input tensor. |
|
Identity is a neural network module that returns the input tensor. |
|
IsoGCN is a neural network module that performs an spatial pifferential operation on the input tensor. |
|
Multi Layer Perceptron |
|
Pseudo inverse of the reference MLP layer. |
|
Proportional, i.e., strictly linear, layer |
|
Rearrange is a neural network module that performs a rearrange operation on the input tensor. |
|
Reducer is a neural network module that performs a reduction operation on the input tensor. |
|
Share module have same operations as the reference module. |
|
Similarity-equivariant Multi Layer Perceptron as in https://proceedings.mlr.press/v235/horie24a.html. |
|
Sparse Matrix Multiplication Network |
|
Temporal Convolutional Networks |
|
TimeSeriesToFeatures is a neural network module that converts a time series tensor into a non time series tensor by summing the time series tensor along the time dimension. |