Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hi,all, Â Does anybody know how to do random sample without replacement? The randsample function in matlab only supports sampling with replacement. Â...
I have a 1D data which need to be separated by two . Â So I used fitgmdist(data,2); and got mu sigma component proportion for each of the gaussian di...
I have five classifiers SVM, random forest, naive Bayes, decision tree, KNN,I attached my Matlab code. I want to combine the results of these five cla...
Hi everybody, Â I tried to use trainFastRCNNObjectDetector function with custom region proposal. --> Extracting region proposals from 1064 training i...
How are the functions "train" and "trainNetwork" different underneath? When should I use "train" instead of "trainNetwork" or vice-versa?...
I would like to do a project on skull stripping. What is the effective method to perform skull stripping/removal? Could anyone help me in getting code...
The NVLink yields a high bidirectional bandwidth between the cards (the Geforce 2080 ti offers 100 GB/, while the GeForce RTX 2080 offers 50GB/s). Whe...
Why do I see a drop (or jump) in my final validation accuracy when training a deep learning network? Â ...
I would like to generate two normally distributed random vectors with a specified correlation. Â ...
Hi, I have curve fitted an histogram using the gaussian function. Now I would like to know how to extract a series of cell diameters from the gaussian...