Community Profile

photo

Theron FARRELL


Last seen: 3 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Kontakt

Statistiken

  • Knowledgeable Level 1
  • Thankful Level 3
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


When Running Histogram(...), a File Selection Dialogue Box Is Opened
Version: MATLAB R2021a OS: Windows 7 Even when I run the code in the help file of histogram(...) function, The file selectio...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Two Issues about MATLAB's Official Example of GAN
Hi Gautam, Thanks a lot for your articulating answer and great help! All puzzle cleared! Anyway, concerning custom trainin...

mehr als 4 Jahre vor | 0

Beantwortet
Two Issues about MATLAB's Official Example of GAN
Hi Steven, It is neither reporting a bug nor reprimanding MATLAB's flaws. The reason I posted the question is purely for tech...

mehr als 4 Jahre vor | 3

Frage


What is derivative trace in dlgradient function?
Hi there, I am trying to train a GAN. By exploring MATLAB's official example, I realised the following gradientsGenerator = ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Manually Change dlnet's Learnable Parameters?
Hi, I want to add some minor noise to a dlnet.Learnables. Firstly, I tried to convert each learnables from table to cell to ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use BINARY Cross Entropy function in a dlnet
I tried to calculate a binary cross-entropy by perf = crossentropy(net,targets,outputs,perfWeights) Yet it seems it supports ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Two Issues about MATLAB's Official Example of GAN
I am tring MATLAB's official example of GAN (https://www.mathworks.com/help/deeplearning/examples/train-generative-adversarial-n...

mehr als 4 Jahre vor | 7 Antworten | 3

7

Antworten

Beantwortet
i have an RGB image and i would like to convert it into numerical data
I suppose you know how to read an image % I will be a numerical array, then I = imread(...) % Then you may use % k is ones o...

fast 5 Jahre vor | 0

| akzeptiert

Frage


How to Establish my Own Autoencoder and Specify Input?
Hi there, I wish to design my own autoencoder with some input arrays I specify. let us say, I have 10,000 2D arrays in which ...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I Implement a Point-wise Operation via convolution3dLayer?
Hi there, Because there is no point-wise convolution layer in MATLAB, is that correct if I implement it by % Suppose that the...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What transposedConv2dLayer Outputs?
Hi there, Please imagine there is an autoencoder, of which the architecture is as follows: 1. a convolution layer without padd...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Running Code on GPU Seems much Slower than Doing so on CPU
BTW, my version is 2019a

fast 5 Jahre vor | 0

Frage


Why is arrayfun for GPU slower than normal operations
Hi there, Here goes a piece of testing code, yet arrayfun runs more slowly. Any thoughts? Many thanks. function Test_GPU1() ...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Running Code on GPU Seems much Slower than Doing so on CPU
Hi there, I am using a Thinkpad W550, and my GPU is Quadro K620M. As I simply ran the following code, the profile showed that r...

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Generate random numbers given distribution/histogram
Hi there, I use this naive function to generate artificial outliers applied in machine learning. Hope that it will be a bit h...

fast 5 Jahre vor | 0