Mohit Kumar Gupta Programmer

My Story

Professional Me

I love to code and currently pursuing Masters in Information Technology from IIIT Allahabad, Prayagraj, India


My Skills

skill-img1

Data Structures And Algorithms

Basic knowledge of Data Structures and Algorithms.

skill-img2

OOP

Well versed with OOP concepts like Inheritance, Abstraction, Encapculation and Polymorphism.

skill-img4

Operating Systems

Job scheduling algorithms, Process Synchronization, Memory Management, Deadlocks and File Management.

skill-img2

Database Management Systems (DBMS)

ER Model, Normalisation, MySql, Joins , Indexing , Transactions.

>

Languages

My favorite languages for systems programming, software engineering, and data analysis.

Tools

My favorite tools for version control, code editing, and container orchestration.


Featured Projects

distri

Parllel And Distributed Computing

   

This project involves two parallel and one serial implementation of LU decomposition with row pivoting to factor a dense N x N matrix into an upper-triangular and a lower-triangular matrix. The main goal was to use parallel computing methods like Open-MP and p-thread to shorten the algorithm’s execution time for huge matrices like an 8000 X 8000 matrix.

Check it out!
Perpetual Crusades

Toxic Comment Classifier

   

Created a classifierfor classifying toxic comment under six categories namely toxic,severe toxic, obscene, threat, insult, identity hate. • Sourced datasets from kaggle . • Used appropriate python libraries fro data cleaning and preprocessing and evaluation models. • Model used Logistic Regression, k-nearest neighbors ,Bernoulli Naive Bayes,Multinomial Naive Baye.s • analyzed comparative study of all models on F1 score

Check it out!
asr

Automatic Speech Recognition Model

   

Created a model for automatic speech recognition with the help of machine leaning and natural language processing. Sourced Data set from google consist of 6 category of commands: up, down, go, stop, left, right. Implemented CNN model on the frequency graphs of these speeches and analysed the result with the help of F1 score.

Check it out!