Pinned Repositories
aa
Created with CodeSandbox
Algorithms-Datastructers
My implementation of most commonly used algorithms and data structures in coding interviews in C++.
CIFAR10-IMAGE_CLASSIFICATION-TENSORFLOW
Credit_Card_Approval
Using a simple feed forward network in tensorflow to detect whether a person will pay his credit card bill or not.
customhooks
Dimentionality_Reduction
Using Various Dimentionality_Reduction techniques ranging from PCA (principle component analysis) to state of the art T-SNE(t-Distributed Stochastic Neighbor Embedding) on MNIST dataset and visualizing using seaborn.
GANS-MNIST
Generation of new MNIST digit images by a GAN model.
hooks_practice
jio-assignment
Time_Series_Analysis-Tensorflow
Using an RNN model to do time series analysis. Predicting the future values in the data given previous values.
kapilsharma1's Repositories
kapilsharma1/aa
Created with CodeSandbox
kapilsharma1/Algorithms-Datastructers
My implementation of most commonly used algorithms and data structures in coding interviews in C++.
kapilsharma1/CIFAR10-IMAGE_CLASSIFICATION-TENSORFLOW
kapilsharma1/Credit_Card_Approval
Using a simple feed forward network in tensorflow to detect whether a person will pay his credit card bill or not.
kapilsharma1/customhooks
kapilsharma1/Dimentionality_Reduction
Using Various Dimentionality_Reduction techniques ranging from PCA (principle component analysis) to state of the art T-SNE(t-Distributed Stochastic Neighbor Embedding) on MNIST dataset and visualizing using seaborn.
kapilsharma1/GANS-MNIST
Generation of new MNIST digit images by a GAN model.
kapilsharma1/hooks_practice
kapilsharma1/jio-assignment
kapilsharma1/Time_Series_Analysis-Tensorflow
Using an RNN model to do time series analysis. Predicting the future values in the data given previous values.
kapilsharma1/learn-to-code
kapilsharma1/learn_to_code
kapilsharma1/Lecture_Notes
This repository is there to store the combined lecture notes of all the lectures. We are using markdown to write the lecture notes.
kapilsharma1/Linear_Autoencoder
Using Linear autoencoder for dimensionality reduction.
kapilsharma1/Memory
Created with CodeSandbox
kapilsharma1/Memory-Game
React Implementation of Memory Game. Aim of this game is to find all the matching pairs of pictures .At start , all the pictures are face down. Click the boxes to uncover them . If the last two pictures don't match, they will again turn face down. Repeat till you cover the pairs.
kapilsharma1/MNIST-image_classifier-Tesnsorflow
kapilsharma1/my-first-blog
A blog web application built with Django web framework and deployed on pythonanywhere.com
kapilsharma1/my-react
kapilsharma1/Python-Basics
Python Basics with a final TIC_TAC_TOE GAME PROJECT
kapilsharma1/The-Food-Recipe-App
A react app where you can search recipes of any food item. It uses edamam API to get food recipes.