DorinK / Language-Classification-Network

Implementation of the Log-linear classifier and the MLP1 classifier from Assignment 1 in ׳Deep Learning for Texts and Sequences' course using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language-Classification-Network

Implementation of the Log-linear classifier and the MLP1 classifier - Upgrading Assignment 1 in Deep Learning course using PyTorch.

In this exercise i stopped computing gradients by hand, and moved on to using a software library - PyTorch - that provides automatic differentiation capabilities through the computation-graph abstraction.

About

Implementation of the Log-linear classifier and the MLP1 classifier from Assignment 1 in ׳Deep Learning for Texts and Sequences' course using PyTorch


Languages

Language:Python 100.0%