docs: readme full url to media

This commit is contained in:
Lenoctambule
2026-04-09 19:55:50 +02:00
committed by GitHub
parent 5e83983d96
commit 9d718a6bc8

View File

@@ -1,15 +1,18 @@
# Python AutoEncoder from scratch using Numpy # Python AutoEncoder from scratch using Numpy
<center>
<figure> <figure>
<p align="center">
<img <img
src="./media/latent-space.png" src="https://raw.githubusercontent.com/lenoctambule/autoencoder/refs/heads/main/media/latent-space.png"
alt="Latent-space of the MNIST dataset" alt="Latent-space of the MNIST dataset"
width=70%> width=70%>
<figcaption> <figcaption align=center>
<p align="center">
Latent-space representation of the MNIST dataset using Variational Autoencoder Latent-space representation of the MNIST dataset using Variational Autoencoder
</p>
</figcaption> </figcaption>
</p>
</figure> </figure>
</center>
## Usage ## Usage