Mohamed Nasr
Followers: 0 Following: 0
Estadística
14 Preguntas
3 Respuestas
CLASIFICACIÓN
136.698
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
GUI Code problem in callback
%Project Title: Brain Tumor Segmentation & Classification %Author: Manu B.N %Contact: manubn88@gmail.com function varargout...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
machine learning for medical data
Hay: I want to make brain tumor classification using neural network code not deep learning
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
machine learning for medical analysis
close all clc clear all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'D:\matlab aml\dataset3'); I...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
train brain tumor dataset
please i want code to train brain tumor data set using neural network
más de 4 años hace | 2 respuestas | 0
2
respuestasManually Training and Testing Backpropagation Neural Network with different inputs
Hi,please I want make image classification using BPNN ?
más de 4 años hace | 0
Pregunta
back propagation neural network image classification
I want code to make image classification by BBNN
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make the same image size ?
clear all; clc; close all; imds = imageDatastore('D:\matlab aml\dataset1','FileExtensions',{'.jpg'},'IncludeSubfolders',true,...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
convolutional neural network for medical segmentation code
please this is my code and error is labelCount = 2×2 table Label Count _____ _____ no 91...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
what is error in my function ?
function diff_im = anisodiff(im, num_iter, delta_t, kappa, option) fprintf('Removing noise\n'); fprintf('Filtering Completed !...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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)...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 3 respuestas | 0
3
respuestasreference to non-existent field solidity
Thanks alot really for your patient and your support
más de 5 años hace | 0
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...
más de 5 años hace | 0
Pregunta
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}...
más de 5 años hace | 3 respuestas | 0