100x scaling with Gevent
A case study on how we were able to scale an insurance aggregator framework up to 100 times.
Read moreDeep Learning, NLP, NMT, AI, ML
Python tutorials
A case study on how we were able to scale an insurance aggregator framework up to 100 times.
Read moreGloVe (Global Vectors) was proposed by Pennington, Socher, and Manning in 2014. It is a new global log-bilinear regression model that combines the advantages of the count-based and the prediction-based models. If you are new to word embedding models, feel free to check out my previous post on the
Read moreBuild a News Article Classifier using the PySpark framework
Read moreNLP unleashed: unleashing the power of natural language processing.
Read moreHi! Hope you’re in a good mood today. In this tutorial we are going to learn about K-fold cross validation and how to implement it in python, let’s begin with a brief introduction: Suppose you build a machine learning model to solve a problem, you split the dataset to train and test sets and then,
Read moreThere is a very elegant technique to remove crowds from photos in which you just use a tripod and take multiple photos from the exact same spot. Every single picture might have tons of people, but every picture has people in different spots! So if you just average the pixels most of the crowd will just disappear. (Technically, the median works better, but I’m getting ahead of myself).
Read more