Data Set ,Machine Learning Problem : Quora question pair similarity – II

In the previous post, I explained all the necessary details, from business impact to performance metric, etc. We ended the post by uploading all the libraries. Time to upload the data into our system. We will use pandas read.csv function and some other functions like info and shape to get some insights into various details… Continue reading Data Set ,Machine Learning Problem : Quora question pair similarity – II

Data Set ,Machine Learning Problem : Quora question pair similarity – I

In this blog, I would like to take you through the process of how to go about solving a dataset or a data science problem.  Quora Question pair was actually a competition hosted on kaggle with decent prize money and anybody in the world could participate in it. But the competition is long over and… Continue reading Data Set ,Machine Learning Problem : Quora question pair similarity – I

Virtualenv, Text IDE’s,Pytest,Tox

Virtual Environments Before we come to it. We heard the term virtual reality, it is like the real world like experience, similar in all respects or close to similar. We have seen in the video games mostly. Virtual environments are mostly similar in understanding. It is the environment created to try to carry out different projects which require different settings.… Continue reading Virtualenv, Text IDE’s,Pytest,Tox

Paradigms of python programming- programming fads

Ever thought that you can associate a term like "style" to a programming language, well actually, you can associate so many of these fashion terms. But first let me tell you more about the python language, before I interest you on this idea. Admittedly, Python is my favorite language considering my limited knowledge and understanding… Continue reading Paradigms of python programming- programming fads

Production and Deployment of Machine Learning Models – III

Architecture Framework implemented to carry out an end to end prediction. In order to establish an out-and-out machine learning system, where we get the data, train our model and then deploy the model to serve customers we need a suitable designed architecture. We should straightway explore few important design architectures. We will touch upon all… Continue reading Production and Deployment of Machine Learning Models – III

Deployment and Productionization of Machine Learning Models – From Acme to Nadir – II

Bricks and concrete that builds a machine learning home: System and Architecture. A Machine Learning system is an entity that comprises the whole infrastructure(infrastructure that includes all the hardware from RAM to normal platform building equipment), then it includes operating system that power our machine learning task and makes it simpler by providing a robust… Continue reading Deployment and Productionization of Machine Learning Models – From Acme to Nadir – II

Outliers in Data, Emphasis in Data Science.

Outlier - The Enemy under wraps Outlier: I always like to think an outlier as Shashi Tharoor placed between general English-speaking group. He would really stand out, in the way he speaks English.Well, Shashi Tharoor will be an outlier in most groups.   Outlier is a point or observation that differs significantly from the from the rest of… Continue reading Outliers in Data, Emphasis in Data Science.

Deployment and Productionization of Machine Learning Models – From Acme to Nadir – I

Data Science - the business affair The typical process of building a machine learning model involves data collection: the process used to get the data from the databases(ETL) or from any other source, then Analyzing the data, engineering and selecting features from the data to building a model on the data, and lastly analyzing model… Continue reading Deployment and Productionization of Machine Learning Models – From Acme to Nadir – I