

Content-Based Recommender Systems in TensorFlow and BERT Embeddings
This tutorial will show you how to build content-based recommender systems in TensorFlow from scratch. For this example, we will


How to Build Python Packages
In this tutorial, we will show you how to build Python Packages. Our goal is to build a Python package


How to Get Twitter Data using R
In a previous post, we showed how to get Twitter data using Python. In this tutorial, we will show you


How to Get Twitter Data using Python
This tutorial is a gentle introduction to tweepy library. We will show you how to get Tweets using Python that


Git Branches Tutorial
In this tutorial, we will talk about Git branches. Using simple examples, we will show you how to create, switch,


How to Paraphrase Documents using Transformers
In this tutorial, we will show you how to paraphrase a whole document using Transformers. In this example, we will


Web Article NLP Analysis in Python
As a Data Scientist and an NLP specialist, you may need to extract web articles and analyze them. An easy


AWS SageMaker and GitHub Integration
In this tutorial, we will show you how to integrate SageMaker with GitHub. There are some steps that need to


How to Create a Simple Streamlit App + How to Deploy it on Heroku
Streamlit is our favorite way to create python web apps due to its simplicity. You can build beautiful and complex


10 Tips and Tricks for Data Scientists Vol.12
We have started a series of articles on tips and tricks for data scientists (mainly in Python, R, SQL and Bash).


Python pip Tips for Data Scientists
Data Scientists use to work with Anaconda Environments and for installing packages they use to run the “conda” commands. However,