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. 初学者入门web前端:C#基础知识:函数

    入行前端对函数的掌握程度有可能直接影响以后工作的效率,使用函数可以高效的编写编码,节省时间,所以我整理了C#中最基础的函数知识点,虽然我在学习中 遇到很多问题,但是只要能够解决这些问题,都是好的. 一 ...

  2. mac系统webstorm快捷键

    WebStorm 是jetbrains公司旗下一款JavaScript 开发工具.被广大中国JS开发者誉为"Web前端开发神器"."最强大的HTML5编辑器". ...

  3. POJ 1236 tarjan

    Network of Schools Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 19613   Accepted: 77 ...

  4. 前端AES的加密和解密

    在工作的过程中,经常要对一些数据做一些加密,当然有复杂的加密和简单的加密,也有对称加密等等.总之加密的方式有很多.今天在这里,我只是简单的分享一个我最近遇到的加密方式-AES.这个也是后端工程师用的, ...

  5. 团队作业4--第一次项目冲刺(Alpha版本) 5

    一.Daily Scrum Meeting照片 二.燃尽图 三.项目进展 对前两天完成的功能进行整合 测试完成功能(测试算法是否有bug,界面设计是否人性化,适合用户使用.) 四.困难与问题 在对前两 ...

  6. 联想G50-70安装SSD及WIN10教程

    借着双11的东风,果断入手SSD120G和4G内存条1枚.经过近一周的安装与试运行,笔者实现了SSD+HDD双硬盘+WIN10系统.目前运行体验非常好,开机时间9秒,软件运行也非常流畅.在折腾的过程中 ...

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

    1. 本周学习总结 2. 书面作业,本次作业题集集合 1.List中指定元素的删除(题目4-1) 1.1 实验总结 学习使用泛型,熟悉定义泛型,熟悉List中实现删除 2.统计文字中的单词数量并按出现 ...

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

    201521123038 <Java程序设计> 第二周学习总结 1.本章学习总结 学会在Java程序中使用函数,使程序层次更清晰 使用StringBuilder编写代码,减少内存空间的占用 ...

  9. 201521123006 《java程序设计》 第11周学习总结

    1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结多线程相关内容. 2. 书面作业 本次PTA作业题集多线程 1.互斥访问与同步访问 完成题集4-4(互斥访问)与4-5(同步访问) ...

  10. java课程设计(团队)-五子棋

    单机五子棋小游戏 一:团队介绍 组长:网络1511,毛卓 组员:网络1511,朱潞潞 组员:网络1511,范阳斌 二:项目git提交记录截图 三:项目使用主要技术 netBeans,GUI 四:项目特 ...