Posts by Sai Ram
Author Biographical Info: Just another peep
Occasionally not known by the sender or the receiver Man in The Middle attack is a strategy to sniff packets between the two parties in a channel. MITM aims to target the channel.... Read More
Long Short Term Memory(LSTM) is a recurrent neural network(RNN) architecture. It has feedback connections, unlike the other neural networks which have feedforward architecture to p.... Read More
Hi coders, today we will discuss Collatz conjecture in Java. Imagine something simple yet complicated to prove that it’s simple. Today we’re talking about such a fuzzy problem which breaks your mind finding the proof – The Collatz Conjecture. Collatz was first to identify such a fatigue-causing problem. Which simply stated that If a number […] Read More
Hola, everyone! Today we will learn about the asymmetric key algorithms and an example RSA algorithm. What is Asymmetric Key Encryption? Asymmetric encryption involves a mechanism .... Read More
Hey folks, in another data science post today, we will learn about Self-Organizing Maps (SOMs). Before you proceed to have a thorough grip on ANN’s and Clustering algorithms .... Read More
Hey guys, today in another data science post we will talk about hierarchical clustering. Let’s have a simple definition of clustering first. Clustering uses techniques that.... Read More
Hey folks, let’s focus on another interesting topic that is, Adam Optimizer in Deep Learning. Before we proceed let’s take an intro. Optimizer Algorithms in Deep Learni.... Read More
Hey everyone, today’s topic is image classification in python. Humans generally recognize images when they see and it doesn’t require any intensive training to identify.... Read More