interpret icon indicating copy to clipboard operation
interpret copied to clipboard

How can I interpret a fully connected nerual network?

Open farukalamai opened this issue 2 years ago • 0 comments

Here is my model summary,

Sequential( (0): Linear(in_features=49, out_features=64, bias=True) (1): ReLU() (2): Linear(in_features=64, out_features=256, bias=True) (3): ReLU() (4): Linear(in_features=256, out_features=1024, bias=True) (5): ReLU() (6): Linear(in_features=1024, out_features=256, bias=True) (7): ReLU() (8): Linear(in_features=256, out_features=64, bias=True) (9): ReLU() (10): Linear(in_features=64, out_features=49, bias=True) (11): Sigmoid() )

farukalamai avatar Jan 31 '24 19:01 farukalamai