Pi Day Special – Ollama on Raspberry Pi 5

Today is Pi Day !!! For this special article, we will demonstrate how one can run the Ollama platform on theΒ  Raspberry Pi 5 platform.

Here is the link to the article on the steps to run Ollama on Raspberrry Pi 5:

Pi Day Special – Ollama on Raspberry Pi 5

Enjoy πŸ™‚ !!!

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 !!!