how to build "Nested UNet or UNet++" in MATLAB?
    8 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Raza Ali
 le 29 Jan 2020
  
    
    
    
    
    Réponse apportée : Mahesh Taparia
    
 le 4 Fév 2020
            I want to know hoe to build nested U-Net neural network or U-Net++ architecture in MATLAB.  
0 commentaires
Réponse acceptée
  Mahesh Taparia
    
 le 4 Fév 2020
        Hi Raza, 
UNet++ is an encoder-decoder based network for segmentation which consists of many layers like convolutional layers, batch normalization layer, concatenation layer, pooling layer, activation function etc. These layers are present in deep learning toolbox. You can refer to this documentation page for more information on how to use these layers. The architecture of UNet++ can be defined as stated in the paper of UNet++ using these layers. You can refer this custom example, which shows how to define a CNN architecture. Hope it will help. 
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

