Difference between Deep CNN and Dense CNNWhat are advantages of Artificial Neural Networks over Support Vector Machines?What's the difference between convolutional and recurrent neural networks?Convolutional Deep Belief Networks (CDBN) vs. Convolutional Neural Networks (CNN)Difference between local and dense layers in CNNsWhat is the difference between Deep Learning and traditional Artificial Neural Network machine learning?What is the difference between 'SAME' and 'VALID' padding in tf.nn.max_pool of tensorflow?Are modern CNN (convolutional neural network) as DetectNet rotate invariant?Intuitive understanding of 1D, 2D, and 3D Convolutions in Convolutional Neural NetworksDeep learning versus machine learningHow to choose the window size of CNN in deep learning?
Non-electric Laser
Generating Roman numerals with dice
Does test run is also count as a run in MS Flow?
How to explain that the sums of numerators over sums of denominators isn't the same as the mean of ratios?
How Concerning Is This X-CU-modified: FAKECU Text Attack?
Mac no longer boots
Why do personal finance apps focus on outgoings rather than income
Is right click on tables bad UX
How can I find places to store/land a private airplane?
What's the difference between motherboard and chassis?
Tikz background color of node multilayer
As a girl, how can I voice male characters effectively?
Can/should you swim in zero G?
Are there types of animals that can't make the trip to space? (physiologically)
The oxidation state of iodine in iodoxybenzoic acid
Did the Soviet army intentionally send troops (e.g. penal battalions) running over minefields?
Is there a pattern for handling conflicting function parameters?
What makes a character irredeemable?
Is "Ram married his daughter" ambiguous?
Substitution failure with `std::function` and previously deduced template parameter - why?
Anonymous reviewer disclosed his identity. Should I thank him by name?
How is this situation not a checkmate?
How to "Start as close to the end as possible", and why to do so?
Using 4K Skyrim Textures when running 1920 x 1080 display resolution?
Difference between Deep CNN and Dense CNN
What are advantages of Artificial Neural Networks over Support Vector Machines?What's the difference between convolutional and recurrent neural networks?Convolutional Deep Belief Networks (CDBN) vs. Convolutional Neural Networks (CNN)Difference between local and dense layers in CNNsWhat is the difference between Deep Learning and traditional Artificial Neural Network machine learning?What is the difference between 'SAME' and 'VALID' padding in tf.nn.max_pool of tensorflow?Are modern CNN (convolutional neural network) as DetectNet rotate invariant?Intuitive understanding of 1D, 2D, and 3D Convolutions in Convolutional Neural NetworksDeep learning versus machine learningHow to choose the window size of CNN in deep learning?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I know it might be a silly question but am kind of new to machine learning and ANN.
Is there any difference between Deep convolutional neural network and Dense Convolutional neural network?
Thanks in advance!
machine-learning neural-network deep-learning conv-neural-network
add a comment
|
I know it might be a silly question but am kind of new to machine learning and ANN.
Is there any difference between Deep convolutional neural network and Dense Convolutional neural network?
Thanks in advance!
machine-learning neural-network deep-learning conv-neural-network
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54
add a comment
|
I know it might be a silly question but am kind of new to machine learning and ANN.
Is there any difference between Deep convolutional neural network and Dense Convolutional neural network?
Thanks in advance!
machine-learning neural-network deep-learning conv-neural-network
I know it might be a silly question but am kind of new to machine learning and ANN.
Is there any difference between Deep convolutional neural network and Dense Convolutional neural network?
Thanks in advance!
machine-learning neural-network deep-learning conv-neural-network
machine-learning neural-network deep-learning conv-neural-network
edited Mar 28 at 22:54
desertnaut
25.6k9 gold badges56 silver badges89 bronze badges
25.6k9 gold badges56 silver badges89 bronze badges
asked Mar 28 at 21:12
hanna Simachewhanna Simachew
63 bronze badges
63 bronze badges
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54
add a comment
|
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54
add a comment
|
1 Answer
1
active
oldest
votes
Dense CNN is a type of Deep CNN in which each layer is connected with another layer deeper than itself.
What does that mean ?
In normal CNN each layer is only connected to its siblings. Consider 4 layers,output from L1 is connected to only L2, output from L2 is connected only to L3, output from L3 is connected only to L4.
In a dense CNN, consider 4 layers, output from L1 is connected to L2, L3, L4, output from L2 is connected to L3, L4, output from L3 is connected to L4.
Here is a figure to illustrate it (source of the image is from this paper):
Why do we need to do this ?
Nowadays we have neural networks with 100 layers or even more. Neural networks are trained using backpropagation. In this algorithm, gradient (derivative) of the cost function is used to update the weights of each layer. With each new layer, the value of gradient diminishes, specially if you are using sigmoid. This results in longer time to train or sometimes it doesn't train at all. This problem is also known as vanishing gradient. Direct connection in Dense CNN solves this problem.
Dense CNN are also less prone to overfitting as compared to normal CNN.
For more read this paper, it's pretty easy to follow.
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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%2fstackoverflow.com%2fquestions%2f55406924%2fdifference-between-deep-cnn-and-dense-cnn%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
Dense CNN is a type of Deep CNN in which each layer is connected with another layer deeper than itself.
What does that mean ?
In normal CNN each layer is only connected to its siblings. Consider 4 layers,output from L1 is connected to only L2, output from L2 is connected only to L3, output from L3 is connected only to L4.
In a dense CNN, consider 4 layers, output from L1 is connected to L2, L3, L4, output from L2 is connected to L3, L4, output from L3 is connected to L4.
Here is a figure to illustrate it (source of the image is from this paper):
Why do we need to do this ?
Nowadays we have neural networks with 100 layers or even more. Neural networks are trained using backpropagation. In this algorithm, gradient (derivative) of the cost function is used to update the weights of each layer. With each new layer, the value of gradient diminishes, specially if you are using sigmoid. This results in longer time to train or sometimes it doesn't train at all. This problem is also known as vanishing gradient. Direct connection in Dense CNN solves this problem.
Dense CNN are also less prone to overfitting as compared to normal CNN.
For more read this paper, it's pretty easy to follow.
add a comment
|
Dense CNN is a type of Deep CNN in which each layer is connected with another layer deeper than itself.
What does that mean ?
In normal CNN each layer is only connected to its siblings. Consider 4 layers,output from L1 is connected to only L2, output from L2 is connected only to L3, output from L3 is connected only to L4.
In a dense CNN, consider 4 layers, output from L1 is connected to L2, L3, L4, output from L2 is connected to L3, L4, output from L3 is connected to L4.
Here is a figure to illustrate it (source of the image is from this paper):
Why do we need to do this ?
Nowadays we have neural networks with 100 layers or even more. Neural networks are trained using backpropagation. In this algorithm, gradient (derivative) of the cost function is used to update the weights of each layer. With each new layer, the value of gradient diminishes, specially if you are using sigmoid. This results in longer time to train or sometimes it doesn't train at all. This problem is also known as vanishing gradient. Direct connection in Dense CNN solves this problem.
Dense CNN are also less prone to overfitting as compared to normal CNN.
For more read this paper, it's pretty easy to follow.
add a comment
|
Dense CNN is a type of Deep CNN in which each layer is connected with another layer deeper than itself.
What does that mean ?
In normal CNN each layer is only connected to its siblings. Consider 4 layers,output from L1 is connected to only L2, output from L2 is connected only to L3, output from L3 is connected only to L4.
In a dense CNN, consider 4 layers, output from L1 is connected to L2, L3, L4, output from L2 is connected to L3, L4, output from L3 is connected to L4.
Here is a figure to illustrate it (source of the image is from this paper):
Why do we need to do this ?
Nowadays we have neural networks with 100 layers or even more. Neural networks are trained using backpropagation. In this algorithm, gradient (derivative) of the cost function is used to update the weights of each layer. With each new layer, the value of gradient diminishes, specially if you are using sigmoid. This results in longer time to train or sometimes it doesn't train at all. This problem is also known as vanishing gradient. Direct connection in Dense CNN solves this problem.
Dense CNN are also less prone to overfitting as compared to normal CNN.
For more read this paper, it's pretty easy to follow.
Dense CNN is a type of Deep CNN in which each layer is connected with another layer deeper than itself.
What does that mean ?
In normal CNN each layer is only connected to its siblings. Consider 4 layers,output from L1 is connected to only L2, output from L2 is connected only to L3, output from L3 is connected only to L4.
In a dense CNN, consider 4 layers, output from L1 is connected to L2, L3, L4, output from L2 is connected to L3, L4, output from L3 is connected to L4.
Here is a figure to illustrate it (source of the image is from this paper):
Why do we need to do this ?
Nowadays we have neural networks with 100 layers or even more. Neural networks are trained using backpropagation. In this algorithm, gradient (derivative) of the cost function is used to update the weights of each layer. With each new layer, the value of gradient diminishes, specially if you are using sigmoid. This results in longer time to train or sometimes it doesn't train at all. This problem is also known as vanishing gradient. Direct connection in Dense CNN solves this problem.
Dense CNN are also less prone to overfitting as compared to normal CNN.
For more read this paper, it's pretty easy to follow.
answered Mar 29 at 9:11
DrGeneralDrGeneral
9697 silver badges17 bronze badges
9697 silver badges17 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Stack Overflow!
- 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.
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%2fstackoverflow.com%2fquestions%2f55406924%2fdifference-between-deep-cnn-and-dense-cnn%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
I'm voting to close this question as off-topic because it is not about programming
– desertnaut
Mar 28 at 22:54
There is no dense CNN...
– desertnaut
Mar 28 at 22:54