Receptive field: Difference between revisions

From Computer Science Wiki
(Created page with "<center> <blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;"> File:Exclamation.png This is student work which has not yet been approve...")
 
 
(8 intermediate revisions by one other user not shown)
Line 9: Line 9:
== Introduction ==
== Introduction ==


Please write a clear, concise description of your topic here.You will likely reference your introduction from somewhere else. Please use the following syntax at the end of each of your ideas. '''IT IS CRITICAL YOU ATTRIBUTE''' others work. Your introduction should be factual. No more than 3 or 4 sentences, please. Because you are not an expert in your topic, I expect you to triangulate your information. LOTS OF LINK TO OTHER RESOURCES PLEASE!
Receptive fields used in an artificial neural networks are similar to the biological explanation. They are a sensory neuron where a prompt, or stimulation, changes the action of the neuron.<ref> https://en.wikipedia.org/wiki/Receptive_field </ref> In other words, the fields gather information to be used by the neurons. They are used in relation to [https://en.wikipedia.org/wiki/Convolutional_neural_network convolutional neural networks (CNNs)]. The neurons are arranged in a [https://en.wikipedia.org/wiki/File:Conv_layers.png 3-D array]. <ref> https://en.wikipedia.org/wiki/Receptive_field#In_the_context_of_neural_networks </ref>
<nowiki>
<ref> the url I cited by material from </ref>
</nowiki>


== How does it work or a deeper look ==
== How does it work or a deeper look ==


* If you are discussing a THING YOU CAN TOUCH, you must explain how it works, and the parts it is made of. Google around for an "exploded technical diagram" of your thing, [http://cdiok.com/wp-content/uploads/2012/01/MRI-Technology.jpg maybe like this example of an MRI]  It is likely you will reference outside links. Please attribute your work.
The receptive field gathers information and sends the information to the neurons in the CNNs. Rather than a more traditional neural network where every input neuron is linked to every other neuron at the first level, Receptive fields allow for "pre-processing" of just a certain grid (or part) of the input image.
* If you are discussing a PROCESS OR ABSTRACT CONCEPT (like [[fuzzy logic]]) you must deeply explain how it works.


== Examples ==  
== Examples ==  


Please include some example of how your concept is actually used. Your example must include WHERE it is used, and WHAT IS BENEFIT of it being used.
The Gaussian receptive fields are being used in test on cars to allow them to be detected. <ref> http://www.inase.org/library/2015/books/bypaper/MCSI/MCSI-42.pdf </ref>


== Pictures, diagrams ==
== Pictures, diagrams ==


Pictures and diagrams go a LONG way to helping someone understand a topic. Especially if your topic is a little abstract or complex. Using a picture or diagram is a two part process:
# [https://en.wikipedia.org/wiki/File:Conv_layers.png An image showing the arrangement of neurons in the CNN.]
 
# [https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Conv_layers.png/184px-Conv_layers.png An image showing the receptive field and the CNN.]
# [https://www.mediawiki.org/wiki/Help:Managing_files upload a file]
# [https://www.mediawiki.org/wiki/Help:Images use the file on a wiki page]


== External links ==
== External links ==


* It would be helpful
* http://www.inase.org/library/2015/books/bypaper/MCSI/MCSI-42.pdf
* to include many links
* https://en.wikipedia.org/wiki/Receptive_field
* to other internet resources
* https://en.wikipedia.org/wiki/Receptive_field#In_the_context_of_neural_networks
* to help fellow students
* https://en.wikipedia.org/wiki/Convolutional_neural_network
* Please make sure the content is good
* and don't link to a google search results, please


== References ==
== References ==

Latest revision as of 12:56, 14 March 2018

Exclamation.png This is student work which has not yet been approved as correct by the instructor

Case study notes[1]

Introduction[edit]

Receptive fields used in an artificial neural networks are similar to the biological explanation. They are a sensory neuron where a prompt, or stimulation, changes the action of the neuron.[2] In other words, the fields gather information to be used by the neurons. They are used in relation to convolutional neural networks (CNNs). The neurons are arranged in a 3-D array. [3]

How does it work or a deeper look[edit]

The receptive field gathers information and sends the information to the neurons in the CNNs. Rather than a more traditional neural network where every input neuron is linked to every other neuron at the first level, Receptive fields allow for "pre-processing" of just a certain grid (or part) of the input image.

Examples[edit]

The Gaussian receptive fields are being used in test on cars to allow them to be detected. [4]

Pictures, diagrams[edit]

  1. An image showing the arrangement of neurons in the CNN.
  2. An image showing the receptive field and the CNN.

External links[edit]

References[edit]