docs: readme full url to media
This commit is contained in:
15
README.md
15
README.md
@@ -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>
|
||||||
</figure>
|
</p>
|
||||||
</center>
|
</figure>
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user