is it possible determine a best neural network classifier by considering only accuracy The 2019 Stack Overflow Developer Survey Results Are InDebugging Neural Network for (Natural Language) TaggingNLTK: Tuning LinearSVC classifier accuracy? - Looking for better approaches/advicesQuery regarding neural network modelNetwork design for extracting MFCC features from audio samplesDeep Neural Network using Keras/Tensorflow solves Spiral Dataset Classification. But Accuracy is stuck around 50%Neural network accuracy for simple classificationHow to improve accuracy of deep neural networksNeural Network unable to track training dataDeep Learning Network decreasing in accuracyAccuracy keep changing by changing randomState of classifier
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
slides for 30min~1hr skype tenure track application interview
Did Section 31 appear in Star Trek: The Next Generation?
A poker game description that does not feel gimmicky
Is bread bad for ducks?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
FPGA - DIY Programming
Why is the maximum length of OpenWrt’s root password 8 characters?
Does the shape of a die affect the probability of a number being rolled?
Is a "Democratic" Oligarchy-Style System Possible?
How can I autofill dates in Excel excluding Sunday?
Identify boardgame from Big movie
Resizing object distorts it (Illustrator CC 2018)
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Output the Arecibo Message
What is the closest word meaning "respect for time / mindful"
Time travel alters history but people keep saying nothing's changed
Origin of "cooter" meaning "vagina"
Apparent duplicates between Haynes service instructions and MOT
Can a flute soloist sit?
Return to UK after being refused entry years previously
Are there any other methods to apply to solving simultaneous equations?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
What is the accessibility of a package's `Private` context variables?
is it possible determine a best neural network classifier by considering only accuracy
The 2019 Stack Overflow Developer Survey Results Are InDebugging Neural Network for (Natural Language) TaggingNLTK: Tuning LinearSVC classifier accuracy? - Looking for better approaches/advicesQuery regarding neural network modelNetwork design for extracting MFCC features from audio samplesDeep Neural Network using Keras/Tensorflow solves Spiral Dataset Classification. But Accuracy is stuck around 50%Neural network accuracy for simple classificationHow to improve accuracy of deep neural networksNeural Network unable to track training dataDeep Learning Network decreasing in accuracyAccuracy keep changing by changing randomState of classifier
$begingroup$
Below, you have the accuracy plots for training and testing set for 6 different neural networks. is it possible to say, which of the following neural network classifier is better?. Having this little known information (training and testing accuracy by number of epochs plot) ? . Personally, I believe, the first classifier (top-left corner) is better because it shows that the accuracy of the testing data is stable as the number of epochs increases.
machine-learning neural-network deep-learning
New contributor
$endgroup$
add a comment |
$begingroup$
Below, you have the accuracy plots for training and testing set for 6 different neural networks. is it possible to say, which of the following neural network classifier is better?. Having this little known information (training and testing accuracy by number of epochs plot) ? . Personally, I believe, the first classifier (top-left corner) is better because it shows that the accuracy of the testing data is stable as the number of epochs increases.
machine-learning neural-network deep-learning
New contributor
$endgroup$
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago
add a comment |
$begingroup$
Below, you have the accuracy plots for training and testing set for 6 different neural networks. is it possible to say, which of the following neural network classifier is better?. Having this little known information (training and testing accuracy by number of epochs plot) ? . Personally, I believe, the first classifier (top-left corner) is better because it shows that the accuracy of the testing data is stable as the number of epochs increases.
machine-learning neural-network deep-learning
New contributor
$endgroup$
Below, you have the accuracy plots for training and testing set for 6 different neural networks. is it possible to say, which of the following neural network classifier is better?. Having this little known information (training and testing accuracy by number of epochs plot) ? . Personally, I believe, the first classifier (top-left corner) is better because it shows that the accuracy of the testing data is stable as the number of epochs increases.
machine-learning neural-network deep-learning
machine-learning neural-network deep-learning
New contributor
New contributor
New contributor
asked 5 hours ago
zeelloszeellos
61
61
New contributor
New contributor
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago
add a comment |
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
zeellos is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f49082%2fis-it-possible-determine-a-best-neural-network-classifier-by-considering-only-ac%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
zeellos is a new contributor. Be nice, and check out our Code of Conduct.
zeellos is a new contributor. Be nice, and check out our Code of Conduct.
zeellos is a new contributor. Be nice, and check out our Code of Conduct.
zeellos is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f49082%2fis-it-possible-determine-a-best-neural-network-classifier-by-considering-only-ac%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Your plots are slightly different in scale, consider using a fixed range for y-axis (plt.ylim([80,100]) or [0,100] would be best
$endgroup$
– Pedro Henrique Monforte
2 hours ago