Community Profile

photo

Satadru Mukherjee


Last seen: 5 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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 :-)

presque 3 ans il y a | 0

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

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

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

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 1

A répondu
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)...

presque 4 ans il y a | 0

A répondu
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...

presque 4 ans il y a | 0

Question


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...

presque 4 ans il y a | 1 réponse | 0

0

réponse

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

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0