Mini-Batch Gradient Descent in Python and Julia
The following programs implement multi-class logistic regression using mini-batch gradient descent.
Python
Remember to run pip install numpy tensorflow
before running the program.
Julia
Remember to run Pkg.add("TensorFlow")
before running the program.