Skip to main content

Popular posts from this blog

Create Gmail ID | Create multiple Gmail account in one mobile | Gmail signup

What is Gmail ? Gmail is a service provided by Google. Almost every person in the world has a Gmail account. If you want to use Google services like Youtube , Google Drive , Google Photos , Blogger , Gmail App (for sending and receiving email) then you must have a Gmail account. Not only Google services you can also use your Gmail ID to sign in to other website's services. Sign up for Gmail is free.

How to effectively use different Fuzzy Matching Algorithms?

Have you ever tried to match data in two tables? Isn’t it too difficult to match values in tables without identical data like the names with spelling mistakes or extra space between two words? The analytics team faces the biggest problem when they get the task of normalizing two sets of similar data with varied variables. They need to do this to create a common record for modeling. Most of the time, the reason behind errors in tables is the manual entry of values. For instance, the forms filled by users or the spreadsheets maintained by the employees have the highest chances of incorrect data. Small organizations with limited data might not understand the problem well, but large scale businesses with humongous data know how painful it is to match or merge multiple tables. Now the big question here how to solve this problem? So, the solution to this problem is Fuzzy Matching. It is a technique used in computer-assisted translation for record linking. The technique works on...

Make USB Pendrive Bootable for Any Windows, Linux, Ubuntu

To install any operating system like Windows 10, Windows 8, Windows 7, Kali Linux, Ubuntu from a USB Pendrive then you first have to make it bootable. Making a Pendrive Bootable means we are giving instructions to computer that we want to install an operating system into it. After making a Pendrive bootable you can install any operating system into your computer. Let's see the requirements for a bootable Pendrive. In this post I'm making Windows bootable Pendrive you can select any other Operating system and the steps are the same. Requirements  1. A normal USB Pen Drive or you can also use CD, SD card, etc.    Note: For bootable SD card, CD, DVD follow the same steps 2. Any Windows ISO File. 3. Rufus Software STEP 1 Download and Run Rufus Software. Click here to download. This is a free tool.   STEP 2  After opening the Rufus Software. Select the device which you want to make bootable. Select Your Device STEP 3 ...