photo

Theron FARRELL


Last seen: 25日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
6 回答

ランク
4,086
of 300,759

評判
13

コントリビューション
12 質問
6 回答

回答採用率
41.67%

獲得投票数
6

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

回答済み
How to specify /MT in MATLAB coder?
Cheers. Is it here? If I choose C++, will I also need to add /MD in the row for C Compiler as well?

6ヶ月 前 | 0

質問


How to specify /MT in MATLAB coder?
HI there, I am using MATLAB coder to generate C++ code. Where can I set /MT (multithread) or /MD (multithread DLL)? Many thanks...

7ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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...

約1年 前 | 2 件の回答 | 0

2

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

6年弱 前 | 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...

6年弱 前 | 3

質問


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 = ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約6年 前 | 0 件の回答 | 0

0

回答

質問


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...

約6年 前 | 7 件の回答 | 3

7

回答

回答済み
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...

6年以上 前 | 0

| 採用済み

質問


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 ...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Running Code on GPU Seems much Slower than Doing so on CPU
BTW, my version is 2019a

6年以上 前 | 0

質問


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() ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

6年以上 前 | 4 件の回答 | 0

4

回答

回答済み
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...

6年以上 前 | 0