K-Nearest Neighbors (KNN) Algorithm Tutorial — Machine Learning Basics
Author(s): Sujan Shirol, Husna Sayedi, Roberto Iriondo The image is a screenshot of the COVIDCAST application, an open-source project by the Delphi Research Group at Carnegie Mellon University. Diving into K-nearest neighbor, a fundamental classical machine learning (ML) algorithm Join us ↓ …
How to Install Ubuntu Terminal on Windows 10
Author(s): Eugenia Anello Configure Ubuntu shell as terminal in Pycharm environment Continue reading on Towards AI » Published via Towards AI …
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 …
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 …
Monte Carlo simulation on Dice Battles: RISK, 80 Attackers vs. 20 Defenders
Author(s): Michelangiolo Mazzeschi Performing simulations for Decision Making Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
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 …
Main Types of Neural Networks and its Applications — Tutorial
Author(s): Pratik Shukla, Roberto Iriondo Figure 1: Main types of neural networks, designed with app.diagrams.net, the diagram is a derivative from Creative Commons The Neural Network Zoo by Stefan Leijnen and Fjodor van Veen, licensed under CC BY 4.0 [5] [6] A tutorial on the main types of neural …