Writing
Notes from the edge of what I know
Machine learning, decentralized systems, algorithms, experiments, and the lessons hiding inside things I build.

Light Clients vs Full Nodes: Which is Right for You?
Hey there! Are you interested in accessing and interacting with a blockchain network but don’t want to go through the hassle of syncing the entire blockchain? Well, you’re in luck! Introduci…

Titanic Survival Prediction Using Ensemble Stacking
Abstract We have several machine learning models available today which work in a very different way and produce a different result. Considering a given data set some models might work for on…

Parallel Genetic Algorithm
Genetic Algorithms are one of a class of approaches often called evolutionary computation methods used in adaptive aspects of computation that exceptionally involve machine learning and othe…

Sentiment analysis using Supervised Deep Learning model
What it does Sentimental Analysis is a program that interprets the sentence given by the user and tells us that if that sentence is a positive sentence or a negative sentence. In order to in…

CoviFight
https://medium.com/media/8e46e3be477fd0f50d2b3d4ba509ca27/href Inspiration The virus has affected humanity in various ways, be it our economy, our freedom of movement, and the loss of loved …

Installing TensorFlow with conda Explained
Installing TensorFlow with Anaconda Explained In this post, we will learn to install TensorFlow with Anaconda For this setup, we first need to understand what is conda and why we use it. con…