Posts tagged Features Scaling

MNIST – Regularized Logistic Regression

Hello guys

 

Sometimes when we train our algorithm, it becomes too specific to our dataset which is not good. Why? Because the algorithm must be able to classify correctly data never seem before too. So today, I’ll show you a way to try to improve the accuracy of our algorithm.

Continue reading MNIST – Regularized Logistic Regression