Question: Implement a multi-layered classifier where weights of each layer is calculated greedily using layer-wise pretraining with the help of auto-encoders on STL-10 dataset. Train a

Implement a multi-layered classifier where weights of each layer is calculated greedily using layer-wise pretraining with the help of auto-encoders on STL-10 dataset. Train a classifier having X structure (excluding input and output layers) for classification task on the test set. 1. Report the classification accuracy on the test set and plot loss curves on the training and evaluation set. 2. Report the class-wise accuracy of each class. 3. Plot t-sne for this model (use embeddings from layer X[3]) . Use the first 500 images of each class from the test dataset for this visualization. X = [1024,1200,728,512,128]

Python code, that can be implemented in google colab

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!