• Stars
    star
    81
  • Rank 398,838 (Top 8 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this repository, we explore using a hybrid system consisting of a Convolutional Neural Network and a Support Vector Machine for Keyword Spotting task.

More Repositories

1

Data-Engineering-Nanodegree

This repository holds the python files and notebooks associated with the Udacity Data Engineering Nanodegree.
PLpgSQL
74
star
2

Spectrum-Sensing-for-Cognitive-Radio

In this repository, we deal with developing an energy detector and a detector based on cyclostationarity for an OFDM based cognitive radio system and implementing and evaluating the performance of these detectors.
Python
34
star
3

Video-Interpolation-using-Optical-Flow

In this repository, we deal with the task of video frame interpolation with estimated optical flow. To estimate the optical flow we use Lucas-Kanade algorithm, Multiscale Lucas-Kanade algorithm (with iterative tuning), and Discrete Horn-Schunk algorithm. We explore the interpolation performance on Spheres dataset and Corridor dataset.
Python
24
star
4

Compressed-Transformers

In this repository, we explore model compression for transformer architectures via quantization. We specifically explore quantization aware training of the linear layers and demonstrate the performance for 8 bits, 4 bits, 2 bits and 1 bit (binary) quantization.
Python
21
star
5

Video-Frame-Prediction

In this repository, we focus on video frame prediction the task of predicting future frames given a set of past frames. We present an Adversarial Spatio-Temporal Convolutional LSTM architecture to predict the future frames of the Moving MNIST Dataset. We evaluate the model on long-term future frame prediction and its performance of the model on out-of-domain inputs by providing sequences on which the model was not trained.
Python
17
star
6

TDOA-Localization

In this repository, we deal with developing different estimators to localize Transvahan - the e-vehicle on IISc Campus using measurements from receivers at four different locations in IISc and implementing and evaluating the performance of the estimators that we have derived.
Python
12
star
7

Persistent-Data-Structures

In this repository, we deal with the task of implementing a small library of persistent data structures in C. A persistent data structure is a data structure that always preserves the previous version of itself when it is modified. They are effectively immutable.
C
8
star
8

Gradient-Compression

We present a set of all-reduce compatible gradient compression algorithms which significantly reduce the communication overhead while maintaining the performance of vanilla SGD. We empirically evaluate the performance of the compression methods by training deep neural networks on the CIFAR10 dataset.
Python
8
star
9

SVM-and-Neural-Networks

In this repository, we will explore and compare different methods of learning non-linear classifiers such as SVMs and Neural Networks.
Python
7
star
10

Video-Interpolation-using-Deep-Optical-Flow

In this repository, we deal with the task of video frame interpolation with estimated optical flow. To estimate the optical flow we use pre-trained FlowNet2 deep learning model and experiment by fine-tuning it. We explore the interpolation performance on Spheres dataset and Corridor dataset.
Python
7
star
11

Heterogeneous-Systems

We present an algorithm to dynamically adjust the data assigned for each worker at every epoch during the training in a heterogeneous cluster. We empirically evaluate the performance of the dynamic partitioning by training deep neural networks on the CIFAR10 dataset.
Python
6
star
12

Generative-Image-Compression

In this repository, we focus on the compression of images and video (sequence of image frames) using deep generative models and show that they achieve a better performance in compression ratio and perceptual quality. We explore the use of GANs for this task.
Python
6
star
13

Generative-Adversarial-Networks-GANs

In this repository, we deal with the task of implementing Generative Adversarial Networks (GANs) using the CIFAR-10 dataset. Two popular GANs: DCGAN and SAGAN are implemented. The performance of the network is evaluated using the FID score.
Jupyter Notebook
6
star
14

Natural-Language-Inference

In this repository, we deal with the task of implementing Natural Language Inferencing (NLI) using the SNLI dataset. Different methods such as SumEmbeddings, BiLSTM, BiGRU, Transformers, and Logistic Regression are experimented.
Python
5
star
15

Variational-Generative-Image-Compression

In this repository, we focus on the compression of images and video (sequence of image frames) using deep generative models and show that they achieve a better performance in compression ratio and perceptual quality. We explore the use of VAEGANs for this task.
Python
3
star
16

Federated-Learning

We present UDP-based aggregation algorithms for federated learning. We also present a scalable framework for practical federated learning. We empirically evaluate the performance by training deep convolutional neural networks on the MNIST dataset and the CIFAR10 dataset.
Python
3
star
17

Video-Compression-and-PCA

In this repository, we deal with the task of calculating the principal components of natural images and video frame compression bitrate analysis.
Python
2
star
18

Visual-Odometry

In this repository, we deal with the task of Visual Odometry using Nister’s five point algorithm and eight point algorithm for essential matrix estimation. We develop our own implementations for these methods. We implement RANSAC along with these methods for outlier rejection.
Python
2
star
19

Bayes-classifier-and-Nearest-Neighbour-classifier

In this repository, we will explore and compare different methods of classifiers such as Bayes classifier and Nearest Neighbour classifier.
Python
1
star
20

Interpolation-of-Faulty-Sensor

In this repository, we deal with developing a Wiener (LMMSE) filter and Kalman filter for interpolation of a faulty sensor in a uniform sensor array and implementing and evaluating the performance of the estimators that we have derived.
Python
1
star