
Python Sequences
Reference Fluent Python Chapter-2 Build-in Sequences The Python standard library offers two build-in types to represent sequences: Container sequences - Can hold different datatypes including...
Reference Fluent Python Chapter-2 Build-in Sequences The Python standard library offers two build-in types to represent sequences: Container sequences - Can hold different datatypes including...
Reference Generative Deep Learning - Chapter 3 Autoencoders An autoencoder is simply a neural network that is trained to perform the task of encoding and decoding an item, such that the output f...
Reference Generative Deep Learning - Chapter 2 Deep Learning Deep learning is a class of machine learning algorithms that uses multiple stacked layers of processing units to learn high-level ...
Reference Generative Deep Learning - Chapter 1 Overview Generative modeling can be broadly defined as follows: Generative modeling is a branch of machine learning that involves training a mo...
What is MITM? A man in the middle (MITM) attack is a general term for when a perpetrator positions himself in a conversation between a user and an application—either to eavesdrop or to impersonate...
Overview Ever wondered what happens when you type “www.google.com” in your browser? This article aims to delve deeper in what happens right from the browser, to the network layer and right down to...
Introduction Authentication in software engineering refers to the process of verifying the identity of a user, system, or entity to ensure that they are who they claim to be. It is a crucial aspec...
Reference Cloudfare Learning What is a network? In the simplest of terms, a network is nothing but a bunch of connect devices that can communicate with one another. Usually all these devices are...
Reference Fluent Python - Chapter 1 Introduction Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant inden...
Reference Chapter 5 - Designing Machine Learning Systems by Chip Huyen Introduction In 2014, the paper “Practical Lessons from Predicting Clicks on Ads at Facebook” claimed that having the ri...