【COMP305 LEC 5】

MP Neuron Computation Algorithm

【COMP305 LEC 5】_第1张图片

【COMP305 LEC 5】_第2张图片

【COMP305 LEC 5】_第3张图片

Simple logical functions can be implemented directly with a single McCulloch-Pitts unit. 

• The output value can be associated with the logical value true 

and with the logical value false. 

And:

【COMP305 LEC 5】_第4张图片

prove:

【COMP305 LEC 5】_第5张图片

OR:

【COMP305 LEC 5】_第6张图片

【COMP305 LEC 5】_第7张图片

在我们引入了时间的概念之后:

MP-Neuron as a Register Cell

【COMP305 LEC 5】_第8张图片

Such a single neuron thus behaves as a single register cell able to retain the input for one period elapsing between two instant

MP-Neuron as a Memory Cell

【COMP305 LEC 5】_第9张图片

In the absence of inputs, the output value is sustained indefinitely. This is because of the output of 0 feeds back to the input does not cause firing at the next instant, while the output of 1 does.

你可能感兴趣的:(学习)