Neural Networks =============== This section implements a handful of common neural network and neural architectures. The :class:`FeedForwardNeuralNetwork` does not change the architecture of a neural network, but provides an easy interface to control the behavior of the Bayesian and Dropout layers introduced in this module. List of Neural Networks ^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Neural Network Parent Class Deep Operator Network Feed Forward Neural Network Fourier Neural Operator U-Net Neural Network