by Saneesh V | Aug 24, 2018 | Analytics, R
Coding is the process by which a programmer converts tasks from human-readable logic to machine-readable language. The reason behind coding being so popular is that there are so many ways to do the same thing that programmers don’t know the right choice anymore. As a...
by Saneesh V | Aug 23, 2018 | Analytics, R
Over the last couple of articles, We learned different classification and regression algorithms. Now in this article, We are going to learn entirely another type of algorithm. Which falls into the unsupervised learning algorithms. If you were not aware of unsupervised...
by Saneesh V | Aug 22, 2018 | Analytics, R
Working in machine learning field is not only about building different classification or clustering models. It’s more about feeding the right set of features into the training models. This process of feeding the right set of features into the model mainly take place...
by Saneesh V | Aug 21, 2018 | Analytics, R
Reinforcement Learning with R Machine learning algorithms were mainly divided into three main categories. Supervised learning algorithms Classification and regression algorithms Unsupervised learning algorithms Clustering algorithms Reinforcement learning algorithms...
by Saneesh V | Aug 20, 2018 | Analytics, R
In the past one decade, there has been an exponential surge in the online activity of people across the globe. The volume of posts that are made on the web every second runs into millions. To add to this, the rise of social media platforms has led to flooding to...
by Saneesh V | Aug 19, 2018 | Analytics, R
Categorical data is a kind of data which has a predefined set of values. Taking “Child”, “Adult” or “Senior” instead of keeping the age of a person to be a number is one such example of using age as categorical. However, before using categorical data, one must know...
Recent Comments