0. The introduction:

1. An example: Models of "Receptive Fields".

2. An intuitive method of showing the electrical activities of neurons -- converting them to audio signals.

1. Descriptive Model of Receptive Field

Maybe it's a center-surrond RF:

or ,

But, the experiment showed that the signals got strongest when the beam was moving like:



So, here comes the "oriented receptive fields":

2. Mechanistic Model of RF:

Whereas the lateral geniculate nucleus (LGN) has the basically center-surrond RFs, just like those in retina. So, how does it come out like:

->

Ahh, here it is:

( -- It's the Mechanistic Model, designed to describe how the neuron system does what we have observed it to do)

So, it just looks like that the two base vectors ((0, 1), (1, 0)) can make up all coords in a two-dimensional axis.

附脑图:



3. Interpretive Model of RF:

  1. Efficient Coding Hypothesis: suppose that the goal is to represent images as faithfully and effectively as possible using neurons with \(RF_1\), \(RF_2\), ...

  2. Given image I, we can reconstruct I using neural reponses \(r_1\), \(r_2\),

    , like:

  3. Idea: What are the $RF_i that minimize the total squared pixelwise errors between I and I_hat and are as independent as possible.

  4. Solution: Start out with random \(RF_i\) and run your efficient coding algorithm on natural image patches.

    Optimization methods: Sparse coding, ICA(Independent Component Analysis), Predictive coding...

  5. "Remember the 'features' in CNN?":

, they are 'oriented poles', very similar to '
![](http://images2017.cnblogs.com/blog/1204038/201710/1204038-20171010200720777-1322677086.jpg)![](http://images2017.cnblogs.com/blog/1204038/201710/1204038-20171010200752590-691733184.jpg)'.

4. Neurons, Synapses, and Brain Region

1. Brain Cell and Neurons:

First of all, take a look at "The Brain Cell":

while mostly, we see the neurons ideally as this one:

2. Synapses:

  1. The reason why synapses can control the ions in or out is that it has a good "gatekeeper".

    Ionic Channel: The Gatekeeper:

    Characteristics: Selective and allowing only specific ions to pass through(e.g. Pass Na+ but not K+ or Cl-).

  2. 3 factors of "being gated":

    • Voltage-gated;
    • Chemically-gated(Synapses);
    • Mechanically-gated.

3. Myelination of Axon:

  Enable fast long-range spike communication like active wiring(e.g. Reacting to the pain of feet needs to transport potential at once through a long distance, and the Myelination is used.)

4. Definition: A synapse is a "connection" or junction between two neurons:

  • Electrical synapses use gap junctions:

+ Chemical synapses use neuron transmitters:

5. The Synapse Doctrine:

  Synapses are the basis for memory abd learning.

6. Hebbian Plasticity:

  If neuron A repeatedly takes part in firing neuron B, then the synapse from A to B is strengthened:

7. Synaptic Plasticity depends on Spike Timing!

CN_Week1_Receptive_Field的更多相关文章

随机推荐

  1. Java基础精选,你答对了几道?

    没有技术深度是大多程序员的一种常态. 但是当你成为一个资深的工程师的时候,很多公司并不希望你还是那样平庸,没有深度.虽然你会纳闷,我就算有深度你们也不一定用得上呀?然而到了这个级别的人需求量并不像初中 ...

  2. 慕课网视频破解付费分享-前端开发-Python等

    微信小程序 慕课网   BAT大牛经验总结全面深入解读Android面试   前端JS基础面试技巧   vue2.0+node.js+mongodb全栈打造商城   Vue.js高级实战-开发移动端音 ...

  3. 使用vs2015编写c语言程序

    使用vs2015编写c语言程序 转载Yanky--博客园 http://www.cnblogs.com/yankyblogs/p/7058036.html   编写c语言程序的软件有很多,当年刚开始学 ...

  4. 数据库学习任务一:使用vs2010建立数据库

    数据库应用程序的开发流程一般主要分为以下几个步骤: 创建数据库 使用Connection对象连接数据库 使用Command对象对数据源执行SQL命令并返回数据 使用DataReader和DataSet ...

  5. Oracle数据库中直方图对执行计划的影响

    在Oracle数据库中,CBO会默认目标列的数据在其最小值low_value和最大值high_value之间均匀分布,并按照均匀分布原则,来计算目标列 施加查询条件后的可选择率以及结果集的cardin ...

  6. JQuery中的表单验证及相关的内容

      前  言 JRedu Android应用开发中,经常要用到表单.既然用到了表单,那就不可避免的要用到表单的验证.但是,在提交表单时,但是,并不是,每次提交的表单内容都是正确的,如果 每次都将表单的 ...

  7. 超级简单实用的前端必备技能-javascript-全屏滚动插件

      fullPage.js fullPage.js是一个基于jQuery的全屏滚动插件,它能够很方便.很轻松的制作出全屏网站 本章内容将详细介绍Android事件的具体处理及常见事件. 主要功能 支持 ...

  8. 201521123076 《Java程序设计》第8周学习总结

    1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结集合与泛型相关内容. 1.2 选做:收集你认为有用的代码片段 2. 书面作业 1.List中指定元素的删除(题目4-1) 1.1 实 ...

  9. 201521123068《Java程序设计》第4周学习总结

    1. 本周学习总结 1.1 尝试使用思维导图总结有关继承的知识点. 点击查看->高清脑图 1.2 使用常规方法总结其他上课内容. 答:学习继承与多态的知识,了解它们之间的关系:super.ext ...

  10. python 输出颜色的与样式的方法

    上次遇到这个问题就想写下来,其实当时我也不怎么会,老师说这个东西不需要理解,只需要死记硬背,写的多了就记住了,所以今天搜集了几篇文章,加上自己的理解,写下了这篇python 输出颜色的样式与方法的文章 ...