Tag: machine learning
Algorithms like neural networks are stochastic. That means, that even when the same algorithm is trained on the same data it can give different results. The reason is, stochastic …
In this post, we have shown you the C# code to process raw data of 10K rows of gender, height and corresponding weight. It takes a while to code …
The prediction algorithms in the domain of machine learning are all about the probability. The probability is how we represent the likelihood for an event to occur. It is …
The K Nearest Neighbor (KNN) Algorithm is well known by its simplicity and robustness in the domain of data mining and machine learning. It is actually a method based …
Machine learning is very popular nowadays. Everybody claims that they are doing it 🙂 This tutorial will try to explain a few terms in the field of machine learning …