Skip to content

AnilOsmanTur/Deep-Learning-AOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-AOT

  • Contains homeworks from Deep Learning class of METU CENG

Homeworks are partly adapted from Stanford's cs231n class.

HW1

  • Task 1 : SVM exercise (implement SVM loss, lr tuning and regularization, optimize with SVM, visiulizing weights)

  • Task 2 : Softmax exercise (implement softmax loss, lr tuning and regularization, optimize with softmax, visiulizing weights)

  • Task 1 : Implementing a two layer neural network

  • Task 1 : Neural Net for regression (Estimating blood pressure from PPG signal)

HW2

HW3