Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krichelj/dl_bgu_2021

Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021
https://github.com/krichelj/dl_bgu_2021

computer-science computer-vision computer-vision-algorithms convolutional-neural-networks deep-learning facial-recognition generative-adversarial-network neural-network nlp numpy recurrent-neural-networks rnn siamese-neural-network supervised-learning tensorboard tensorflow tensorflow-models text-generation

Last synced: about 2 months ago
JSON representation

Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021

Awesome Lists containing this project

README

        

# DL_BGU_2021

Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021\
Nitzan Cohen and Joshua Shay Kricheli

### HW1 - Building A Neural Network from Scratch

[[report]](HW1/DL_HW_1_Report.pdf), [[code]](https://github.com/krichelj/DL_HWs/tree/master/HW1), [[data]](https://paperswithcode.com/dataset/mnist)

### HW2 - Facial Recognition using Siamese Networks for One Shot Learning

[[report]](HW2/DL_HW_2_Report.pdf), [[paper]](https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf), [[code]](https://github.com/krichelj/DL_HWs/tree/master/HW2), [[data]](http://vis-www.cs.umass.edu/lfw/index.html)

### HW3 - Lyrics Generation Using RNNs

[[report]](HW3/DL_HW_3_Report.pdf), [[code]](https://github.com/krichelj/DL_HWs/tree/master/HW3), [[train data]](HW3/lyrics_train_set.csv), [[test data]](HW3/lyrics_test_set.csv)

### HW4 - Generative Adversarial Network

[[report]](HW4/DL_HW_4_Report.pdf), [[code]](https://github.com/krichelj/DL_HWs/tree/master/HW4), [[data set 1]](HW4/diabetes.arff), [[data set 2]](HW4/german_credit.arff)