Python Mappings
Reference Fluent Python Chapter-3 Modern dict syntax An example of dict Comprehensions: >>> codes = [ >>> ('TN','TamilNadu'), >>> ('KL','Kerala'), >>> ('T...
Reference Fluent Python Chapter-3 Modern dict syntax An example of dict Comprehensions: >>> codes = [ >>> ('TN','TamilNadu'), >>> ('KL','Kerala'), >>> ('T...
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...
Coming soon ..
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...