Hi! I am a pre-final year student of Computer Science at Birla Institute of Technology and Sciences, Pilani. I am interested in exploring the applications of Machine-Learning specifically in the field of Natural Language Processing. Recently, I have started learning Web-Development and Game-Development.
Personal Email: shefalitripathi4@gmail.com
University Email: f20170139@pilani.bits-pilani.ac.in
Designed a Compiler for the Toy-Programming language ERPLAG as part of the course Compiler Construction at BITS Pilani. The compiler compiles ERPLAG source code to NASM code for execution. This project was written by a group of three, including myself.
Implemented the paper "Character-level Convolutional Neural Networks for Text Classification" (Yann LeCun et al.) as a part of the course Neural Networks and Fuzzy Logic at BITS Pilani. Applied a Character-level Convolutional Network to the AG News Dataset. The network was designed using the python library, PyTorch. Additionally, implemented a Word-Based Convolutional Neural Network (using PyTorch), for the purpose of comparing the efficiency of the Character-level CNN. This project was written by a group of three, including myself.
Implemented a Cross Lingual Document Translator, using Statistical Machine Translation model. The statistical model, IBM Model 1, has been trained for alignment and translation. Performance metrics such as cosine similarity and Pearson’s correlation coefficient, have also been implemented in the translator. This project was done in a group of five,including myself, as a part of the course, Information Retrieval at BITS Pilani.
Implemented RAM Memory in the form of an array, as a part of the course Data Structures and Algorithms at BITS Pilani.
Created a To-Do List using HTML, CSS and VanillaJS, in order to learn basics of JavaScript and design. A user can add, cross-off, delete and rate their To-Do List tasks.
Designed a small video-game using the PyGame library of Python.