Ushma Bharucha (Ushma30)

Ushma30

Geek Repo

Company:University of North Carolina at Charlotte

Location:San Jose, CA

Github PK Tool:Github PK Tool

Ushma Bharucha's repositories

Language:PythonStargazers:0Issues:0Issues:0

MultiPE

This repository is a simple vector add based on hlslib

License:BSD-3-ClauseStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Vitis_Accel_Examples

Vitis_Accel_Examples

License:NOASSERTIONStargazers:0Issues:0Issues:0

Cache-Simulator

This is a simulator to demonstrate the functionality of cache.

Language:CStargazers:0Issues:0Issues:0

Branch-Predictors

This repository consists of different types of branch predictors implemented throughout my course Computer Architecture which I undertook during my Master's in Fall 2018.

Language:CStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Language:CLicense:Apache-2.0Stargazers:3Issues:0Issues:0

brain-segmentation-pytorch

U-Net implementation in PyTorch for FLAIR abnormality segmentation in brain MRI

License:MITStargazers:0Issues:0Issues:0

CNN-MobileNet-V1-implementation-on-AWS-FPGA-using-OpenCL

Increasing the accuracy of Convolutional Neural Networks (CNNs) has become a recent research focus in computer vision applications. Smaller CNN architectures like SqueezeNet and MobileNet can demonstrate accelerated performance on FPGAs and GPUs due to smaller model size and fewer network parameters. Implementation of CNNs on accelerators have two important benefits - GPUs provide thread-level parallelism to achieve higher throughput and FPGAs offer a customizable application-specific datapath. These two reasons make these platforms better suited for convolution like operations which involve huge data. This project aims to implement one such CNN architecture, MobileNet on an Image dataset in OpenCL, thereby comparing kernel execution time and memory bandwidth usage on FPGA and GPU

Stargazers:0Issues:0Issues:0