Hello, Today, i want to write about the ‘hello world!’ step of machine learning, handwritten digits recognition with Mnist data set, python language and tflearn library. There are some other traditional ways to make this process like support vector machines (SVM), neural networks(NN) etc. But this one done with convolutional neural network(CNN). Let’s talk a…
