Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 849 Bytes

File metadata and controls

7 lines (5 loc) · 849 Bytes

CS6910-Deep-Learning (2024)

In this repository, I will implement the assignments for Deep Learning Course: Link

Assignment1: Feedforward Neural Network (Backprop from scratch) Link
Assignment2: Convolutional Neural Networks Link | Implementation
Assignment3: Use RNN/LSTM and Transformers to build a Transliteration system.Link | Implementation