

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


Unix Sed Command Tutorial with Examples
Sed (stream editor) is a very powerful tool for parsing and transforming text that was developed back in 1973 at


How to connect Snowflake with S3 and EC2 using Python
We have provided you with several tutorials in Snowflake. In this example, we consider the scenario where we have to


AWK Tutorial for Data Scientists and Engineers
AWK appeared back in 1977 and is a programming language designed for text processing that is used mainly for data


A Complete Guide of How to Choose and Apply the Right Statistical Test in Python
We often underestimate statistics and their importance and from my own experience, I can tell for certain that it’s the


Interview Question: A Variation of Russian Roulette
For Data Science positions, it is common to be asked questions about probabilities. One example is the following: The Question


How to Generate the Requirements of your Python project based on your Imports
We have provided many tutorials on how to generate the requirements.txt for your python project without environments, how to work


How to Schedule Tasks in Snowflake
We have started a series of Snowflake tutorials, like How to Get Data from Snowflake using Python, How to Load


Data Validation for Machine Learning using TFDV
After the Machine Learning model deployment we need somehow to validate the incoming datasets before we move on and input


How to Sync your Working Environment with Docker Jupyter Notebooks
Data Scientists love to work with Jupyter notebooks. It is possible that in the machine that you have to work