Saba Shahrukh July 12, 2026 0 If you want to keep track of your post-reading status, please register on the site.

Deep Neural Nets – Scaling to 3D Volumes

In the early stages of CNN hardware design, we conceptualized convolutions as 2D sliding windows over flat images. However, real-world deep learning operates on high-dimensional data. A true convolutional layer…

Saba Shahrukh July 11, 2026 0 If you want to keep track of your post-reading status, please register on the site.

Weights in Neural Network

In the Perceptron Learning Rule, updating the weights follows the same elegant philosophy as updating the bias: we adjust the parameters in a direction that reduces the error for the…

Saba Shahrukh July 11, 2026 0 If you want to keep track of your post-reading status, please register on the site.

The Bias in Neural Network

bias helps to shift the decision threshold so that the neuron can classify emails correctly even when all the feature values are low It is a pleasure to guide you…

Saba Shahrukh July 8, 2026 0 If you want to keep track of your post-reading status, please register on the site.

Shallow Network and Deep Network from scratch

The transition from traditional Machine Learning (Shallow Networks) to Deep Learning (Deep Networks). Here is a detailed breakdown of the concepts in your screenshot and exactly how the generated Python…

Saba Shahrukh July 8, 2026 0 If you want to keep track of your post-reading status, please register on the site.

Plain Python MLP Implementation

Going through a neural network from scratch is one of the best ways to truly understand how they work under the hood. Instead of going strictly one single line at…

Saba Shahrukh July 8, 2026 0 If you want to keep track of your post-reading status, please register on the site.

CNN based Brain MRI Classification

another impactful medical science project, this time focusing on Neurology for the Real-Time Classification of Brain MRI Scans for Early Alzheimer’s Disease Detection. AI-Powered Real-Time Brain MRI Classification for Early…