XplainXR

Practice. Build. Ship.

Learn by Doing

Hands-on tutorials, code labs, and explainable AI/XR exercises built for researchers, engineers, and practical learners.

code-lab.py XR • AI • Data
import shap, torch

explainer = shap.DeepExplainer(model, sample_x)
shap_values = explainer.shap_values(test_x)
JavaScript Fundamentals
Web Development Code Lab

Beginner • 30 min • Web Development

JavaScript Fundamentals

JavaScript Fundamentals: The Building Blocks 1. Variables — The Basic Storage Units Variables store values that your program uses and updates. These help control how data…

Web Development

Learning Paths

Curated sequences of tutorials designed to help you master one domain.

Explainable AI Foundations

1 Tutorials

A step-by-step path to help you understand how modern AI models make decisions. Begin with small interpretable classifiers, learn how to visualize model behavior, and progress into advanced XAI tools like SHAP, LIME, and feature-attribution workflows.

JavaScript Fundamentals

💬
HANDS Chatbot