Skip to content

First assignment in ׳Deep Learning for Texts and Sequences' course (using NumPy only) by Prof. Yoav Goldberg at Bar-Ilan University

Notifications You must be signed in to change notification settings

DorinK/Deep-Learning-Gradient-based-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-Gradient-based-Learning

First assignment in Deep Learning course - using NumPy

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). I also wrote the training code for those classifiers. All the classifiers use the hard cross-entropy loss. I tested the classifiers on the language identification task (both bigrams and unigrams representation), and the XOR task.

About

First assignment in ׳Deep Learning for Texts and Sequences' course (using NumPy only) by Prof. Yoav Goldberg at Bar-Ilan University

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages