Jump to content

Talk:Convolutional neural network

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:1700:4571:2c40:94d9:b2:ec36:c9e4 (talk) at 03:53, 28 August 2021 (What is convolutional about a convolutional neural network?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing C‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Did You Know
A fact from this article appeared on Wikipedia's Main Page in the "Did you know?" column on December 9, 2013.
The text of the entry was: Did you know ... that convolutional neural networks have achieved performance double that of humans on some image recognition problems?

Feature Maps

Need to introduce what feature maps are for nontechnical readers. — Preceding unsigned comment added by Shsh16 (talkcontribs) 18:24, 15 February 2017 (UTC)[reply]

Non-linear Pooling

It says in the article: "Another important concept of CNNs is pooling, which is a form of non-linear down-sampling."

I don't think this is correct. There are pooling techniques, like average pooling which is mentioned in this same section, which are forms of linear down-sampling. I would remove the "non-linear." 194.117.26.63 (talk) 15:06, 13 May 2016 (UTC)[reply]

Plagiarism in "Layer patterns"

The text seems is copied from https://cs231n.github.io/convolutional-networks/#layerpat without any attribution — Preceding unsigned comment added by Jkoab (talkcontribs) 01:41, 8 June 2016 (UTC)[reply]

Indeed. Deleted copyvio text, see below. Maproom (talk) 09:55, 8 June 2016 (UTC)[reply]

Prior content in this article duplicated one or more previously published sources. The material was copied from: https://cs231n.github.io/convolutional-networks/#layerpat. Copied or closely paraphrased material has been rewritten or removed and must not be restored, unless it is duly released under a compatible license. (For more information, please see "using copyrighted works from others" if you are not the copyright holder of this material, or "donating copyrighted materials" if you are.)

For legal reasons, we cannot accept copyrighted text or images borrowed from other web sites or published material; such additions will be deleted. Contributors may use copyrighted publications as a source of information, and, if allowed under fair use, may copy sentences and phrases, provided they are included in quotation marks and referenced properly. The material may also be rewritten, providing it does not infringe on the copyright of the original or plagiarize from that source. Therefore, such paraphrased portions must provide their source. Please see our guideline on non-free text for how to properly implement limited quotations of copyrighted text. Wikipedia takes copyright violations very seriously, and persistent violators will be blocked from editing. While we appreciate contributions, we must require all contributors to understand and comply with these policies. Thank you. Maproom (talk) 09:55, 8 June 2016 (UTC)[reply]

Suggestion: Move the section "Regularization methods" to a new page

The methods listed here are applicable to deep learning in general. This topic should be moved into a new page. OhadRubin (talk) 06:38, 27 November 2018 (UTC)[reply]

Parameter Sharing Clarifications

In the "Parameter sharing" section, "relax the parameter sharing scheme" is written, but what this actually means is unclear. — Preceding unsigned comment added by Ephsc (talkcontribs) 16:22, 27 September 2019 (UTC)[reply]

What is convolutional about a convolutional neural network?

The article fails to explain what the connection between CNNs and convolutions are in any meaningful way. In particular, convolutions don't act on vectors; they act on functions. Comparing with the equation on the page for convolutions, there's obviously something analogous. --Stellaathena (talk) 16:51, 14 December 2020 (UTC)[reply]

its actually the dsp version of a cross correlation, not a convolution. its a misnomer to call it convolution.