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. None是什么?

    None是什么,是空,就是空即是色,色即是空.是一个真的很特别的值,下面比较了下 0,True,False (python 的比較) >>> None == 0False>&g ...

  2. C# WinForm 跨线程访问控件

    问题出现: 在WinForm 处理多线程访问主线程的控件时候,就会出现如图所示的错误对话框:    解决方案:  方案一:去掉线程访问主线程UI控件的安全检查,使用: Control.CheckFor ...

  3. 团队作业4——第一次项目冲刺(Alpha版本)4.27

    一.当天站立式会议照片 本次会议主要内容:组长给大家分配新一步任务,分别汇报目前所完成的内容,完善昨日的解压接口代码,并做测试修正. 二.每个人的工 三.燃尽图 横坐标:工作日,以天为单位,一共七天, ...

  4. 结对作业1----基于GUI的四则运算生成器

    组员:201421123015 陈麟凤 201421123019 张志杰 201421123020 黄海鸿 coding 地址:代码点这里 需求分析: 1.除了整数的四则运算还要支持分数的四则运算: ...

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

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

  6. 201521123092《java程序设计》第八周学习总结

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

  7. 201521123092《Java程序设计》第七周学习总结

    1. 本周学习总结 以你喜欢的方式(思维导图或其他)归纳总结集合相关内容. 2. 书面作业 1.ArrayList代码分析 1.1 解释ArrayList的contains源代码 源代码如下 publ ...

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

    1. 本周学习总结 2. 书面作业 1.代码阅读:Child压缩包内源代码 1.1 com.parent包中Child.java文件能否编译通过?哪句会出现错误?试改正该错误.并分析输出结果. 答:不 ...

  9. 201521123011 《Java程序设计》 第三周学习总结

    1. 本周学习总结 2. 书面作业 1.代码阅读 public class Test1 { private int i = 1;//这行不能修改 private static int j = 2; p ...

  10. 201521123035《Java程序设计》第二周学习总结

    1.本周学习总结 这周学习了各种类与对象,还有基本类型的打包器,最主要的是字符串对象,老师还特地花了一节课时间讲解代码与习题. 2.书面作业 1.使用Eclipse关联jdk源代码,并查看String ...