using GAN in regression proplems
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Abdulaziz Almershed
 il 1 Dic 2020
  
    
    
    
    
    Commentato: Abdulaziz Almershed
 il 27 Dic 2020
            Greetings,
I am doing a research paper to invetigate the capabilities of Deep Learning in predicting Residual Stress in metals after welding. however, there is very little information from deep learning experts tothis end. one of my ideas is using GAN to generate more data, as data of RS post welding is very scarce. however, all over the internet and in matlab especially 99% of Deep Learning is in image recognition. anyhow, is there any ideas of how to use GAN to ptoduce numeric tabular results?
Thank you and sorry for the very lengthy introduction.
in anyway if anyone has any advice disregarding my question it would be very much appreciated.
0 Commenti
Risposta accettata
  Abhishek Gupta
    
 il 15 Dic 2020
        Hi,
As per my understanding, you want to use a GAN network to generate numeric tabular data for your research work. One can achieve this task by using fullyConnectedLayer in place of convolution2dLayer or transposedConv2dLayer in the generator and the discriminator model. 
Further, you can refer to the following link to train your GAN model: -
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

