lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.36k stars 1.17k forks source link

projects/1-fashion-mnist/Model Definition #79

Open Bhavesh9908 opened 2 months ago

Bhavesh9908 commented 2 months ago

This architecture is fully connected (Dense layers) and doesn't consider the spatial structure of images. It flattens the images, losing important spatial information which is crucial for image reconstruction tasks like denoising.