Introduction - If you have any usage issues, please Google them yourself
lr.py is python source code achieving a logistic regression , along with comments. mlp.py realized MLP by python, along with comments. LeNetConvPoolLayer.py used python to realize LeNet network, along with comments. This file needs to reference mlp.py.