Pinned Repositories
AutonomousDriving
Autonomous driving - Car detection, Bus detection, Pedestrian detection and many other objects detection
calculator
It is a simple calculator designed in HTML, CSS and JavaScript. It can perform tasks such as addition, subtraction, multiplication, division, percentage.
Case-Study-of-Startup-Funding-Dataset
This dataset has funding information of the Indian startups from January 2015 to August 2017.
cloud_haiku
Community-made poetry about infrastructure
DataStructures
Implementation of data structures in Python
digitsclassifier
The DigitClassifier project is implemented in Keras using Residual Network - ResNet50 architecture. To train the deep neural network "SIGNS digit dataset" is used for the classification of digits ranging form 0 to 5(both inclusive).
happyhouse
This project uses pictures from the front door camera to check if the person is happy or not. The door will open only if the person is happy. The project " Happy House V2 " is implemented using Keras with improved performence "Training set accuracy - 99.33%" and "Test set accuracy - "98%". The architecture used in this project is Convolution -> MaxPool -> Convolution -> AveragePool -> Fully Connected.
Text-File-Compression
Compression and Decompression of text file using Huffman Coding
tic_tac_toe
A two player "Tic Tac Toe" game developed in python where users need to select out of cross and zero. After making selection users need to enter the position ranging from 1 to 9 and whosoever completes the pattern will win the match.
pankaj4621's Repositories
pankaj4621/happyhouse
This project uses pictures from the front door camera to check if the person is happy or not. The door will open only if the person is happy. The project " Happy House V2 " is implemented using Keras with improved performence "Training set accuracy - 99.33%" and "Test set accuracy - "98%". The architecture used in this project is Convolution -> MaxPool -> Convolution -> AveragePool -> Fully Connected.
pankaj4621/AutonomousDriving
Autonomous driving - Car detection, Bus detection, Pedestrian detection and many other objects detection
pankaj4621/DataStructures
Implementation of data structures in Python
pankaj4621/digitsclassifier
The DigitClassifier project is implemented in Keras using Residual Network - ResNet50 architecture. To train the deep neural network "SIGNS digit dataset" is used for the classification of digits ranging form 0 to 5(both inclusive).
pankaj4621/Text-File-Compression
Compression and Decompression of text file using Huffman Coding
pankaj4621/tic_tac_toe
A two player "Tic Tac Toe" game developed in python where users need to select out of cross and zero. After making selection users need to enter the position ranging from 1 to 9 and whosoever completes the pattern will win the match.
pankaj4621/calculator
It is a simple calculator designed in HTML, CSS and JavaScript. It can perform tasks such as addition, subtraction, multiplication, division, percentage.
pankaj4621/Case-Study-of-Startup-Funding-Dataset
This dataset has funding information of the Indian startups from January 2015 to August 2017.
pankaj4621/cloud_haiku
Community-made poetry about infrastructure
pankaj4621/coursera-deeplearning.ai-CNN-Course-4
Coursera Deep Learning Course 4
pankaj4621/coursera-python-course
Assignment solutions for the Coursera's Python for everybody course.
pankaj4621/keras
Deep Learning for humans
pankaj4621/OpenAI
exploring OpenAIs APIs
pankaj4621/pyautogui
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
pankaj4621/Web-Scraping
This repo contains information scraped from the website "http://books.toscrape.com/" by using BeautifulSoup