Pinned Repositories
Artistic-Neural-Style-Transfer
This repository demonstrates how we can apply the concept of Convolutional Neural Networks in the area of arts and use it to perform neural style transfer. We are given one content image and one styling image and using the features extracted from both of them, we generate a third image which is the content image using the style of the styling image.
Competitive-Programming
Contains all my codes to different problems on codechef, codeforces, atcoder and CSES
Credit-Card-Transactions-Fraud-or-Not
This repository dives into the problem of handling frauds during credit card transactions. We are given a highly skewed and biased dataset. This repository also shows how we can deal with such a dataset.
decison-tree-from-scratch-
decision tree implementation from scratch on iris dataset
DigitRecognition
ErrorBackPropagationAlgorithm
OpenCV-Functionalities-in-C-
This repository demonstrates how to perform basic functionalities using OpenCV library in C++
OpenCV-Functionalities-in-Python
This repository demonstrates how we can do certain basic image processing tasks using the OpenCV library in python.
Text-Classification
TravellingSalesmanUsingBfsAndDfs
Implementation of travelling salesman problem using BFS and DFS algorithms.
harshgupta99's Repositories
harshgupta99/Artistic-Neural-Style-Transfer
This repository demonstrates how we can apply the concept of Convolutional Neural Networks in the area of arts and use it to perform neural style transfer. We are given one content image and one styling image and using the features extracted from both of them, we generate a third image which is the content image using the style of the styling image.
harshgupta99/Competitive-Programming
Contains all my codes to different problems on codechef, codeforces, atcoder and CSES
harshgupta99/Credit-Card-Transactions-Fraud-or-Not
This repository dives into the problem of handling frauds during credit card transactions. We are given a highly skewed and biased dataset. This repository also shows how we can deal with such a dataset.
harshgupta99/decison-tree-from-scratch-
decision tree implementation from scratch on iris dataset
harshgupta99/DigitRecognition
harshgupta99/ErrorBackPropagationAlgorithm
harshgupta99/OpenCV-Functionalities-in-C-
This repository demonstrates how to perform basic functionalities using OpenCV library in C++
harshgupta99/OpenCV-Functionalities-in-Python
This repository demonstrates how we can do certain basic image processing tasks using the OpenCV library in python.
harshgupta99/Text-Classification
harshgupta99/TravellingSalesmanUsingBfsAndDfs
Implementation of travelling salesman problem using BFS and DFS algorithms.
harshgupta99/What-does-your-smartphone-know-about-you-
This repository depicts how the data collected from various sensors in our smartphones can be used to predict the activity we are currently engaged in. We have data from various sensors in the smartphone and we try to predict what the user is currently doing.