Deep Learning_Average Learner problems
Deep Learning_Average Learner problems
Question:-1
Question:-2
● Aims: Learn how linear models classify data and hinge loss's role in SVM optimization.
Problem Aim: Implement a support vector machine (SVM) with hinge loss from scratch.
Hint: Focus on deriving the hinge loss gradient and comparing it with other loss
functions like cross-entropy.
Question:-3
Question:-4
Question:-5
● Aims: Learn how to represent data compactly using autoencoders.
Problem Aim: Train an autoencoder on the MNIST dataset to compress and reconstruct
images.
Hint: Focus on reducing reconstruction loss (e.g., Mean Squared Error).
Question:-6
Question:-7
Question:-8
Question:-9
Question:-10
Question:-11
● Aims: Understand LSTM's role in modeling sequential data.
Problem Aim: Build an LSTM to predict a time-series dataset (e.g., stock prices).
Hint: Experiment with sequence lengths and observe overfitting without regularization.
Question:-12