神经网络简单概念
Each neural network (NN) is composed of a number of components (layers) joined together by specific connections (synapses). Several neural network architectures can be created (feed forward NN -前馈神经网络, recurrent NN -复发性神经网络, etc) depending on how these components are linked together.
This section ...












