bulygin1985 / ML_CV_study

Apache License 2.0
0 stars 0 forks source link

Linear classifier from scratch #2

Open bulygin1985 opened 1 month ago

bulygin1985 commented 1 month ago

Task Q3 from cs231n course (https://cs231n.github.io/assignments2024/assignment1/) Task formulation and "skeleton" of the solution are located here: https://github.com/bulygin1985/ML_CV_study/blob/main/numpy/assignment1/softmax.ipynb

To Do: softmax_your_surname.ipynb with your Linear Classifier implementation.

bulygin1985 commented 1 month ago

How can I obtain gradient of softmax loss function? Is "cross entropy" is unique choice as loss function?