Theron FARRELL
Followers: 0 Following: 0
Estadística
11 Preguntas
5 Respuestas
CLASIFICACIÓN
3.936
of 295.467
REPUTACIÓN
13
CONTRIBUCIONES
11 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
21 días hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasTwo 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...
casi 5 años hace | 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...
casi 5 años hace | 3
Pregunta
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 = ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 5 años hace | 7 respuestas | 3
7
respuestasi 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...
más de 5 años hace | 0
| aceptada
Pregunta
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 ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
What transposedConv2dLayer Outputs?
Hi there, Please imagine there is an autoencoder, of which the architecture is as follows: 1. a convolution layer without padd...
más de 5 años hace | 0 respuestas | 0
0
respuestasRunning Code on GPU Seems much Slower than Doing so on CPU
BTW, my version is 2019a
más de 5 años hace | 0
Pregunta
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() ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 4 respuestas | 0
4
respuestasGenerate 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...
más de 5 años hace | 0