QiMLP: Quantum-inspired Multilayer Perceptron with Strong Correlation Mining and Parameter Compression
Multilayer Perceptron (MLP) is a simple practice of Neural Network (NN) and the cornerstone of research and development of deep learning. Each neuron is connected to all neurons in the previous layer and implements a non-linear mapping through activation functions. MLP can learn complex non-linear r…