photo

Mohamed Nasr


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


GUI Code problem in callback
%Project Title: Brain Tumor Segmentation & Classification %Author: Manu B.N %Contact: manubn88@gmail.com function varargout...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how make brain tumor classification
clc; clear all; close all; [I,path]=uigetfile('*.jpg','D:\matlab aml\dataset3'); str=strcat(path,I); s=imread(str); nu...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


machine learning for medical data
Hay: I want to make brain tumor classification using neural network code not deep learning

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


machine learning for medical analysis
close all clc clear all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'D:\matlab aml\dataset3'); I...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


train brain tumor dataset
please i want code to train brain tumor data set using neural network

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Manually Training and Testing Backpropagation Neural Network with different inputs
Hi,please I want make image classification using BPNN ?

etwa 4 Jahre vor | 0

Frage


back propagation neural network image classification
I want code to make image classification by BBNN

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to make the same image size ?
clear all; clc; close all; imds = imageDatastore('D:\matlab aml\dataset1','FileExtensions',{'.jpg'},'IncludeSubfolders',true,...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to make my dataset images with the same size ?
how to make my dataset images with the same size ? for example 227*227*3

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


convolutional neural network for medical segmentation code
please this is my code and error is labelCount = 2×2 table Label Count _____ _____ no 91...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is error in my function ?
function diff_im = anisodiff(im, num_iter, delta_t, kappa, option) fprintf('Removing noise\n'); fprintf('Filtering Completed !...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


machine learning for medical data analysis
clear all close all clc I = imread('b1.jpg'); figure;imshow(I); patch = imcrop(I,[170, 35, 50 50]); patchVar = std2(patch)...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is mean of label1,label2,.......
clear all close all clc i=imread('5.jpg'); i1=rgb2gray(i); figure(1);imshow(i) imdata=reshape(i1,[],1);%covert into arry ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


hey ,I make GUI Application in matlab for brain tumor segmentation and I have this problem
function varargout = GUi(varargin) % GUI MATLAB code for GUi.fig % GUI, by itself, creates a new GUI or raises the existi...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
reference to non-existent field solidity
Thanks alot really for your patient and your support

etwa 5 Jahre vor | 0

Beantwortet
reference to non-existent field solidity
clear all clc close all img=imread('brain2.jpg'); bw=imbinarize(img , 0.9); %Thresholding value if less than 0.7 color is...

mehr als 5 Jahre vor | 0

Frage


reference to non-existent field solidity
hi I have error message in matlab 2017 reference to non-existent field 'solidity' Error in Tumor(line denisty={stats.solidity}...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten