Analyzing Movie Subtitles

04 November 2017 — Written by Mubaris NK
#Python#Data Science#NLP

Understand movie behaviour from sentiment analysis of movie subtitles

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 →

Project Ozii - Generating PulseGraphs from Text

04 October 2017 — Written by Mubaris NK
#Python#Project

Ever since I watched the movie 'Arrival', I wanted to create my own logographs. Just like the one they show in the movie. So, I started…

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 →
© 2017-2025 Mubaris