This course has been deprecated and is no longer supported. For our latest courses on machine learning, consider subscribing to our evergreen curriculums with a subscription package.
In this course we’ll be building a Convolutional Neural Network to classify hand-written digits. By using this neural network we’ll achieve higher accuracy in this classification compared to that of a normal neural network. The way this network works is by using convolutions and filters, where the values of the kernels of our filters are actually learned by the program.
Learning goals:
- Deep Learning
- Convolutional Neural Networks
- Convolutional Layer
- Pooling Layer
- Architectures
- Hyperparameter Tuning
- Visualizing convolution