HackerTrans
热门最新趋势评论往期问答秀出招聘

TituxDev

no profile record

评论

TituxDev
·25天前·讨论
I did a similar project, but my approach to the topology definition was declaring perceptron structs with inputs as pointer arrays and output as a regular variable. With this scheme, perceptrons can reference directly to the outputs from other perceptrons — or even their own output (I haven't implemented that yet).