Skip to content

Commit 14ed45d

Browse files
authored
Update README.md
1 parent 53e343c commit 14ed45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deep Learning Projects/Autoencoders/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Autoencoders
22

3-
A full tutorial on Autoencoders can be found here on my website. (Autoencoders In Depth)[https://neuraldemy.com/autoencoders-fundamentals-of-encoders-and-decoders/#denoising-autoencoders]
3+
A full tutorial on Autoencoders can be found here on my website. [Autoencoders In Depth](https://neuraldemy.com/autoencoders-fundamentals-of-encoders-and-decoders/#denoising-autoencoders)
44

55
Autoencoders are a type of artificial neural network used for unsupervised learning of efficient codings. They are designed to learn a compressed representation (encoding) of input data, and subsequently, to reconstruct the original input from this encoding. This process forces the network to capture the most important features of the data.
66

0 commit comments

Comments
 (0)