photo

Satadru Mukherjee


Last seen: casi 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

1 Pregunta
10 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
95 Soluciones

CLASIFICACIÓN
21.272
of 300.364

REPUTACIÓN
2

CONTRIBUCIONES
1 Pregunta
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
11.957 of 20.934

REPUTACIÓN
36

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
4

ALL TIME DESCARGAS
364

CLASIFICACIÓN
7.318
of 168.407

CONTRIBUCIONES
0 Problemas
95 Soluciones

PUNTUACIÓN
961

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Revival Level 1
  • First Answer
  • Personal Best Downloads Level 1
  • First Submission
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How can I confirm that a template image is found in the primary image using cross correlation?
Please refer this video -- Pattern Finding in Image using Cross Correlation | MATLAB Happy Learning :-)

más de 4 años hace | 0

Respondida
Similar image grouping in dataset
You can refer this video-- Color Image Segregation using ResNet-18 & K-Means Clustering Hope this will be helpful.

más de 4 años hace | 0

Respondida
mean shift algorithm ,matlab code
Here is the complete code with explanation-- https://youtu.be/tk7802wmpS4 I hope the answer will be helpful for you . Happy M...

más de 4 años hace | 0

Respondida
clustering Algorithm's Matlab codes
You can see following video for DBSCAN Clustering Algorithm: https://youtu.be/Ia0a4B2m9HQ

casi 5 años hace | 0

Respondida
How do I implement Linear regression with leave-one-out cross validation in MATLAB?
Demo code of Implementation linear regression with leave-one-out cross validation in MATLAB Note: I have tried to avoid the inb...

alrededor de 5 años hace | 1

Respondida
Hough transform doesn't detect some lines
Simple Code , no need Hough-- clc clear all close all warning off x=imbinarize(rgb2gray(imread('Capture.JPG'))); imshow(x)...

más de 5 años hace | 0

Respondida
Help In Separation of objects in an image into different images
Check this code: clc clear all close all x=imbinarize(rgb2gray(imread('Capture.JPG'))); imshow(x); [L n]=bwlabel(x); fo...

más de 5 años hace | 0

Pregunta


Is the code for binary logistic regression is correct using glmfit? I am new in this domain , so confused a bit
%% clc clear all close all warning off %% g=[2.7810836 2.550537003 0 1.465489372 2.362125076 0 3.396561688 4.400293529 0...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
covariance and correlation
Execute the below code , in th cova variable covariance & in the corr variable , correlation result will be stored... clc clea...

más de 5 años hace | 0

Respondida
k nearest neighbor regression function
clc clear all close all x=input('Enter the x coordinates:'); y=input('Enter the y coordinates:'); z=[]; a=input('Enter the...

más de 5 años hace | 0