avatar

Laksh Gupta

Databases, Models, and the Space Between

Automatic Differentiation for Neural Network

Using automatic differentiation for reverse-mode AD in neural networks (backpropagation).

Automatic Differentiation using Operator Overloading

Implementing automatic differentiation using operator overloading and forward/reverse modes.

Recurrent Neural Network

Introduction to recurrent neural networks and applying them to POS tagging.

Neural Network 2

Improving neural network performance with ReLU, softmax, and mini-batch gradient descent.

Vector Representation of Words - 1

Word embeddings and vector representations: one-hot vectors, co-occurrence matrices, and SVD.