Wenlab / Computation-Neuro-Course

Welcome to the land of C Neuro.
MIT License
35 stars 7 forks source link

关于作业第三题的问题 #50

Closed peterlv2003 closed 11 months ago

peterlv2003 commented 11 months ago

作业第三题中提到“given a connectivity rule......that minimize the total wires”,请问这里的connectivity和wire是什么关系呢?是不同的connectivity对应连接的权重不同吗?然后总长度按照距离加权求和计算?

Physics-Lee commented 11 months ago
Physics-Lee commented 11 months ago

想象神经元是二维的点阵

peterlv2003 commented 11 months ago

我知道它是一种分布,但是这种分布与连接的总长度有什么关系呢?如果是均匀分布,是不是连接不同delta的神经元的权重相同;如果是第二种分布,就是每个delta对应的权重不同。是这样吗?

Physics-Lee commented 11 months ago

总长度就是二维的点阵之间连接的线的总长度。

peterlv2003 commented 11 months ago

是的,但是如果总是连接所有的点,总长度就是定值。我想知道的是,分布不同是不是意味着有一些连接要去掉?只对一定比例的神经元建立连接?

Physics-Lee commented 11 months ago

是Sent from my phone-------- Original message --------From: peterlv2003 @.>Date: Wed, Sep 27, 2023, 16:37To: Wenlab/Computation-Neuro-Course @.>Cc: Yixuan Li @.>, Assign @.>Subject: Re: [Wenlab/Computation-Neuro-Course] 关于作业第三题的问题 (Issue #50) 是的,但是如果总是连接所有的点,总长度就是定值。我想知道的是,分布不同是不是意味着有一些连接要去掉?只对一定比例的神经元建立连接?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were assigned.Message ID: @.***>

peterlv2003 commented 11 months ago

好的,谢谢!