神经网络游戏场05:神经网络 nn.ts - 节点+激活函数
源码地址:https://github.com/tensorflow/playground/blob/master/src/nn.tsNode节点(nn.ts的class Node) A node in a neural network. Each node has a state (total input, output, and their respectively derivatives) which changes after every forward and back propagation