Skip to content

Commit fe2d58f

Browse files
authored
Create README.md
1 parent 20fb08c commit fe2d58f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Deep-Learning-Gradient-based-Learning
2+
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

Comments
 (0)