Tan
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
224.197
of 295.527
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
11.11%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Model Selection using Hold-out validation
Project overview: Total 1200 images for three classes and need to separate into training, validation and test set with the ratio...
7 maanden ago | 1 answer | 0
1
answerQuestion
Edit training process graph
Can I drag the legend under the graph? If yes, how should i do?
ongeveer een jaar ago | 2 answers | 0
2
answersQuestion
Error using nnet.cnn.LayerGraph>iThrowErrorIfLayerHasMultipleInputs Layer 'inception_3a-output' has multiple inputs. Specify which input of layer 'inception_3a-output' to use.
clc clear all; close all; %Open file in MATLAB outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'proj...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Image classification based on transfer learning using Alexnet
Below is my full coding. Did the coding to perform transfer learning using alexnet correct? clc clear all; close all; out...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Getting error while running alexnet
net =alexnet('Weights','none'); lys = net.Layers(); lys(end-3:end) getting error: Unrecognized method, property, or field ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Error using trainNetwork. Invalid network.
net = googlenet('Weights','none'); lys = net.Layers; lys(end-3:end) numClasses = numel(categories(imdsTrain.Labels)); lgraph...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
error while running graph=layerGraph(net)
graph = layerGraph(net); Error using layerGraph lgraph = layerGraph(net); ↑ Invalid argument at positi...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
when run net=googlenet get error
>> net = googlenet; Execution of script googlenet as a function is not supported: D:\recycle101\googlenet.m
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Cannot find files or folders matching: 'recycle101\project\aluminiumcan'.
clc clear all; close all; outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'project'); categories={'alu...
meer dan een jaar ago | 1 answer | 0