News

Learn how to train a neural network to recognize hand-drawn digits using PyTorch! A fun and beginner-friendly intro to deep learning and computer vision.
This example uses Scikit-learn’s small handwritten digit data set to demonstrate semi-supervised learning using a Label Spreading model. Only 30 of the 1,797 total samples were labeled.
The first project that really got me started in learning about Deep Learning was my project on Automatic Number Plate Recognition.