Community Profile

photo

ssk


Active since 2019

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


GoogLenetの転移学習をGPU環境でやってみたところ、CPUと同じくらい時間がかかったのですが、改善策はなにかありますか?
プログラミング初心者です。 以下のリンクを参考に(コードはほぼ変えずに)GoogleNetの転移学習をGPU環境で行っています。 https://jp.mathworks.com/help/deeplearning/examples/transfer-...

4 years ago | 1 answer | 0

1

answer

Question


dicomファイルのリサイズについて
Alexnet、Googlenetを利用するために 256*256*1のdicomファイルを257*257*3にリサイズしようとしております。 以下がコードです。 %path = current directory currentdirectory...

4 years ago | 1 answer | 0

1

answer

Question


Workspace上でCNNのbiasやweightを表示するには
プログラミング初心者です。MATLABのWorkspaceにbiasやweightを表示するコラムがあるという記述を過去の質問記事で拝見したのですが、見つかりませんでした。どのような方法でみなさんはbiasやweightを表示しているのでしょうか。

4 years ago | 1 answer | 0

1

answer

Question


CNNのフィルタ数とフィルタサイズの決め方について
プログラミング初心者でCNNの概念についてつまづいております。 下記リンクにつきまして相談がございます。 https://jp.mathworks.com/help/deeplearning/examples/create-simple-deep-le...

4 years ago | 1 answer | 0

1

answer

Question


なぜCNNでは畳み込み層のフィルタ数を倍ずつにしていくのか
CNN初心者です。以下のリンクの下記コードにつきまして、畳み込み層のフィルタ数が倍ずつになっておりますが、なぜこのようになるかご教示いただけますでしょうか。個人的にはフィルタの数だけ特徴マップが出力されるため、より精度を高くするために倍にするのではと考えて...

4 years ago | 1 answer | 0

1

answer

Question


GoogLeNetはAlexnetよりパラメータ数が少ないにもかかわらず、なぜ計算時間が長くなるか
GoogLeNetとAlexnetを同じtraining optionで転移学習し、学習時間を比較したところ、GoogLeNetはAlexnetより計算時間が長くなりました。Workspaceで確認したところ、GoogLeNetのbytes(バイト数)はA...

5 years ago | 1 answer | 0

1

answer

Question


医用画像のimage classification用のpublic datasetを探しています
医用画像のimage classification用のpublic datasetを探しています。 既にラベリング済で合計数GB以下のdatasetであれば理想です。 また、可能であれば、CSVファイルではなく、DICOMファイルを希望いたします。 ...

5 years ago | 1 answer | 0

1

answer

Question


転移学習の方が自分で作ったCNNモデルより計算時間がかかってしまう
機械学習初心者です。 CNNモデルをゼロから作ってトレーニングしたものと、AlexnetやGoogLeNetで転移学習したもののトレーニング時間を(同じtraining optionで)比較したところ、CNNモデルをゼロから作ってトレーニングしたものの方...

5 years ago | 1 answer | 0

1

answer

Question


AlexNetを利用した転移学習における特徴抽出につきまして
機械学習初心者です。特徴抽出の概念でつまづいているところがございましてご質問いたしました。 下記リンクがAlexnetを利用した転移学習のリンクとなります。 https://jp.mathworks.com/help/deeplearning/exam...

5 years ago | 1 answer | 1

1

answer

Question


Feature Exctraction using GoogLeNet with SVM
Hi, there! I`m very new to matlab. I run the GoogLenet code based on following link. It works well, however it take lots of tim...

5 years ago | 1 answer | 0

1

answer

Question


機械学習の計算速度を上げるには
プログラミング初心者です。 以下のディレクトリ構造に基づき、alexnetの転移学習を数千枚の画像で行ったのですが、 計算結果を出すまでに数日~1週間強かかってしまいます。 精度を保ちつつ計算速度を上げたいと考えておりますが、ご示唆を頂けますでしょう...

5 years ago | 1 answer | 0

1

answer

Question


画像分類(classification)において主成分分析(PCA)を導入するには
プログラミング初心者です。 以下のディレクトリ構造とリンクに基づき、Alexnetの転移学習を利用した画像識別器を作成し、主成分分析(PCA)を併せて加えたいと考えております。 どうぞよろしくお願いいたします。 リンク:https://jp.math...

5 years ago | 1 answer | 0

1

answer

Question


matlabのディープラーニングでは、なぜテストデータを使わずにバリデーションデータを使うのか
プログラミング初心者です。 下記リンクにつきまして、 https://jp.mathworks.com/help/deeplearning/examples/train-deep-learning-network-to-classify-new-ima...

5 years ago | 1 answer | 0

1

answer

Question


Alexnetの転移学習をGPU環境で行うには
以下のリンクを参考にAlexnetの転移学習をGPUで行いたいと考えております。 どのようなGPUの追加コードを加えると動くでしょうか。 https://jp.mathworks.com/help/deeplearning/examples/trans...

5 years ago | 1 answer | 0

1

answer

Question


Do we need to perform cross validation on googlenet or alexnet
I’m very new to programming. I am writing the image classification code based on the following tutorial, https://jp.mathworks....

5 years ago | 1 answer | 0

1

answer

Question


googlenetやalexnetの導入時に交差検定を行う必要があるか
プログラミング初心者です。 現在、画像分析のコードを以下のチュートリアルをもとに書いているのですが、 https://jp.mathworks.com/help/deeplearning/examples/create-simple-deep-lear...

5 years ago | 1 answer | 0

1

answer

Question


交差検定(cross-validation)につきまして
プログラミング初心者です。 以下のディレクトリ構造に基づき、cross-validationのコードを自力で書きたいと思っていますが、 数週間考えてもどのように分割していいか分からず質問いたします。 どうぞよろしくお願いいたします。 main ...

5 years ago | 1 answer | 0

1

answer

Question


GoogleNetのaccuracyを改善する方法につきまして
プログラミング初心者です。 以下のリンクをもとにgooglenetでDICOM ファイルのclassificationを行いました https://jp.mathworks.com/help/deeplearning/examples/train-de...

5 years ago | 1 answer | 0

1

answer

Question


DICOM Image Resize Error
Hi,there. I'm new to matlab and programming. Since resizing is needed for Alexnet and Googlenet, I`m now working on resizing D...

5 years ago | 4 answers | 0

4

answers

Question


googlenet利用時のエラー:Undefined function or variable 'freezeWeights'.
プログラミング初心者です。 https://jp.mathworks.com/help/deeplearning/examples/transfer-learning-using-googlenet.html 上のリンクをもとにgooglenetを使...

5 years ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements (4).というエラーについて
プログラミング初心者です。 以下は当方のディレクトリ構造です。 main -- a -- image.dcm(10 dicom file)  -- b   -- image.dcm(10 dicom file)  -- ...

5 years ago | 1 answer | 0

1

answer

Question


Attempt to execute SCRIPT googlenet as a function: というエラーにつきまして
プログラミング初心者です。 自身のデータセットでgooglenetを試してみたところ、以下のエラーが出ました。 net = googlenet Attempt to execute SCRIPT googlenet as a function Al...

5 years ago | 1 answer | 0

1

answer

Question


DICOMファイルのリサイズにつきまして
プログラミング初心者です。 現在256*256ピクセルのDICOM画像がございます。 AlexNetで本画像を使用するため、サイズを227 x 227 x 3に変更する必要がございます。 mriVolumeResized = imresize3(mr...

5 years ago | 1 answer | 0

1

answer

Question


Medical Image Classificationにおけるcross-validationの使い方につきまして
プログラミング初心者です。 以下のディレクトリ構造に基づき、cross-validationのコードを書きたいと思っていますが、 helpを見てもつまづいてしまいましてご質問いたします。 cross-validationは10-foldを希望しており...

5 years ago | 1 answer | 0

1

answer

Question


CNNへの交差検定(Cross-Validation)の導入の仕方
プログラミング初心者です。 現在、チュートリアルのコードを微修正して動かしており、以下のコードに交差検定の追加を検討しております。 [imdsTrain,imdsValidation] = splitEachLabel(imds,0.5,'random...

5 years ago | 1 answer | 0

1

answer

Question


分類器のvalidation accuracyはなぜ毎回異なるのか
プログラミング初心者です。 下記リンクを参考にコンパイルしてみたところ、varidation accuracyが毎回コンパイル毎に異なります。 リンク:https://jp.mathworks.com/help/deeplearning/example...

5 years ago | 1 answer | 0

1

answer

Question


classify関数の使い方について
プログラミング初心者です。 YPred = classify(net,imdsValidation); YValidation = imdsValidation.Labels; accuracy = sum(YPred == YValidatio...

5 years ago | 1 answer | 0

1

answer

Question


DICOMファイルのデータサイズの読み込み方
プログラミング初心者です。 CNNを動かすのにDICOMファイルのデータサイズを必要としています。(データサイズは〇〇pixel ×〇〇pixelという形式を想定しています。) %path = current directory currentdir...

5 years ago | 1 answer | 0

1

answer

Question


DICOM File Output Error (DICOMファイルのアウトプットエラーについて)
Hi, there! I tried to output DICOM file in the following way, however I couldn't upload well. (please see the attachment.) The ...

5 years ago | 1 answer | 0

1

answer

Question


ディレクトリの下の階層も全て含めてmatlabに読み込ませるには?
プログラミング初心者です。 matlabで画像処理を行なおうと思っており、ディレクトリを(画像等が入っている)下の階層含め、すべて読み込ませようと思ったのですが、どうやらうまくいっていないようです。 .mファイルのみ読み取ることができて、matlab上...

5 years ago | 2 answers | 0

2

answers

Load more