Posts by Sai Ram

Author Biographical Info: Just another peep

Man in The Middle Attack in Kali Linux

By Sai Ram

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

LSTM in deep learning

By Sai Ram

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

Collatz Conjecture in Java with Processing

Collatz Conjecture in Java with Processing

By Sai Ram | October 28, 2019

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

RSA Algorithm an Asymmetric Key Encryption in Python

By Sai Ram

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

Self-Organizing Maps (SOM)

By Sai Ram

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

Hierarchical Clustering Analysis

By Sai Ram

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

Adam Optimizer in Deep Learning

By Sai Ram

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

Image Classification in Python using CNN

By Sai Ram

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

Related Posts