CN_Week1_Receptive_Field
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:
Efficient Coding Hypothesis: suppose that the goal is to represent images as faithfully and effectively as possible using neurons with \(RF_1\), \(RF_2\), ...
Given image I, we can reconstruct I using neural reponses \(r_1\), \(r_2\),
, like:

Idea: What are the $RF_i that minimize the total squared pixelwise errors between I and I_hat and are as independent as possible.
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..."Remember the 'features' in CNN?":
, they are 'oriented poles', very similar to '
'.
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:
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-).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的更多相关文章
随机推荐
- 银河麒麟操作系统U盘手动挂载,出现乱码
使用银河麒麟操作系统,U盘手动挂载,U盘中中文字符显示为乱码?? 对于银河麒麟操作系统的这一问题,可能是因为字符集的原因,需要在mount后加参数: sudo mount –o iochar ...
- java-多个数的和
目的:实现多个整数相加. 思路:1.首先要确定用户所需整数的个数n,此部分由用户在键盘上输入. 2.创建一个长度为n的数组. 3.用户从键盘上输入n个整数并判断是否输入正确,正确则存入数组,否则重新输 ...
- 多线程编程学习四(Lock 的使用).
一.前言 本文要介绍使用Java5中 Lock 对象,同样也能实现同步的效果,而且在使用上更加方便.灵活,主要包括 ReentrantLock 类的使用和ReentrantReadWriteLock ...
- maven 自我学习笔记
1.常用网站: maven.apache.org http://mvnrepository.com/ 2.命令 mvn -v 查看maven的版本 mvn -compile 在项目的根目录下编译项 ...
- webarchive文件转换成htm文…
原文地址:webarchive文件转换成htm文件作者:xhbaxf Mac OS X系统带有文件转换功能,可以把webarchive文件变成html文件.方法是: Step 1: 建立一个文件夹 ...
- 四则运算GUI版
小学四则运算界面版 李永豪 201421123117 郑靖涛 201421123114 coding 地址:https://git.coding.net/ras/work2.git 一.题目描述 我们 ...
- 【2017集美大学1412软工实践_助教博客】团队作业5——测试与发布(Alpha版本)
第五次团队作业成绩公布 题目 团队作业5: http://www.cnblogs.com/happyzm/p/6788792.html 团队成绩 成绩公示如下: 检查项 测试报告 Alpha版本发布说 ...
- 结队编程-基于gui的四则运算生成器
成员:卢少锐 201421123027.刘存201421033023 coding.net地址 1.需求分析:除了实现四则运算的功能外,还添加了计时器功能和语言选择功能 2.程序设计:这次作业是基于上 ...
- 201521123093 java 第二周学习总结
201521123093 <java程序设计> 第二周学习总结 一.第二周学习总结 答:(1)关于进一步使用码云管理代码,本周才真正学会了如何将Eclipse里的代码上传到码云中,并且能够 ...
- 201521123021第二周Java学习总结
1.本章学习总结 ①初步掌握了Java程序简单的输入和输出. ②回顾了运算符和表达式的使用. ③在数据类型的学习的中,要注意各类型的取值范围,特别是byte型范围很小,若为128即溢出. ④在Java ...