Prediction via KNN (K Nearest Neighbours) Concepts: Part 1

K Nearest Neighbor (KNN ) is one of those algorithms that are very easy to understand andย  has a good accuracy in practice. KNN can be used in different fields from health, marketing, finance and so on [1]. KNN is easy to understand and also the code behind it in R also is too easy Read more about Prediction via KNN (K Nearest Neighbours) Concepts: Part 1[…]

Make Business Decisions: Market Basket Analysis Part 2

In the Part one I have explained the main concepts of Market basket analysis (associative Rules) andย how to write the code in R studio. In this post I will explained the process of doing market basket analysis inย Power BI. for doing this post I have used the data set from [1]. Power BI Desktop, is Read more about Make Business Decisions: Market Basket Analysis Part 2[…]

Part 4 – Live Streaming Weather Station with Cortana Analytics (Online Data Analytics with Azure ML)

In previous posts, I have showed the process of creating a live weather data streaming with Cortana. In Part 1 the process of setting up Raspberry PI3 and weather station sensor has been explained.ย Following, in Part 2, the process of setting up the Event Hub as a median to digest the data from Raspberry PI Read more about Part 4 – Live Streaming Weather Station with Cortana Analytics (Online Data Analytics with Azure ML)[…]

Live Streaming Weather Station with Cortana Analytics โ€“ Part 3

In previous posts (part 1 and part 2), I have explained the process of data live streaming. In the first post, I have explained the process of setting up the Raspberry PI 3 and Weather station. In the second one, I have explained the process of setting up theย Event Hub that helps us to. In Read more about Live Streaming Weather Station with Cortana Analytics โ€“ Part 3[…]

Live streaming Weather station with Cortana Analytics โ€“ Part 2

In previous post (http://radacad.com/create-a-live-stream-weather-station-with-cortana-analytics-part-1), I have explained what is Cortana, What is IoT and how to set up the Raspberry pi3. In this post, I will explain the process of connecting weather station sensor to Raspberry Pi. Also, how to send data to the Event Hub and set it up. Get Weather Data For connecting Read more about Live streaming Weather station with Cortana Analytics โ€“ Part 2[…]

Make Business Decisions: Market Basket Analysis Part 1

Market Basket analysis (Associative rules), has been used for finding the purchasing customer behavior in shop stores to showย the related item that have been sold together. This approach is not just used for marketing related products, but also for finding rules in health care, policies, events management and so forth. In this Post I will Read more about Make Business Decisions: Market Basket Analysis Part 1[…]