#Deep Learnings

Author avatar
Prashant Basnet2 days ago
What is GPT ? Transformer | Machine Learning Model

What GPT-3 Means: GPT means generative pre-trained transformer, 3 means 3rd generation.Generative: Means bot that can generate new text.Pre-trained: Pre-trained

3 min readΒ·General
Article cover
Author avatar
Brain DumpNov 22, 2024
Dynamics of a Small Dendritic Neural Network

This document is about new way of training artificial neural network, that tries to mimic how a brain might learn.Traditional method of training AI like Back pr

3 min readΒ·General
Article cover
Author avatar
Anonymous UserNov 7, 2024
Qr Code to Deep learning Space

Scan the following qr code to visit Deep learning Space

1 min readΒ·General
Article cover
Author avatar
Prashant BasnetNov 5, 2024
The Building Blocks of Computer Vision: CNN Architecture 101

How We See Things: The Brain's Pattern Recognition Game?Have you ever looked at clouds and seen shapes in them? Or perhaps you've encountered those fascinating

7 min readΒ·General
Article cover
Author avatar
Prashant BasnetNov 3, 2024
CNN 102: Building an AI That Can See πŸ‘οΈ

Why Should You Care About CNNs?Have you ever wondered how your phone recognizes faces in photos? Or how self-driving cars can tell the difference between a pede

8 min readΒ·General
Article cover
Author avatar
Prashant BasnetOct 26, 2024
Building a Deep Neural Network in 6 Lines.

Power of (Python + Keras) modern deep Learning tools:This guide walks through the process of building and training an Artificial Neural Network (ANN) using Tens

6 min readΒ·General
Article cover
Author avatar
Brain DumpOct 6, 2024
Probability Theory 101: Building Blocks for Machine Learning. Chapter 1.

Think of probability as a tool that helps us make sense of uncertainty. It's not about knowing what will happen for sure, but about understanding the chances of

15 min readΒ·General
Article cover
Author avatar
Prashant BasnetSep 25, 2024
What is Eigenvectors & Eigenvalues?

Eigenvectors and Eigenvalues:we have :Now, let's say we apply linear transformation:It moves the original vector i^ to the coordinates [3, 0] & j^ to [1, 3]

3 min readΒ·General
Article cover
Author avatar
Prashant BasnetSep 23, 2024
The Battle of Activation Functions. Neural Network 101. Chapter 3

Focusing on the mathematical foundations of neural network activation functions. We'll start with simple rules Transformations on functions, then explore odd, e

6 min readΒ·General
Article cover
Author avatar
Prashant BasnetSep 23, 2024
Tensors and TensorFlow 101

Tensors:Definition:A tensor is a mathematical object that describes linear relations between vectors, scalars & other tensors.They can be thought of multidi

3 min readΒ·General
Article cover
Author avatar
Prashant BasnetSep 23, 2024
Linear Transformations & Their Applications in Machine Learning

Linear Transformation:A function that takes a vector as input and produces another vector as an output, while preserving vector addition & scalar multiplica

3 min readΒ·General
Article cover
Author avatar
Prashant BasnetSep 18, 2024
Linear Algebra 101: From Basic Concepts to Image Scaling

What's a real world application of linear algebra?Almost all of us, have used image resizing.When you resize an image on your phone, you're actually using linea

4 min readΒ·General
Article cover
Author avatar
Brain DumpSep 16, 2024
What is Feature Scaling? Why is it crucial for Machine Learning?

This is note is Machine Learning 101. Explanation on feature scaling. Let's see a story from a school. Imagine you're comparing different aspects of your class

5 min readΒ·General
Article cover
Author avatar
Brain DumpSep 7, 2024
Understanding Derivatives: From Basic Concepts to Tangent Lines and Applications in Deep Learning

Where is derivatives used in neural network?The Blue Curve (f(x)):This represents the original function, let's call it f(x).In this case, it's a parabola shape,

7 min readΒ·General
Article cover
Author avatar
Brain DumpSep 7, 2024
From Continuous to Discrete: The Shift in Artificial Neuron Design

1. Traditional Artificial NeuronsIn all of my other notes, in all cases that i've referred to neurons. Those are traditional artificial neurons (eg: feedforward

5 min readΒ·General
Article cover
Author avatar
Brain DumpSep 7, 2024
Why is multi-layer network crucial?

Single layer networks vs Non-linearity:Single layer networks (perceptrons) can only solve linearly separable problems. Many real-world problem are non-linearly

1 min readΒ·General
Article cover
Author avatar
Brain DumpSep 6, 2024
XOR Neural Network: A Case Study in Non-Linearity

What we're doing:Problem Definition:We have two binary inputs (0 or 1) and one binary output.The XOR function returns 1 if exactly one of the inputs is 1, and 0

9 min readΒ·General
Article cover
Author avatar
MS CSAug 31, 2024
Neural Network 101. Chapter 2.

We are going to be looking at a real example of property valuation.Takes some parameters & values the property.We have independent variables i.e 1 row of a

9 min readΒ·General
Article cover
Author avatar
MS CSAug 31, 2024
Deep learning 101. Chapter 1.

What is neural networks?What is Deep learning?Deep learning were invented in 1960s, it caught wind around 1980sEverybody thought that deep learning or neural ne

6 min readΒ·General
Article cover