lech king
Followers: 0 Following: 0
Estadística
32 Preguntas
0 Respuestas
CLASIFICACIÓN
32.589
of 295.448
REPUTACIÓN
1
CONTRIBUCIONES
32 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.63%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
How to record the results of neural network training
Hi I have trained a neural network Which items should I save to record my final results for academic presentation? I want the...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How much can a graphics card make a difference in neural networks?
Hello I did not have access to the graphics card to train the neural network that I implemented and I use a server system with ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Recognize images that are not recognized correctly
Hello I extract parts of the lungs from the CT scans, but in some cases this extraction is not done properly. There are many ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to determine the correct number of Validation Frequency during neural network training
Hello How is the appropriate and optimal value for parameter Validation Frequency and mini batch size calculated? Assuming we ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
data augmentation in CNN
Hello I am going to train a squeezenet to detect CT scans in two classes of people with covid19 and healthy people, assuming th...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
The reason for the sudden changes in the amount of accuracy in the MATLAB Deep Learning application?
My goal is to detect corona from CT scan using neural networks (squeezenet). i have 2 classes of positive corona or negative cor...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Where is the problem with this code?
I will receive this message after entering the information(dsnew) into the deep learning application invalid training data for ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Identify the lungs from a CT scan
Hi I want to first identify the lungs in the CT scan image of people with covid 19 disease and then separate them and remove th...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add Gaussian noise to the pictures in ImageDatastore
Thank you for guiding me Is my understanding of these codes correct? Assuming that variable Train contained one hundred images...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Fill missing parts of the image
I want to separate the part related to the lungs from the CT scans, but in some image, important information from the image is l...
más de 3 años hace | 0 respuestas | 1
0
respuestasPregunta
How to apply a function to a large number of images
I have written an image processing function When there is only one image, for load image using imread and save the result with...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove image margins
After extracting the required parts from a CT scan, I also intend to remove the extra margins of the image (black parts around t...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract specific parts of a matrix
In a 512 x 512 matrix where each cell has a number between 0 and 1000, a large part of the cells in this matrix, for example, co...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find the maximum density inside a matrix
I threshold a CT scan and then label it using command bwlabel and then complete it using morphological commands. For the case...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
need help in confusion matrix details
Hi After training a network, I got this matrix Can you explain the percentages written in the last row and column? Does MATLA...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how fined vector index
I have a vector of 60,000 x 1, each part containing the values 0-9 What do I need to do to find out in which cells, for example...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a tree ??
How do I make a tree like this so that its offspring can be separated? Of course, the tree I want will be 17 levels Build with...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw a graph with 18 levels
Hello I want to show the (valid) states of the river problem in the form of a graph in MATLAB and then apply search DFS on it, ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Need guidance in using function subplot
Hello In a 2 * 2 mode, function subplot works well and the third and fourth places are assigned to the third image. Example ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to graphically represent man in MATLAB
Hello I implemented the river problem in MATLAB and used the following function to graphically represent this problem (which No...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to image de-noise whit (Wavelet) using dwt3 and idwt3
Hello I have implemented using dwt2 and idwt2 But I have not used dwt3 and idwt3 so far. Is it possible to help me with thes...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Write text below the photo
Hello Is it possible when we display a photo, in addition to the title at the bottom of the photo, to write content ?? For exa...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Wavelet Image Denoising Whit Threshold
Hello I want to do de-noise image using commands wdenoise2 and helperCompare2DDenoisingDTCWT. Is it possible for me to do the ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to stop it if the restrictions are not observed
Hello I want the program to stop if the user does not comply with the restrictions How do I do this? And is it possible to ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to display graphically
Hello I want the conditions of an issue to be graphically displayed at each step of the program. For example, in the case of a ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to present the river crossing puzzle in MATLAB
Hello I want to plan the famous river crossing puzzle in MATLAB Friends have a suggestion or guide for me on how to do this ??...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use logistic regression toolbox
Hello I thought there was a toolbox logistic regression in MATLAB, but I was confused and could not find it. In a simple examp...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
grayscale image average without matlab function
Hi I want to calculate the average of 3x3 cells of a matrix that contains the values of a grayscale image, which is a variable ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Perform operations on non-zero locations of the matrix
pic1=rgb2gray(pic); pic2 = imnoise(pic1,'salt & pepper',0.05); %%%%%%%Hard Thresholding%%%%%% Container=pic2>80; Container=...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Select a certain number of mine Vector Members in MATLAB
Hi I have a 40 x 1 vector. I want to find the location of 20 smaller components of this vector. The position of these members i...
alrededor de 4 años hace | 1 respuesta | 0