Statistics
RANK
3,934
of 295,448
REPUTATION
13
CONTRIBUTIONS
11 Questions
5 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
6
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
CUDA seems not to be supported
My GPU is NVIDA GTX 1660, and I succeeded in updating my CUDA toolkit to 12.6, as confrimed by nvcc --version C:\Users\Administ...
20 days ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 0 answers | 0
0
answersTwo 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...
5 years ago | 0
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...
5 years ago | 3
Question
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 = ...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 7 answers | 3
7
answersi 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...
5 years ago | 0
| accepted
Question
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 ...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
What transposedConv2dLayer Outputs?
Hi there, Please imagine there is an autoencoder, of which the architecture is as follows: 1. a convolution layer without padd...
5 years ago | 0 answers | 0
0
answersRunning Code on GPU Seems much Slower than Doing so on CPU
BTW, my version is 2019a
5 years ago | 0
Question
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() ...
5 years ago | 2 answers | 0
2
answersQuestion
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...
5 years ago | 4 answers | 0
4
answersGenerate 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...
5 years ago | 0