These notebooks cover the path to fc networks starting from logistic regression
- log_reg_challenger.ipynb Logistic Regression the mother of all networks
- [Multinomial Logistic Regression.ipynb](Multinomial Logistic Regression.ipynb) MNIST with Multinomial logistic regression (no hidden layer)
- fcn_MNIST.ipynb MNIST with a fully connected network, using plain vanilla TensorFlow