Sid

Writing

Notes from the edge of what I know

Machine learning, decentralized systems, algorithms, experiments, and the lessons hiding inside things I build.

Live from Medium

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…

3 min read

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…

ensemble-learningtitanic-datasetmachine-learning19 min read

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…

machine-learningparallel-computingpython16 min read

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…

sentiment-analysisnaturallanguageprocessingdeep-learning3 min read

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 …

machine-learningcovid19european-union7 min read

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…

machine-learninganacondatensorflow2 min read