Convolution Neural Network in Keras (Understanding through MNIST data set)
This video shows how to implement a Convolution neural network in keras library. The network trains and tests on the famous MNIST data set and it runs on the system's CPU. It explains the code and roles of various commands. The CNN explained in the video achieves an accuracy of 99 % on test data.
This video shows how to implement a Convolution neural network in keras library. The network trains and tests on the famous MNIST data set and it runs on the system's CPU. It explains the code and roles of various commands. The CNN explained in the video achieves an accuracy of 99 % on test data.