
Kazuya Machida
MathWorks
Statistiche
RANK
2.251
of 277.829
REPUTAZIONE
22
CONTRIBUTI
0 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
5
RANK
7.706 of 18.798
REPUTAZIONE
108
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
3 File
DOWNLOAD
12
ALL TIME DOWNLOAD
753
CONTRIBUTI
0 Post
CONTRIBUTI
1 Pubblico Canale
VALUTAZIONE MEDIA
30
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Inviato
Deep Learning for Hammering Test
This demo shows a simple deep learning application for audio data.
quasi 3 anni fa | 3 download |

Inviato
360-degree-image-processing
Image Processing for 360 degree camera
circa 3 anni fa | 1 download |

YOLOv2ネットワークの損失関数での、各項に対する重みの変更について
Kenta Itakuraさん、 以下のように、YOLOv2の出力層レイヤー(yolov2OutputLayer)を新たに作成して、置き換える方法でうまく行きますでしょうか? %% lgraphの最終層のみ取り出す newlayer = yolo...
oltre 3 anni fa | 2
| accettato
Matlabでの医用画像(dcmファイル)による分類器の作り方
こちらの動画等はすでに確認されていますでしょうか? ビデオ途中にディープラーニングを使った分類があります。 【医用画像を題材とした3次元画像解析とディープラーニング】 https://jp.mathworks.com/videos/3d-image-...
oltre 4 anni fa | 0
| accettato
how to export ground truth labeler using image labeler app into table?
Hi, You can use "objectDetectorTrainingData" function to convert gTruth to table data after exporting gTruth from image labeler...
oltre 4 anni fa | 0
MATLAB評価版(32bit版)のダウンロードについて
MATLABですが、R2016aから64bit版のみとなっています。 R2015b以前のバージョンでしたら32bit版でも評価していただくことはできます。 (ただし、R2016a以降に追加された機能、Toolbox、関数はお試し頂けないのでご注意くださ...
circa 5 anni fa | 3
| accettato
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 5 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 5 anni fa