Understanding Machine Learning
How Does Machine Learning Work?Machine learning is often referred to as magical or a black box:Insert data > magic black box > mission accomplished.Let’s look at the training process itself to better understand how machine learning can create value with data.CollectMachine learning is dependent on data. The first step is to make sure you have the right data as dictated [...]
Programming as a Way of Thinking
Programming used to be about translation: expressing ideas in natural language, working with them in math notation, then writing flowcharts and pseudocode, and finally writing a program. Translation was necessary because each language offers different capabilities. Natural language is expressive and readable, pseudocode is more precise, math notation is concise, and code is executable. Source: Programming as a Way of [...]
Best Offline Data Cleaning Tools
If we go by the facts then every day 2.5 Quintillion Bytes of Data is created in the world. This data also has the repetitive and erroneous records which we need to remove before mining it for insights in it. Inaccurate Data leads to wrong assumptions and analysis ultimately leading to failure of the project. Data Cleansing is the name [...]