My name is Sachit Bhardwaj, I am a third-year B.Tech undergraduate pursuing Information Technology at Manipal University Jaipur, India. I am passionate about computer science and have several publications in reputed places such as prestigious Q1 journals. My experiences includes a Summer Research Intern role at Prince Sultan University, Saudi Arabia, as well as a Project Intern role at National Informatics Centre, Government of India. I have been awarded PRAISE (Publication and Research Award Incentive for Students to Excel) by university for excellence in research. This profession is my hobby and can go out of box to explore new ways of approaching the problems. I love to explore this field’s limitless application and provide new efficient ways other than traditional methods. I am interested in the new cases and opportunities that brings development in real-world applications. I am also an active member of the debate society and confident enough to deliver my views and thoughts efficiently.
Apart from this hobby, i love to watch tv shows and movies. I am a huge fan of thriller, crime, and action genre. Whenever i am free, i like to binge watch interesting seasons or listen to relatable music albums all night. I also love to write my raw thoughts in the form of quotes and read motivational stories.
Performing research work on the vast application of cognitive intelligence in affiliation with Manipal University at CIDCR Lab.
The objective of the Publication and Research Award Incentive for Students to Excel (PRAISE Award) given by Manipal University Jaipur is to inculcate and promote excellence of the students as well as to improve the quality and citations of student research publications, by publishing articles in Scopus indexed reputed journals. This has been awarded for publishing research work in prestigious Q1 journal.
This AI powered web application classifies Epidermial Lesion's type through images. This AI model is trained on famous vast HAM10000 dataset using EfficientNet architecture. A user can upload his/her skin problem photo and the application will detect type of lesion. Some general skin care guides and methods are provided in this application along with a planned everyday schedule and positive quotes to keep users motivated to do the required treatment in an urge to get a healthy and glowing skin.
In This Project, Complex Raw EEG Data is decomposed to obtain 5 brainwaves (Delta, Theta, Alpha, Beta and Gamma). With The Help of Delta, Theta, Alpha, Beta and Gamma brainwaves, Features are obtained in terms of Valence And Arousal. With the help of features i.e Valence And Arousal, Emotions are predicted.
In This Project, Synthetic Images are generated with DCGANs (Deep Convolutional Generative Adversarial Networks) in Keras. Two models are trained simultaneously by an adversarial process. A generator learns to create images that look real, while a discriminator learns to tell real images apart from fakes.
In this project, over 11,000 tweets associated with disaster keywords are used to predict catastrophe depicting tweets through machine learning. This project consists of 6 step data pre-processing such as Removal of URL, Tags, Emoji’s, HTML Tags, Stopwords and useless characters in addition to Stemming, Lemmatization and Vectorization. This pre-processed data is trained through a variety of following machine learning algorithms- Gaussian Naive Bayes, Bernoulli Naive Bayes, Complement Naive Bayes, Multinomial Naive Bayes, RBF Kernel SVM, Linear Kernel SVM, Sigmoid Kernel SVM, Random Forest, AdaBoost, K-Nearest Neighbours, Logistic Regression and 3 Layers Deep Neural Networks.
In this project, Shakespeare’s sonnet dataset has been used. Data preprocessing techniques-tokenization, sequencing and padding has been performed followed by a bidirectional LSTM in addition with a dropout layer and l2 regularization to prevent overfitting of the model. In this model, Adam Optimization is used with Sparse Categorical Cross Entropy Loss.
In this project, A Traffic Sign Classifier is build in Python/Keras using Deep Convolutional Neural Network (CNN). The Dataset consisted of 43 different classes with images of 32 x 32 pixels. The images are converted into grayscale and normalized. Droupout Regularization technique is used for reducing overfitting and hence improving the accuracy. In this model, Adam Optimization is used with Sparse Categorical Cross Entropy Loss.