Category: machine learning
Last Friday, @justyy hosted a rock-sicssors-papers wechat group contest for CN community and the contest is going on fire! The robot player just plays randomly without any intelligence at …
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 …
In the field of machine learning and data mining, the Gradient Descent is one simple but effective prediction algorithm based on linear-relation data. It can be used to make …