<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Explorable Explanations</title>
        <link>https://explorable-explanations.com/en/</link>
        <description>Recent content on Explorable Explanations</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>maintained by Yuichi Yazaki</copyright><atom:link href="https://explorable-explanations.com/en/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Easing Functions Cheat Sheet</title>
        <link>https://explorable-explanations.com/en/p/easings/</link>
        <pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/easings/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/easings/images/cover.png" alt="Featured image of post Easing Functions Cheat Sheet" /&gt;&lt;p&gt;Easing Functions Cheat Sheet is an interactive reference for comparing easing functions that control how animation values change over time. It lists Sine, Quad, Cubic, Quart, Quint, Expo, Circ, Back, Elastic, Bounce, and related variants, making it easy to compare the shape and behavior of each &lt;code&gt;In&lt;/code&gt;, &lt;code&gt;Out&lt;/code&gt;, and &lt;code&gt;InOut&lt;/code&gt; curve.&lt;/p&gt;
&lt;p&gt;Selecting a function reveals the corresponding CSS &lt;code&gt;transition-timing-function&lt;/code&gt; value, PostCSS usage, gradient application, and TypeScript implementation. The live samples compare the selected easing against a linear function for size, position, and opacity, which makes the site useful when choosing motion timing for UI animation.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://easings.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Easing Functions Cheat Sheet&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;easings.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Easing Functions Cheat Sheet&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A cheat sheet for comparing easing functions such as Sine, Quad, Expo, and Bounce through curves, CSS, and TypeScript code.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;easings.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Map Tile Browser</title>
        <link>https://explorable-explanations.com/en/p/what-the-tile/</link>
        <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/what-the-tile/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/what-the-tile/images/cover.png" alt="Featured image of post Map Tile Browser" /&gt;&lt;p&gt;Map Tile Browser is an interactive tool for seeing how web map tiles are divided directly on a map. As you change the zoom level, it shows the visible tile grid and labels each tile with its center coordinates, zoom level, tile coordinates, and Quadkey.&lt;/p&gt;
&lt;p&gt;The tool also includes place search and map style switching, so you can compare Carto basemaps with GSI standard, pale, and aerial-photo maps while inspecting tile structure. Clicking a tile copies its information, which makes the site useful both for map application development and for explaining how map tiles work.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://what-the-tile.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Map Tile Browser&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;what-the-tile.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Map Tile Browser&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;An interactive tool for inspecting map tile bounds, coordinates, and Quadkeys at each zoom level.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;what-the-tile.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>TensorFlow Playground</title>
        <link>https://explorable-explanations.com/en/p/tensor-playground/</link>
        <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/tensor-playground/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/tensor-playground/images/cover.png" alt="Featured image of post TensorFlow Playground" /&gt;&lt;p&gt;TensorFlow Playground is interactive content that lets you train a small neural network in the browser and experiment with datasets, features, hidden layers, neuron counts, activation functions, regularization, and learning rates.&lt;/p&gt;
&lt;p&gt;As training progresses, you can observe how the decision boundary and the representations learned by each neuron change. It is a useful tool for building intuition about neural network learning, overfitting, feature engineering, and model capacity.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://tensor-playground.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;TensorFlow Playground&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;tensor-playground.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;TensorFlow Playground&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Change features and layer structure while observing neural network learning and decision boundaries.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tensor-playground.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Embedding Projector</title>
        <link>https://explorable-explanations.com/en/p/embedding-projector/</link>
        <pubDate>Wed, 27 May 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/embedding-projector/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/embedding-projector/images/cover.png" alt="Featured image of post Embedding Projector" /&gt;&lt;p&gt;Embedding Projector is interactive content for projecting high-dimensional embedding vectors into 2D or 3D and exploring their structure as a point cloud. Using projections such as PCA and t-SNE, you can inspect neighborhoods, clusters, and outliers.&lt;/p&gt;
&lt;p&gt;Selecting a point reveals metadata and nearby points, and the interface also supports labels, color coding, night mode, 3D labels, and range selection. It is a useful learning tool for investigating how embedding spaces organize words, images, text, and other data used by machine learning models.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://embedding-projector.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Embedding Projector&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;embedding-projector.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Embedding Projector&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Project high-dimensional embeddings into 2D or 3D and interactively explore clusters and nearest neighbors.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;embedding-projector.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Learning Map Projections with Face Photos</title>
        <link>https://explorable-explanations.com/en/p/projection-face-photo/</link>
        <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/projection-face-photo/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/projection-face-photo/images/cover.png" alt="Featured image of post Learning Map Projections with Face Photos" /&gt;&lt;p&gt;This interactive content projects face photos or GeoJSON data so you can compare distortion across map projections. By switching between projections such as Mercator, Mollweide, Equal Earth, and azimuthal equidistant, you can immediately see how shapes and areas change.&lt;/p&gt;
&lt;p&gt;It supports PNG and JPEG uploads as well as webcam input and sample data. Graticules and projection descriptions can also be displayed, making it a practical learning demo for map projections. The site also states that images captured with the webcam are not saved on the server.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://projection-face-photo.vercel.app/?lang=en&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Learning Map Projections with Face Photos&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;projection-face-photo.vercel.app&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Learning Map Projections with Face Photos&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Compare distortion across map projections using face photos, webcam input, or GeoJSON.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;projection-face-photo.vercel.app&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Visualizing Classification Methods</title>
        <link>https://explorable-explanations.com/en/p/classification/</link>
        <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/classification/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/classification/images/cover.png" alt="Featured image of post Visualizing Classification Methods" /&gt;&lt;p&gt;This interactive content compares classification methods used in GIS and choropleth maps against the same data. You can view quantile, equal interval, natural breaks (Jenks), standard deviation, geometric interval, head/tail breaks, pretty breaks, and arithmetic progression classifications side by side.&lt;/p&gt;
&lt;p&gt;The data distribution can be switched between uniform, normal, right-skewed, and bimodal patterns, making it easier to see how the shape of the data changes the resulting classes. Color palettes and the number of classes can also be adjusted, so the demo works well as a learning tool for understanding how classification affects map representation.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://classification.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Visualizing Classification Methods&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;classification.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Visualizing Classification Methods&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A demo for comparing quantile, natural breaks, standard deviation, and other classification methods on the same map and histogram.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;classification.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>AI Explorables</title>
        <link>https://explorable-explanations.com/en/p/ai-explorables/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/ai-explorables/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/ai-explorables/images/cover.png" alt="Featured image of post AI Explorables" /&gt;&lt;p&gt;AI Explorables is a collection of interactive explainers about AI and machine learning from Google PAIR. It turns abstract topics such as model behavior, datasets, bias, privacy, and text generation into experiences you can explore directly.&lt;/p&gt;
&lt;p&gt;Each piece lets you change inputs or conditions with sliders, choices, and visualized data distributions, then see how the results respond. It is a useful entry point for learning the relationship between models and data without treating AI as a black box.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://ai-explorables.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;AI Explorables&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;ai-explorables.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;AI Explorables&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A collection of interactive explainers for learning AI concepts and social impacts through explorable visualizations.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;ai-explorables.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>An Introduction to Network Analysis and Representation</title>
        <link>https://explorable-explanations.com/en/p/learning-network-visualization/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/learning-network-visualization/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/learning-network-visualization/images/cover.png" alt="Featured image of post An Introduction to Network Analysis and Representation" /&gt;&lt;p&gt;An Introduction to Network Analysis and Representation is an interactive learning resource for exploring network data made of nodes and edges. You can switch between examples such as random graphs, character relationships in literature, and transportation networks to observe different structures.&lt;/p&gt;
&lt;p&gt;The tool lets you experiment with force-directed layouts, gravity, link attraction, node repulsion, degree-based sizing, centrality, clustering coefficients, path finding, and ego networks. It is useful for learning how network diagrams are formed and what common network metrics mean through direct interaction.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://elijahmeeks.com/networkviz/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;An Introduction to Network Analysis and Representation&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;elijahmeeks.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;An Introduction to Network Analysis and Representation&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;An interactive resource for learning network layout, centrality, clustering, and path finding.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;elijahmeeks.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>CNN Explainer</title>
        <link>https://explorable-explanations.com/en/p/cnn-explainer/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/cnn-explainer/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/cnn-explainer/images/cover.png" alt="Featured image of post CNN Explainer" /&gt;&lt;p&gt;CNN Explainer is interactive content that traces how a convolutional neural network (CNN) classifies an image through layer-by-layer visualization. You can see how the input image is transformed through convolution, activation, pooling, and fully connected layers.&lt;/p&gt;
&lt;p&gt;Because filters, feature maps, neuron activations, and final prediction probabilities are shown in the same context, the tool makes it easier to connect the model structure with the flow of inference. It is a useful learning tool for explaining what happens inside an image recognition model.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://poloclub.github.io/cnn-explainer/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;CNN Explainer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;poloclub.github.io&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;CNN Explainer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;An interactive visualization tool for observing feature extraction and classification through each layer of a CNN.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;poloclub.github.io&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Diffusion Explainer</title>
        <link>https://explorable-explanations.com/en/p/diffusion-explainer/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/diffusion-explainer/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/diffusion-explainer/images/cover.png" alt="Featured image of post Diffusion Explainer" /&gt;&lt;p&gt;Diffusion Explainer breaks down how Stable Diffusion generates images from text prompts into interactive steps. It shows the main stages of the process: tokenizing and encoding text, refining an image representation from noise, and upscaling the image.&lt;/p&gt;
&lt;p&gt;By switching prompts, you can observe how text and image representations connect to the generated result. It is a useful tool for building an intuitive understanding of diffusion models and image generation AI before going deeper into formulas or implementation details.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://diffusion-explainer.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Diffusion Explainer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;diffusion-explainer.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Diffusion Explainer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A tool that visualizes Stable Diffusion as text representation, denoising, and upscaling stages.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;diffusion-explainer.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>GAN Lab</title>
        <link>https://explorable-explanations.com/en/p/ganlab/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/ganlab/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/ganlab/images/cover.png" alt="Featured image of post GAN Lab" /&gt;&lt;p&gt;GAN Lab is an interactive visualization tool for observing the training process of a generative adversarial network (GAN) in the browser. On a 2D data distribution, you can watch the generator create samples while the discriminator learns to distinguish real from fake examples through changes in points and decision boundaries.&lt;/p&gt;
&lt;p&gt;By changing the distribution shape, model structure, and learning speed, you can try cases where GAN training stabilizes or breaks down. It is a useful learning tool for understanding the roles of the generator and discriminator and the competitive relationship between them.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://ganlab.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;GAN Lab&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;ganlab.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GAN Lab&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Experiment with and observe GAN generator and discriminator training on 2D data distributions.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;ganlab.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>How to Use t-SNE Effectively</title>
        <link>https://explorable-explanations.com/en/p/post--misread-tsne/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/post--misread-tsne/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/post--misread-tsne/images/cover.png" alt="Featured image of post How to Use t-SNE Effectively" /&gt;&lt;p&gt;How to Use t-SNE Effectively is an interactive article about how to interpret t-SNE, a common method for visualizing high-dimensional data. It shows how cluster size, distances between clusters, randomness, and perplexity can affect the appearance of a plot.&lt;/p&gt;
&lt;p&gt;By changing sample data and parameters, you can see that the same dataset can produce very different visual results. The article is an important learning resource for understanding what can be trusted in a t-SNE plot and what should not be overinterpreted.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://post-misread-tsne.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;How to Use t-SNE Effectively&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;post-misread-tsne.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;How to Use t-SNE Effectively&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Learn how parameters and data structure affect t-SNE plots so you do not misread them.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;post-misread-tsne.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>MLU-Explain</title>
        <link>https://explorable-explanations.com/en/p/aws-mlu-explain/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/aws-mlu-explain/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/aws-mlu-explain/images/cover.png" alt="Featured image of post MLU-Explain" /&gt;&lt;p&gt;MLU-Explain is a set of visual machine learning explainers from Amazon Machine Learning University. It covers foundational topics such as decision trees, random forests, linear regression, logistic regression, neural networks, cross validation, bias, and variance.&lt;/p&gt;
&lt;p&gt;Instead of relying only on formulas, each article uses visualizations of data points, decision boundaries, model outputs, and evaluation metrics. It is a useful series for beginners who want an intuitive grasp of what happens when models are selected, trained, and evaluated.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://mlu-explain.github.io/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;MLU-Explain&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;mlu-explain.github.io&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;MLU-Explain&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Interactive visual explainers for learning the basic concepts of machine learning.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;mlu-explain.github.io&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>MNIST MLP Inference Visualization</title>
        <link>https://explorable-explanations.com/en/p/neural-network-visualisation/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/neural-network-visualisation/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/neural-network-visualisation/images/cover.png" alt="Featured image of post MNIST MLP Inference Visualization" /&gt;&lt;p&gt;MNIST MLP Inference Visualization is an interactive tool for observing the inference process of a handwritten digit recognition model in 3D. When you draw a digit on a 28 by 28 grid, you can see how activations propagate through each layer of a trained multilayer perceptron (MLP) and become final prediction probabilities.&lt;/p&gt;
&lt;p&gt;Neuron activations, strong weighted connections, prediction distributions, and the training timeline are shown in the same view, making the internal representation of a neural network easier to understand visually. It is useful for learning image classification inference beyond just the input and output.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://nn-playground.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;MNIST MLP Inference Visualization&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;nn-playground.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;MNIST MLP Inference Visualization&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Draw handwritten digits and observe MLP activations and prediction probabilities in 3D.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;nn-playground.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Parable of the Polygons</title>
        <link>https://explorable-explanations.com/en/p/polygons/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/polygons/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/polygons/images/cover.png" alt="Featured image of post Parable of the Polygons" /&gt;&lt;p&gt;Parable of the Polygons is an interactive article about how small individual preferences can create large-scale social segregation. By moving triangle and square residents, you can observe how segregation can emerge even when individuals do not hold strong biases.&lt;/p&gt;
&lt;p&gt;The article gradually introduces manual movement, automated simulation, tolerance changes, and anti-conformity. It is a representative explorable for understanding social segregation as the accumulation of simple rules rather than as an abstract argument.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://ncase.me/polygons/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Parable of the Polygons&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;ncase.me&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Parable of the Polygons&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;An interactive simulation for learning how small individual preferences can lead to social segregation.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;ncase.me&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Transformer Explainer</title>
        <link>https://explorable-explanations.com/en/p/transformer-explainer/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/transformer-explainer/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/transformer-explainer/images/cover.png" alt="Featured image of post Transformer Explainer" /&gt;&lt;p&gt;Transformer Explainer is an interactive visualization tool for following the internal processing of a text generation model token by token. You can see how input text is tokenized, embedded, combined with position information, processed through attention and feed-forward layers, and used to predict the next token.&lt;/p&gt;
&lt;p&gt;By looking at self-attention weights and intermediate representations, you can observe how a Transformer refers to context. It is a useful learning tool for understanding the foundation of large language models as an actual text generation process, not only through formulas or implementation details.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://transformer-explainer.explorable-explanations.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Transformer Explainer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;transformer-explainer.explorable-explanations.com&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Transformer Explainer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Interactively follow Transformer tokenization, attention, intermediate representations, and next-token prediction.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transformer-explainer.explorable-explanations.com&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Vega-Altair</title>
        <link>https://explorable-explanations.com/en/p/altair/</link>
        <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/p/altair/</guid>
        <description>&lt;img src="https://explorable-explanations.com/p/altair/images/cover.png" alt="Featured image of post Vega-Altair" /&gt;&lt;p&gt;Vega-Altair is a Python library for creating statistical visualizations declaratively. By combining data, encodings, marks, transforms, and interactions, you can build Vega-Lite-based charts with concise code.&lt;/p&gt;
&lt;p&gt;It supports not only basic charts such as scatter plots, bar charts, and line charts, but also facets, aggregation, filtering, selections, and tooltips through a consistent grammar. It is a practical way to learn reproducible visualization specifications while doing data analysis in Python.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://altair-viz.github.io/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover.png&#34; alt=&#34;Vega-Altair&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;altair-viz.github.io&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega-Altair&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A Vega-Lite-based Python library for creating declarative statistical visualizations.&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;altair-viz.github.io&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34;
          stroke-linejoin=&#34;round&#34; /&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Archives</title>
        <link>https://explorable-explanations.com/en/archives/</link>
        <pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/archives/</guid>
        <description></description>
        </item>
        <item>
        <title>Search</title>
        <link>https://explorable-explanations.com/en/search/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://explorable-explanations.com/en/search/</guid>
        <description></description>
        </item>
        
    </channel>
</rss>
