scispace - formally typeset
S

Shwetha Rai

Researcher at Manipal University

Publications -  13
Citations -  8

Shwetha Rai is an academic researcher from Manipal University. The author has contributed to research in topics: CUDA & Computer science. The author has an hindex of 1, co-authored 9 publications receiving 2 citations.

Papers
More filters
Book ChapterDOI

Parallel Implementation of kNN Algorithm for Breast Cancer Detection

TL;DR: This paper investigates the use of parallel programming, when applied on k Nearest Neighbors (kNN) algorithm which is intended for classification and prediction of the large dataset, highlighting that parallel execution takes less time when compared to sequential execution.
Journal ArticleDOI

Comparison of cognitive functions in elderly population with and without hearing loss

TL;DR: In this paper, a cross-sectional study was carried out on 12 elderly individuals with hearing loss and 20 normal hearing individuals with normal hearing (elderly normal hearing) and the participants in the study were aged between 60 and 65 years.
Book ChapterDOI

Parallel Message Encryption Through Playfair Cipher Using CUDA

TL;DR: In this paper, the authors proposed an idea to solve the traditional Playfair cipher through parallel algorithm in order to encrypt the given message and a key is used to decrypt the message.
Book ChapterDOI

Comparison of CutShort: A Hybrid Sorting Technique Using MPI and CUDA

TL;DR: In this article, the authors compared the results of a hybrid algorithm named CutShort algorithm using a parallel processing framework namely CUDA and MPI and showed that 30% speedup is achieved with parallel processing as compared to the sequential program.
Book ChapterDOI

Super Sort Algorithm Using MPI and CUDA

TL;DR: In this article, the super sort algorithm with time complexity O(nlogn) has been implemented with MPI and CUDA and the intention is to compare the time taken by super sorting algorithm when executed sequentially using C program and the time taking when implemented using CUDA.