photo

Kazuya Machida

MathWorks

Last seen: 3 days 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

3 文件

Cody

0 个问题
2 个答案

ThingSpeak

1 公开的 个频道

排名
2,751
of 300,147

声誉
22

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
5

排名
7,734 of 20,878

声誉
122

平均
4.70

贡献数
3 文件

下载次数
7

ALL TIME 下载次数
889

排名
91,897
of 167,532

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

已回答
RoadRunnerで道路を分離する方法はありますか?
Road Chop Toolで道路の分割ができるかと思います。 1 本の道路をつながっている 2 本の道路に分断 - MATLAB - MathWorks 日本 ピッタリ2等分する機能はないですが、道路上の任意の場所で分割できます。 完全に2等分した...

2 years 前 | 0

已提交


Deep Learning for Hammering Test
This demo shows a simple deep learning application for audio data.

5 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


ディープラーニングによる打音検査
MATLABのディープラーニング機能を使い、異常音の分類を行うサンプルスクリプトです。

5 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


360-degree-image-processing
Image Processing for 360 degree camera

5 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已回答
YOLOv2ネットワークの損失関数での、各項に対する重みの変更について
Kenta Itakuraさん、 以下のように、YOLOv2の出力層レイヤー(yolov2OutputLayer)を新たに作成して、置き換える方法でうまく行きますでしょうか? %% lgraphの最終層のみ取り出す newlayer = yolo...

6 years 前 | 2

| 已接受

已回答
Matlabでの医用画像(dcmファイル)による分類器の作り方
こちらの動画等はすでに確認されていますでしょうか? ビデオ途中にディープラーニングを使った分類があります。 【医用画像を題材とした3次元画像解析とディープラーニング】 https://jp.mathworks.com/videos/3d-image-...

6 years 前 | 0

| 已接受

已回答
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...

7 years 前 | 0

频道


Gear (EXPO2018)

7 years 前

已回答
MATLAB評価版(32bit版)のダウンロードについて
MATLABですが、R2016aから64bit版のみとなっています。 R2015b以前のバージョンでしたら32bit版でも評価していただくことはできます。 (ただし、R2016a以降に追加された機能、Toolbox、関数はお試し頂けないのでご注意くださ...

7 years 前 | 3

| 已接受

已解决


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

8 years 前

已解决


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

8 years 前