iota2.learning.pytorch.torch_nn_bank
Module containing all natively usable pytorch neural networks in iota2
Functions
|
A decorator indicating abstract methods. |
|
Apply a function of two arguments cumulatively to the items of a sequence, from left to right, so as to reduce the sequence to a single value. |
|
Check if a module can be imported |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
Metaclass for defining Abstract Base Classes (ABCs). |
|
Same as ANN but reshape it's inputs |
|
every neural networks provided by iota2 must inherit from this one to ensure some specific signatures. |
|
factory to a Iota2NeuralNetwork object |
|
|
|
SITS classifier using a transformer encoder |
|
Simple Multi Layer Perceptron for Satellite Image Time Series classification |
|
Attention layer using validity masks as context vector |
|
metaclass which check every abstract methods definition |
|
Self attention layer using dot product and addition |
|
SITS classifier using validity masks and self attention. |