Python

Setting up a GPU based Deep Learning Machine

Using GPU for deep learning has seen a tremendous performance. It has been reported that execution time using GPU is 10x -50x times faster than CPU-based deep learning and It is also a lot cheaper than CPU-based system. You can see this below in the picture. I was curious to check deep learning performance on …

Setting up a GPU based Deep Learning Machine Read More »

Building Your First Spark : Logistic Regression Model

What Is Apache Spark? Apache Spark is an open source processing engine built around speed, ease of use, & Analytics. Apache Spark is a cluster computing platform designed to be fast and general-purpose. Spark is alternative for large amounts of data that requires low latency processing that a typical Map Reduce program cannot provide. Spark performs at speeds …

Building Your First Spark : Logistic Regression Model Read More »

Scroll to Top