Posts with tag: #Machine Learning

Word Embeddings - word2vec

14 December 2017 — Written by Mubaris NK
#Python#NLP#Machine Learning#Tutorial

Learn basics of Word Embeddings. This blog post explores very commonly used word2vec.

Read more →

TensorFlow 101

21 October 2017 — Written by Mubaris NK
#Python#Tutorial#Machine Learning#Tensorflow

This post introduces the very basics of Tensorflow, a machine learning library developed by Google

Read more →

Support Vector Machines for Classification

14 October 2017 — Written by Mubaris NK
#Python#Tutorial#Machine Learning

This post explores Support Vector Machines, which is a powerful Machine Learning Algorithm

Read more →

K-Means Clustering in Python

01 October 2017 — Written by Mubaris NK
#Python#Tutorial#Machine Learning

K-Means Clustering is one of the popular clustering algorithm. The goal of this algorithm is to find groups(clusters) in the given data. In this post we will implement K-Means algorithm using Python from scratch.

Read more →

Linear Regression from Scratch in Python

28 September 2017 — Written by Mubaris NK
#Python#Tutorial#Machine Learning

Learn basics of Machine Learning by building a Linear Regressor from Scratch using Python

Read more →
© 2017-2025 Mubaris