Avinash Navlani

Recommendation System for Streaming Platforms

In this Python tutorial, explore movie data of popular streaming platforms and build a recommendation system. Due to the new…

4 years ago

Data Science Interview Questions Part-7(Statistics)

Top-25 frequently asked data science interview questions and answers on Statistics for fresher and experienced Data Scientist, Data analyst, statistician,…

4 years ago

Data Science Interview Questions Part-6 (NLP & Text Mining)

Top-25 frequently asked data science interview questions and answers on NLP and Text Mining for fresher and experienced Data Scientist,…

4 years ago

Introduction to AWS Lambda Part-1

AWS Lambda is a kind of API end-point that performs a single function and runs when a request is made.…

4 years ago

Discovering Hidden Themes of Documents

Latent Semantic Analysis using Python Discovering topics are very useful for various purposes such as for clustering documents, organizing online…

4 years ago

Predicting Customer Lifetime Value in Python

Learn how to calculate Customer Life Time Value in Python. Italian economist Vilfredo Pareto states that 80% of the effect…

4 years ago

Introduction to Customer Segmentation in Python

In this tutorial, you’re going to learn how to implement customer segmentation using RFM(Recency, Frequency, Monetary) analysis from scratch in…

4 years ago

Introduction to Factor Analysis in Python

In this tutorial, you’ll learn the basics of factor analysis and how to implement it in Python. Factor Analysis (FA)…

4 years ago

Introduction to Apache Spark

In this tutorial, we will focus on Spark, Spark Framework, its Architecture, working, Resilient Distributed Datasets, RDD operations, Spark programming…

4 years ago

Hadoop Distributed File System

Hadoop is a Big Data computing platform for handling large datasets. Hadoop has a core two components: HDFS and MapReduce.…

4 years ago