Google Colab 101 Tutorial with Python — Tips, Tricks, and FAQ
Author(s): Saniya Parveez, Roberto Iriondo Source: Derivative from original by Bongkarn Thanyakij on Pexels An in-depth tutorial on how to use Google Colab with Python, along with Colab’s tips, tricks, and FAQ This tutorial’s code is available on Github and its full implementation as …
Basic Linear Algebra for Deep Learning and Machine Learning Python Tutorial
Figure 1: A three-dimensional Euclidean space used to represent solutions of linear equations [1] [2]. Image is a vector derivative from “High-dimensional Simplexes for Supermetric Search” by Richard Connor, Lucia Vadicamo, and Fausto Rabitti [3]. An introductory tutorial to linear algebra for machine …
Recommendation System Tutorial with Python using Collaborative Filtering
Author(s): Saniya Parveez, Roberto Iriondo Building a recommendation system using Python and collaborative filtering for a Netflix use case. Introduction A recommendation system generates a compiled list of items in which a user might be interested, in the reciprocity of their current …
Simple Linear Regression Tutorial for Machine Learning (ML)
Author(s): Pratik Shukla, Roberto Iriondo Source: Image by the Author. Diving into calculating a simple linear regression and linear best fit with code examples in Python and math in detail This tutorial’s code is available on Github and its full implementation as …
Bernoulli Distribution — Probability Tutorial with Python
Author(s): Pratik Shukla, Roberto Iriondo Source: Unsplash Probability, Statistics Bernoulli distribution tutorial — diving into the discrete probability distribution of a random variable with examples in Python In this series of tutorials, we will dive into probability distributions in detail. We will not just showcase …
Best Data Science Books — Free and Paid — Editorial Recommendations
Source: Photo by Ivo Rainha on Unsplash For the past year, we have looked at over 23,000 [1] data science books, and we have picked what we consider to be the best paid and free books in terms of technicality, ability to explain …
Survival Analysis with Python Tutorial — How, What, When, and Why
Source: Unsplash Author(s): Pratik Shukla This article covers an extensive review with step-by-step explanations and code for how to perform statistical survival analysis used to investigate the time some event takes to occur, such as patient survival during the COVID-19 pandemic, …
Monte Carlo Simulation An In-depth Tutorial with Python
Figure 1: The Monte Carlo Simulation methods are used in many industries, from the stock market to finance, energy, banking, and other forecasting models. | Source: Pexels An in-depth tutorial on the Monte Carlo Simulation methods and applications with Python Author(s): Pratik Shukla, …
Natural Language Processing (NLP) with Python — Tutorial
Author(s): Pratik Shukla, Roberto Iriondo Source: Pixabay Natural Language Processing, Scholarly, Tutorial Tutorial on the basics of natural language processing (NLP) with sample code implementation in Python In this article, we explore the basics of natural language processing (NLP) with code examples. We …