Skip to main content
Category
Topics

Machine Learning Tutorial

Get insights & best practices into AI & machine learning, upskill, and build data cultures. Learn how to get the most out of machine learning models with our tutorials.
Other topics:
All posts
Machine Learning

Proximal Policy Optimization with PyTorch and Gymnasium

Learn the first principles of Proximal Policy Optimization, including its implementation in PyTorch with Gymnasium!
Arun Nanda's photo

Arun Nanda

November 18, 2024

Snowflake

Machine Learning with Python & Snowflake Cortex AI: A Guide

Learn about Snowflake Cortex AI and how it can be used for LLMs and machine learning.
Austin Chia's photo

Austin Chia

November 8, 2024

Machine Learning

The A* Algorithm: A Complete Guide

A guide to understanding and implementing the A* search algorithm in Python. See how to create efficient solutions for complex search problems with practical code examples. Learn optimization strategies used in production environments.

Rajesh Kumar

November 7, 2024

Machine Learning

Understanding the Bellman Equation in Reinforcement Learning

The Bellman Equation is a key concept in reinforcement learning that helps agents make decisions in complex situations by assessing possible future states and rewards. This article examines its mathematical principles, real-world uses, and importance in creating optimal policies within Markov Decision Processes.
Kurtis Pykes 's photo

Kurtis Pykes

November 6, 2024

Machine Learning

US Election 2024 Prediction With Machine Learning and Python

Learn how to predict the winner of the 2024 US presidential election using Python, machine learning, and data from FiveThirtyEight and the Federal Election Commission.
Tom Farnschläder's photo

Tom Farnschläder

October 30, 2024

Python

RMSprop Optimizer Tutorial: Intuition and Implementation in Python

Learn about the RMSprop optimization algorithm, its intuition, and how to implement it in Python. Discover how this adaptive learning rate method improves on traditional gradient descent for machine learning tasks.
Bex Tuychiev's photo

Bex Tuychiev

October 23, 2024

Machine Learning

How to Visualize Machine Learning Models: From Linear Regression to Neural Networks

Machine learning is complex and often hard to wrap your head around. By visualizing machine learning models, you can get a great level of understanding of model performance and the decisions the model makes when making predictions.
Dario Radečić's photo

Dario Radečić

October 23, 2024

Machine Learning

A Guide to the DBSCAN Clustering Algorithm

Learn how to implement DBSCAN, understand its key parameters, and discover when to leverage its unique strengths in your data science projects.

Rajesh Kumar

September 29, 2024

Machine Learning

Isolation Forest Guide: Explanation and Python Implementation

Isolation Forest is an unsupervised machine learning algorithm that identifies anomalies or outliers in data by isolating them through a process of random partitioning within a collection of decision trees.
Conor O'Sullivan's photo

Conor O'Sullivan

September 25, 2024

Python

SARSA Reinforcement Learning Algorithm in Python: A Full Guide

Learn SARSA, an on-policy reinforcement learning algorithm. Understand its update rule, hyperparameters, and differences from Q-learning with practical Python examples and its implementation.
Bex Tuychiev's photo

Bex Tuychiev

September 19, 2024