Akshay Chawla

Results 5 repositories owned by Akshay Chawla

Adversarial-Examples-in-PyTorch

117
Stars
35
Forks
Watchers

Pytorch code to generate adversarial examples on mnist and ImageNet data.

1D-Kalman-Filter

31
Stars
9
Forks
Watchers

This is a simple 1 dimensional Kalman Filter. The Aim of this project was to understand the basics of the Kalman Filter so I could move on to the Extended Kalman Filter.

Binary-Neural-Networks

17
Stars
2
Forks
Watchers

Exploring "Binary Neural Networks" (https://arxiv.org/abs/1602.02830) in Theano. A set of experiments that use binarised weights and/or activations to reduce computational load of convolutional neura...

ImageNet-downloader

30
Stars
8
Forks
Watchers

A simple way to browse ImageNet classes and download some images from it.

Optical-Flow-Tracking----OpenCV

46
Stars
21
Forks
Watchers

This is a small program demonstrating object tracking in a video stream. Lucas Kanade optical flow algorithm is used to find the pixels from one frame to another.