Feeds
回答済み
Transfer learning CNN with regression at the end?
Lowering the initial learn rate to 1e-5 did the trick.
Transfer learning CNN with regression at the end?
Lowering the initial learn rate to 1e-5 did the trick.
7年以上 前 | 0
| 採用済み
回答済み
How to add a regression layer at the end of an existing CNN?
As Birju Patel suggested. I believe the problem was a too high initial learn rate. Lowering it to 1e-5 worked.
How to add a regression layer at the end of an existing CNN?
As Birju Patel suggested. I believe the problem was a too high initial learn rate. Lowering it to 1e-5 worked.
7年以上 前 | 0
| 採用済み
質問
Transfer learning CNN with regression at the end?
Hi I have been trying to test transfer learning with a regression layer at the end, but I end up with a network that always p...
7年以上 前 | 2 件の回答 | 1
2
回答質問
How to add a regression layer at the end of an existing CNN?
Hi I have been trying to use transfer learning with a regression layer at the end. However, I end up with NaNs when I try to ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Why always the same prediction error when using LSBoost with fitrensemble?
Hi I was using a trained regression ensemble on some test data when I realized that the prediction error was the same every t...
8年弱 前 | 0 件の回答 | 0
0
回答質問
Classification problem parsed as regression problem when Split Criterion is supplied to fitcensemble
Hi I ran a hyperparameter optimization to find the best parameters for a two-class classification problem using _fitcensemble...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Change objective function for hyperparameter optimization in regression ensembles
Hi I want to change the objective function which is minimized during hyperparameter optimization for regression ensembles. T...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How to best do cross-validation using fitensemble?
Hi I generated code from the Classification Learner app where I wanted to cross-validate a classifier. It gave me something l...
8年以上 前 | 1 件の回答 | 0
1
回答回答済み
Copy things from the documentation
I have now installed MATLAB R2013b. The documentation looks ok again. But I can still not copy text from it. If I mark some text...
Copy things from the documentation
I have now installed MATLAB R2013b. The documentation looks ok again. But I can still not copy text from it. If I mark some text...
11年弱 前 | 0
| 採用済み
回答済み
Copy things from the documentation
That's exactly what I'm doing. But I think that something is wrong with the settings of my documentation. Take a look at this Pr...
Copy things from the documentation
That's exactly what I'm doing. But I think that something is wrong with the settings of my documentation. Take a look at this Pr...
約11年 前 | 0
質問
Copy things from the documentation
I can no longer copy and paste text from the help browser/documentation. Is this something new in MATLAB 2013a or is it somethi...
約11年 前 | 4 件の回答 | 0
4
回答回答済み
Anti-Aliasing Filter for matlab imresize
I opened |imresize_old.m| and below is the part where the antialiasing-filter is constructed for downsampling. function b =...
Anti-Aliasing Filter for matlab imresize
I opened |imresize_old.m| and below is the part where the antialiasing-filter is constructed for downsampling. function b =...
約11年 前 | 0
回答済み
Geometric Transform Estimator, stuck in endless loop!
Thanks Huibao for the updated files to Computer Vision System Toolbox you sent me. I've been running tests for a few days now a...
Geometric Transform Estimator, stuck in endless loop!
Thanks Huibao for the updated files to Computer Vision System Toolbox you sent me. I've been running tests for a few days now a...
13年弱 前 | 0
| 採用済み
質問
Geometric Transform Estimator, stuck in endless loop!
Hi Some inputs to the Geometric Transform Estimator leads to it getting stuck in an endless loop which cannot be interrupted ...
約13年 前 | 4 件の回答 | 0
4
回答質問
Geometric Transform Estimator
Hi I'm using the geometric transform estimator to remove outliers as in the video stabilization demo, however it is removing ...
約13年 前 | 0 件の回答 | 0
0
回答質問
FAST corner detector
I'm trying to use Rosten and Drummonds FAST corner detector but it also finds "corners" along lines. How can I change the settin...
約13年 前 | 0 件の回答 | 0
0
回答質問
extractFeatures and Block matching
Hi Is the "Block"-method in the function "extractFeatures" the same as is described under "Computer vision system toolbox -> ...
約13年 前 | 0 件の回答 | 0
0
回答質問
extractFeatures(), Block-method
Are the Block-feature points in the function "extractFeatures" made rotationally invariant like for example SURF or SIFT? Do...
約13年 前 | 0 件の回答 | 0
0
回答質問
extractFeatures, reference to "Block"-method
Hi I'm compairing the SURF- and the Block-method in the extractFeatures-function. Is there any article which describes the...
約13年 前 | 1 件の回答 | 0
1
回答質問
Corner detection on a subpart of an image
Hi I would like to do corner detection on a subpart of an image using Computer Vision System Toolbox. For example using: ...
13年以上 前 | 1 件の回答 | 0
1
回答質問
SURF Points filtering
I would like to remove SURF-points which are on a black boundary, where the intensity is zero. I have an image which I transform...
13年以上 前 | 1 件の回答 | 0