You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First assignment in Deep Learning course - using NumPy
3
+
4
+
In this assignment I implemented a log-linear classifier and a multi-layer perceptron classifiers (one that has one hidden layer and another one which can handle an arbitrary number of layers).
5
+
I also wrote the training code for those classifiers. All the classifiers use the hard cross-entropy loss.
6
+
I tested the classifiers on the language identification task (both bigrams and unigrams representation), and the XOR task.
0 commit comments