Pinned Repositories
Bluetooth-Controlled-Rover
Mining accidents are caused due to the release of poisonous gases, viz., Carbon Monoxide and Methane. Implemented an IoT Based Smart Rover equipped with sensors for the detection of Carbon Monoxide and Methane gases in mines to prevent mining accidents. The movement of the rover is manually controlled by the Bluetooth Module of an Android Mobile device from a remotely located monitoring unit.
codewars-practice
codewars C++ practice
Collaborative-Filtering-with-Python
Data-Modelling-of-Soccer
This project aims to simulate Soccer Premier League matches using R Programming. The existing Premier League data is modeled as a Poisson Regression Model. The Poisson Regression Model is a Probability Model which can be used to predict the results of future Premier Leagues using which randomness of Soccer League Tables can be analyzed.
Emotion-Analyzer
Implemented an emotion analyzer which classifies emotions of a person using his/her heartbeat variations. Natural Language Processing is done for sentiment analysis based on heartbeat variations. The heartbeat is detected using an IoT based wrist wearable technology, which detects heartbeats in the form of pulses.
Finding-the-determinant-of-a-matrix
Determinant of a matrix using divide and conquer
Python-Practice
Financial Data Mining with Python
Subarray-using-maps
A subarray of a is a "naive subarray" when each element of it only appears odd times. Subarrays should be contiguous. So how many "naive subarray" are here?
Sum-Squared-Divisors
Given two integers m, n (1 <= m <= n) we want to find all integers between m and n whose sum of squared divisors is itself a square. 42 is such a number.
Tower-of-Hanoi
An all new approach to solve the Tower of Hanoi problem using Container Adaptors.
vikshen's Repositories
vikshen/Bluetooth-Controlled-Rover
Mining accidents are caused due to the release of poisonous gases, viz., Carbon Monoxide and Methane. Implemented an IoT Based Smart Rover equipped with sensors for the detection of Carbon Monoxide and Methane gases in mines to prevent mining accidents. The movement of the rover is manually controlled by the Bluetooth Module of an Android Mobile device from a remotely located monitoring unit.
vikshen/codewars-practice
codewars C++ practice
vikshen/Collaborative-Filtering-with-Python
vikshen/Data-Modelling-of-Soccer
This project aims to simulate Soccer Premier League matches using R Programming. The existing Premier League data is modeled as a Poisson Regression Model. The Poisson Regression Model is a Probability Model which can be used to predict the results of future Premier Leagues using which randomness of Soccer League Tables can be analyzed.
vikshen/Emotion-Analyzer
Implemented an emotion analyzer which classifies emotions of a person using his/her heartbeat variations. Natural Language Processing is done for sentiment analysis based on heartbeat variations. The heartbeat is detected using an IoT based wrist wearable technology, which detects heartbeats in the form of pulses.
vikshen/Finding-the-determinant-of-a-matrix
Determinant of a matrix using divide and conquer
vikshen/Python-Practice
Financial Data Mining with Python
vikshen/Subarray-using-maps
A subarray of a is a "naive subarray" when each element of it only appears odd times. Subarrays should be contiguous. So how many "naive subarray" are here?
vikshen/Sum-Squared-Divisors
Given two integers m, n (1 <= m <= n) we want to find all integers between m and n whose sum of squared divisors is itself a square. 42 is such a number.
vikshen/Tower-of-Hanoi
An all new approach to solve the Tower of Hanoi problem using Container Adaptors.