photo

nima aalizade


Last seen: 2 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
5 个回答

File Exchange

1 文件

排名
7,494
of 297,503

声誉
6

贡献数
1 个提问
5 个回答

回答接受率
100.0%

收到投票数
1

排名
2,651 of 20,449

声誉
634

平均
4.50

贡献数
1 文件

下载次数
28

ALL TIME 下载次数
5989

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

提问


Invalid training data. The output size (5) of the last layer doesn't match the number of classes (5). How to match output size??
net=vgg16(); imds = imageDatastore(fullfile('E:\','data','labels'),... 'IncludeSubfolders',true,'FileExtensions','.dcm',...

6 years 前 | 2 个回答 | 0

2

个回答

已回答
i want to extract the colon from ct abdominal dataset of 600 dicom images.
You can use <https://www.mathworks.com/matlabcentral/fileexchange/27941-dicom-toolbox?s_tid=srchtitle this> toolbox or another l...

7 years 前 | 0

已回答
Undefined function 'taylor' for input arguments of type 'uint8'. je peut pas vraiement comprendre c'est quoi l'erreur ?
taylor analysis is not defined for numeric arrays.

7 years 前 | 0

| 已接受

已回答
time series seasonal decomposition
you can use runge-kutta algorithm to decompose your data.

7 years 前 | 0

已回答
ECG P QRS T wave detecting matlab code
*use this code* close all;clear;clc; sig=load('ecg_60hz_200.dat'); N=length(sig); fs=200; t=[0:N-1]/f...

7 years 前 | 1

已回答
Invalid training data. The output size (5) of the last layer doesn't match the number of classes (5). How to match output size??
hello, for using SegNet, you most have pixel labeled data with image labeler. you can use <https://www.mathworks.com/example...

7 years 前 | 0

| 已接受