Deep Learning – Convolutional Neural Network

In this next part of the Deep Learning series, we will explain how a Convolutional Neural Network (CNN) model works and use PyTorch for a practical demonstration to classify images of digits using the MNIST dataset.

Here is the link to the article on Deep Learning using CNN:

Deep Learning – Convolutional Neural Network

Enjoy 🙂 !!!

Quick Tip :: JetBrains DataSpell Fix – Markdown Appears Blank

For the users of JetBrains DataSpell IDE for all AI/ML notebook work, if the Markdown appears blank, try the following steps to fix:

    1. Navigate to Main Menu -> File -> Invalidate Caches…
    2. Check the item ‘Delete embedded browser engine cache and cookies’
    3. Click on ‘Invalidate and Restart’

Hope this tip helps others looking for a solution !!!