Hadoop and Spark – Big Data Technologies

Apache Hadoop Hadoop is an Open Source, Scalable, and Fault-Tolerant framework written in Java. Hadoop captures more than 90% of the big Data market. It efficiently processes large volumes of data on a cluster of commodity hardware. Provides an efficient framework for running jobs on multiple nodes of clusters. Cluster means a group of systems connected via LAN. The basic Hadoop programming language is Java, … Continue reading Hadoop and Spark – Big Data Technologies

Logistic Regression in Python from Scratch

Hello Everyone . . . In this post, I’ll be sharing the code for the equations that are used in the implementation of Logistic Regression Algorithm. They are written in Python without the use of any Prediction Libraries. Even if you are a beginner, you’ll find the implementation easy and intuitive. Most of the readers are already acquainted with ML Libraries like scikit-learn, TensorFlow, Keras, Caffe, … Continue reading Logistic Regression in Python from Scratch