Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 950 Bytes

functions.rst

File metadata and controls

54 lines (42 loc) · 950 Bytes

functional interface for neural network architectures

Following are functions which provide an easy and fast interface to build neural networks. These functions return configuration of neural network which can directly be fed to Model class.

MLP

ai4water.models

LSTM

ai4water.models

CNN

ai4water.models

CNNLSTM

ai4water.models

TCN

ai4water.models

LSTMAutoEncoder

ai4water.models

TFT

ai4water.models

FTTransformer

ai4water.models

TabTransformer

ai4water.models