Made mcmc example. Added ability to view matplotlib plots.

This commit is contained in:
Alec Helbling
2023-02-02 21:59:31 -05:00
parent 9698907cbf
commit 134be057fb
22 changed files with 322 additions and 81 deletions

View File

@ -174,6 +174,7 @@ class Convolutional2DLayer(VGroupNeuralNetworkLayer, ThreeDLayer):
)
self.construct_activation_function()
super().construct_layer(input_layer, output_layer, **kwargs)
def construct_activation_function(self):
"""Construct the activation function"""