What is the difference between “Adding more LSTM layers” or “Adding more units on existence...
Can making a creature unable to attack after it has been assigned as an attacker remove it from combat?
CREATE ASSEMBLY System.DirectoryServices.AccountManagement.dll without enabling TRUSTWORTHY
One Half of Ten; A Riddle
How to deal with an incendiary email that was recalled
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
Why exactly do action photographers need high fps burst cameras?
Finding a mistake using Mayer-Vietoris
Difference between `vector<int> v;` and `vector<int> v = vector<int>();`
Injecting creativity into a cookbook
Why would space fleets be aligned?
How can my powered armor quickly replace its ceramic plates?
Can a hotel cancel a confirmed reservation?
Porting Linux to another platform requirements
Can I string the D&D Starter Set campaign into another module, keeping the same characters?
Roman Numerals equation 1
How long is the D&D Starter Set campaign?
What is 6÷2×(1+2) =?
If I delete my router's history can my ISP still provide it to my parents?
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
Do authors have to be politically correct in article-writing?
How to remove lines through the legend markers in ListPlot?
How do you funnel food off a cutting board?
Can we use the stored gravitational potential energy of a building to produce power?
Intern applicant asking for compensation equivalent to that of permanent employee
What is the difference between “Adding more LSTM layers” or “Adding more units on existence layers”?
The model of LSTM with more than one unitA practical max-depth of LSTM layers, when trying to overfit?Any difference between adding epochs and duplicating data for neural nets?LSTM Model for predicting the minutely seasonal data of the dayWhy use two LSTM layers one after another?Learning a non-linear mapping using LSTM units: encountering overfittingWhat does GlobalMaxPooling1D() do to output of LSTM unit in Keras?input_dim for Dense Layer after LSTM layers KerasHow to design a LSTM network with different number of input/output units?What is the difference? “Adding more LSTM layers” or “Increasing epochs”?
$begingroup$
What is the difference if we add more LSTM layers or just increase the units of existence layers? Which one is preferred with which situation?
lstm
$endgroup$
add a comment |
$begingroup$
What is the difference if we add more LSTM layers or just increase the units of existence layers? Which one is preferred with which situation?
lstm
$endgroup$
add a comment |
$begingroup$
What is the difference if we add more LSTM layers or just increase the units of existence layers? Which one is preferred with which situation?
lstm
$endgroup$
What is the difference if we add more LSTM layers or just increase the units of existence layers? Which one is preferred with which situation?
lstm
lstm
asked 18 hours ago
user145959user145959
657
657
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
When you add layers you are increasing the depth of the neural network. If you add more units to the existing layers, you are increasing the width.
In terms of hyperparameters selection, the best I can recommend is to try both and see which one gives you the best performance. Take into account considerations like over fitting, which may happen specially when you increase the complexity of a model.
$endgroup$
add a comment |
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
});
}
});
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%2f46388%2fwhat-is-the-difference-between-adding-more-lstm-layers-or-adding-more-units-o%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
When you add layers you are increasing the depth of the neural network. If you add more units to the existing layers, you are increasing the width.
In terms of hyperparameters selection, the best I can recommend is to try both and see which one gives you the best performance. Take into account considerations like over fitting, which may happen specially when you increase the complexity of a model.
$endgroup$
add a comment |
$begingroup$
When you add layers you are increasing the depth of the neural network. If you add more units to the existing layers, you are increasing the width.
In terms of hyperparameters selection, the best I can recommend is to try both and see which one gives you the best performance. Take into account considerations like over fitting, which may happen specially when you increase the complexity of a model.
$endgroup$
add a comment |
$begingroup$
When you add layers you are increasing the depth of the neural network. If you add more units to the existing layers, you are increasing the width.
In terms of hyperparameters selection, the best I can recommend is to try both and see which one gives you the best performance. Take into account considerations like over fitting, which may happen specially when you increase the complexity of a model.
$endgroup$
When you add layers you are increasing the depth of the neural network. If you add more units to the existing layers, you are increasing the width.
In terms of hyperparameters selection, the best I can recommend is to try both and see which one gives you the best performance. Take into account considerations like over fitting, which may happen specially when you increase the complexity of a model.
answered 6 hours ago
EscachatorEscachator
248111
248111
add a comment |
add a comment |
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%2f46388%2fwhat-is-the-difference-between-adding-more-lstm-layers-or-adding-more-units-o%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