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>
<img <p align="center">
src="./media/latent-space.png" <img
alt="Latent-space of the MNIST dataset" src="https://raw.githubusercontent.com/lenoctambule/autoencoder/refs/heads/main/media/latent-space.png"
width=70%> alt="Latent-space of the MNIST dataset"
<figcaption> width=70%>
Latent-space representation of the MNIST dataset using Variational Autoencoder <figcaption align=center>
</figcaption> <p align="center">
</figure> Latent-space representation of the MNIST dataset using Variational Autoencoder
</center> </p>
</figcaption>
</p>
</figure>
## Usage ## Usage