User Portlet
| Discussions |
|---|
| Hi Mikayel! Greetings from 2023. I just downloaded the notebook and was trying to run the codes. Just noticed that the supporting files are not yet uploaded here. Would you please upload them? Thanks for this! |
| This follows an example in the documentation: binImg = Binarize[img]; distImg = DistanceTransform[binImg] // ImageAdjust; negDistImg = ColorNegate[distImg] // ImageAdjust; ImageMultiply[binImg,... |
| Hi Sjoerd! This is not exactly about the post, but related to the Dropout method used in training evaluation mode. I am using the Self-normalizing Neural Network (SNN) for regression in one of my works. I had the idea to create a sample similar to... |