Shyamal Krishna Agrawal

Student at IIIT, naya raipur

Studied at IIIT, naya raipur

Studied at D A V public school SECL Korba, Chhattisgarh, India

Stash

Shyamal Krishna Agrawal's Stashed Knowledge

Natural Language Processing (NLP)

Natural Language Processing is used for processing high level language in way that it seems like computer is understanding our language.

Artificial Neural Network code

Artificial Neural Network is the piece of a computing system designed to simulate the way the human brain analyzes and processes information.

Convolution Neural Network code

Convolution Neural Network is a deep learning algorithm which can take in an input image and differentiate one image from other.

Upper Confidence Bound (UCB)

Upper Confidence Bound is a code in python for reinforcement learning concept but not to high to learn.

Posture Detection System

Code for Posture Detection System or for flex detector. This system is for checking the proper sitting or standing manner if your posture is wrong the buzzer rings up. It comprise of arduino UNO and flex detector.

Door Lock System

Code for Door Lock System. In this arduino UNO is used and servo motor is used and bluetooth module is used for operating it through mobile.

Code for motion detection by PIR sensor

Code for motion detection by PIR sensor and arduino UNO. this code is also generally termed to be the code for smart street light system.

Recursive Feature Elimination (RFE)

Recursive Feature Elimination (RFE) is a feature that recursively removes features and builds a model using the remaining attributes and calculates model accuracy.

Principal Component Analysis (PCA)

Principal component analysis is a statistical technique that is used to simplify the model by analyzing the interrelationships among a large number of variables and to explain these variables in terms of a smaller number of variables, with a minimum loss of information.

Hierarchical Clustering form inbuilt libraries

Hierarchical Clustering made form inbuilt libraries. It is a clustering model of machine learning.

Face detection using python

Face detection code in python language made by using face_cascade.xml file. face_cascade.xml is used for making green box around faces.

Eye Detection using python

Eye Detection program made using python with the help of haarcascade_eye.xml. haarcascade_eye.xml is used for making green boxes around eyes.