Category: Python
Python tutorials
Introduction to VECTOR EMBEDDING
VECTOR EMBEDDING : it’s a technique for learning numerical representations for token (word) that approximate their lexical meaning.these representations are learned by observed words in their context of occurrence in large volumes of data.
Read morePredicting the outcome of the World Cup in 150 lines of Python
It seems like Machine learning and Deep Learning are everywhere these days. AI can do anything! From writing essays to cheat tests to generating to having an infinite image generating machine running on your local machine, the possibilities are endless. So it should come as no surprise that you can use deep learning to predict the outcome of major sports tournaments.
Read moreK-Means Clustering: A Centroid-based Algorithm
K — means clustering is a centroid-based unsupervised machine learning algorithm. Unsupervised learning uses the machine learning algorithm to analyze unlabelled data and find hidden patterns without human intervention. It’s clear from the name itself that K-means is a cluster-based algorithm. Clustering is a technique where we can group together a set
Read more