【COMP305 LEC 3 LEC 4】

LEC 3 A basic abstract model for a biological neuron

1. Weights of connections

Neuron gets fired if it has received from the presynaptic neurons 突触前神经元 a summary impulse 脉冲, which is above a certain threshold.

Signal from a single synapse突触 may sometime overcome the threshold and push a neuron to fire an action potential, but other synapses can achieve this only by simultaneously delivering their signals: Some inputs are more important!

定义:

Therefore, input from every synapse, or "connection", to the neuron in the abstract model must be assigned with some value w, called connection strength or weight of connection, to describe the importance of a connection.

2. Model

  1. The abstract neuron is excited when weighted sum is above the threshold 0

vs.

The biological neuron is excited when the signal density (spatial or temporal summation) is above the excitation potential threshold.

  1. Output is either 1 or 0.

vs.

Only the spikes(峰值)are remembered

LEC 4

Topic 2. The McCulloch-Pitts Neuron (1943)

1. McCulloch and Pitts demonstrated that

"...because of the all-or-none character of nervous activity, neural events and the relations among them can be treated by means of the propositional logic".

  1. The authors modelled the neuron as

a. a binary, discrete-time input

b. discrete-time:

The basic idea was to divide time into units, i.e., steps, and in each time period at most one spike can be initiated in the axon of a given neuron

将时间分成单位和步骤,每个时间一个神经元的轴突最多产生一次峰值

uniform velocity 脉冲基本都以匀速传播

Thus, the McCulloch-Pitts neuron operates on a discrete time scale,

t = 0,1,2,3, ...

c. binary input:

The types of the input and the output of a MP neuron are thus unified.

d. with excitatory and inhibitory connections 有着兴奋和抑制之间的联系 and an excitation threshold. 兴奋阙值

The network of such elements was the first model to tie the study of neural networks to the idea of computation in its modern sense.

将神经网络和现代意义上的计算思想联系起来

e. with excitatory and inhibitory connections 有着兴奋和抑制之间的联系 and an excitation threshold. 兴奋阙值

f. The network of such elements was the first model to tie the study of neural networks to the idea of computation in its modern sense. 将神经网络和现代意义上的计算思想联系起来

g. excitatory and inhibitory connections :

The weight of connection wi are:

+1 for excitatory type connection and 加一促进

Cerebral pyramidal cell:

-1 for inhibitory type connection. 减一抑制

h. Threshold

I. MP Neuron

In the MP neuron, we call the instant total input

St-1: instant stateof the neuron

j. Actication Function

相关推荐
CDA数据分析师干货分享24 分钟前
石油工程专业炼油厂一线岗位转行数据分析岗,CDA数据分析师二级学习经验
深度学习·学习·数据挖掘·数据分析·cda证书·cda数据分析师
执笔论英雄1 小时前
【vllm】vllm根据并发学习调度
java·学习·vllm
婷婷_1721 小时前
【PCIe验证每日学习·Day23】Completion 完成包全机制深度解析
学习·程序人生·芯片·completion·pcie 验证·outsatanding·id路由
羊小猪~~1 小时前
Redis学习笔记(数据类型、持久化、事件、管道、发布订阅等)
开发语言·数据库·c++·redis·后端·学习·缓存
结衣结衣.1 小时前
【Linux】命名管道的妙用:实现进程控制与实时字符交互
linux·运维·开发语言·学习·操作系统·交互
red_redemption2 小时前
自由学习记录(151)
学习
charlie1145141912 小时前
嵌入式C++教程实战之Linux下的单片机编程:从零搭建 STM32 开发工具链(3)WSL2 USB 透传,让 ST-Link 穿越虚拟化边界
c++·stm32·单片机·学习·嵌入式
AI成长日志2 小时前
【datawhale】hello agents开源课程学习记录第6章:智能体框架开发实践
学习·开源
東雪木3 小时前
Java学习——重载 (Overload) 与重写 (Override) 的核心区别、底层实现规则
java·开发语言·jvm·学习·java面试
zl_dfq3 小时前
Python学习4 之 【函数】(函数的相关语法、下划线的使用、global与nonlocal关键字)
python·学习