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. bootstrap 基础(一)

    1 bootstrap简介 bootstrap是Twitter公司的两名前端设计师设计的. bootstrap是一款基于HTML.CSS和JavaScript的一个前端框架. bootstrap的特点 ...

  2. Linux-kill命令(11)

    kill:指定将信号发送给某个进程,常用来杀掉进程,可以通过ps.top命令来查看进程 在默认情况下: 采用编号为的TERM信号.TERM信号将终止所有不能捕获该信号的进程. 对于那些可以捕获该信号的 ...

  3. shell变量$(CURDIR),$0,$1,$2,$#含义解释

    $(CURDIR):   CURDIR是make的内嵌变量, 为当前目录 实例 SRCTREE := $(CURDIR) *$(CURDIR)为当前目录,相当于SRCTREE=./ MKCONFIG ...

  4. 汇编指令-位置无关码(BL)与绝对位置码(LDR)(2)

    位置无关码,即该段代码无论放在内存的哪个地址,都能正确运行.究其原因,是因为代码里没有使用绝对地址,都是相对地址.  位置相关码,即它的地址与代码处于的位置相关,是绝对地址 BL :带链接分支跳转指令 ...

  5. makefile初步制作,arm-linux- (gcc/ld/objcopy/objdump)详解

    在linux中输入vi Makefile 来实现创建Makefile文件 注意:命令行前必须加TAB键 例如:将两个文件led.c和crt0.S汇编文件,制作一个Makefile文件 led.bin ...

  6. 如何实现一个 Virtual DOM 及源码分析

    如何实现一个 Virtual DOM 及源码分析 Virtual DOM算法 web页面有一个对应的DOM树,在传统开发页面时,每次页面需要被更新时,都需要手动操作DOM来进行更新,但是我们知道DOM ...

  7. 改造百度ueditor字体为rem及相关体会

    提到富文本,可能大家都用到过百度的ueditor,作为一个重量级的插件,总结起来一句话,功能很强大,使用很费心.不知道是不是太久没有维护了,ueditor的文档可读性还真是差也可能是悟性不够吧.本文也 ...

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

    第5周作业-继承.多态.抽象类与接口 1.本周学习总结 2.书面作业 1.代码阅读:Child压缩包内源代码 1.1 com.parent包中Child.java文件能否编译通过?哪句会出现错误?试改 ...

  9. 201521123061 《Java程序设计》第十四周学习总结

    201521123061 <Java程序设计>第十四周学习总结 1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结多数据库相关内容. 2. 书面作业 1. MySQL数据 ...

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

    1. 本章学习总结 2. 书面作业 本题作业题集集合 1.List中指定元素的删除(题目4-1) 1.1 实验总结(见注释) public static List<String> conv ...