Mihir Gajjar (GajjarMihir)

GajjarMihir

Geek Repo

Github PK Tool:Github PK Tool

Mihir Gajjar's repositories

Language:JavaScriptStargazers:0Issues:0Issues:0

Brain_Tumor_Classification

Kaggle Competition: https://www.kaggle.com/c/rsna-miccai-brain-tumor-radiogenomic-classification/overview

Stargazers:0Issues:0Issues:0

nlp_with_disaster_tweets

Kaggle competition. Further details can be found here: https://www.kaggle.com/c/nlp-getting-started/overview

Language:HTMLStargazers:1Issues:0Issues:0

Bag-of-Words-Meets-Bags-of-Popcorn

Kaggle Competition - Use Google's Word2Vec for movie reviews

Stargazers:0Issues:0Issues:0

Global-Wheat-Detection

Global Wheat Detection on Kaggle

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

srgan-1

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Language:PythonStargazers:0Issues:0Issues:0

openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

milq

Useful code of Manuel Ignacio López Quintero

Language:PHPLicense:MITStargazers:0Issues:0Issues:0
Language:JavaStargazers:2Issues:0Issues:0
Language:PythonStargazers:25Issues:0Issues:0

cs228-homework

CS228: Probabilistic Graphical Models

Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Smart-Room

Nowadays computing technology research is focused on the development of Smart Environments. Many of the things are getting automated which led us to an idea for developing a smart room. Conserving the electricity is a major problem nowadays. In our smart room there are sensors which counts the number of people currently in the room. If there are non-zero person(s) in the room, then light will be turned on. If the count of the person in the room is zero, then the electricity supply will be stopped which will help in conserving the electricity. If the number of persons reaches the maximum limit say nine, then an LED will be turned on indicating that the limit for the persons in the room has reached and no more person should enter the room. There is password authentication if one wants to enter the room. The user has to enter the password via Bluetooth. If the entered password is right, then green LED will be turned on for ten seconds. The entry is allowed for 10 seconds after the password entered is correct and then the IR sensor will not detect the entry. If the user enters the password wrong for three times, then error will occur. There will be a temperature sensor in the room, if the temperature rises above a certain temperature (for eg. 49 °C) then the fire alarm will be turned on. Also, gas leakage has been taken care of. There is a gas sensor which detects the leakage of gas. If gas leakage is detected, then the gas alarm will be turned on.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

QAM

Quadrature Amplitude Modulation and Demodulation using USRP

Stargazers:1Issues:0Issues:0

4---bit-ALU

4 – Bit ALU using Verilog.

Language:HTMLStargazers:1Issues:0Issues:0

Huffman-Coding

Huffman algorithm is a lossless data compression algorithm. It is Prefix Code. Huffman coding assigns variable length code words to fixed length input characters based on their frequencies. More frequent characters are assigned shorter code words and less frequent characters are assigned longer code words. A Huffman tree is made for the input string and characters are decoded based on their position in the tree. We assign codes to the leaf nodes which represent the input characters.

Language:JavaStargazers:0Issues:0Issues:0