shivamgupta7
Always passionate about learning new techniques and ideas. Self-dependent and smart working.
Bengaluru
Pinned Repositories
Address-Book
An address book holds a collection of entries, each recording a person's first and last names, address, city, state, zip, and phone number.
Amazon-Fine-Food-Reviews
Amazon Fine Food Reviews is classification Sentiment Analysis problem. Classify the positive and negative reviews given by Amazon users. Given some product-based features and related reviews in text data. Featuring data and apply various Machine Learning techniques to classify reviews.
Credicxo
The given dataset contains details about organic chemical compounds including their chemical features, isomeric conformation, names and the classes in which they are classified. The compounds are classified as either ‘Musk’ or ‘Non-Musk’ compounds.
Dstl-Satellite-Imagery-Features-Detection
Dstl provides you with 1km x 1km satellite images in both 3-band and 16-band formats. The goal is to detect and classify the types of objects found in these regions.
Google-Stock-Price-Prediction
Using ALPHA VANTAGE API to predict google stock price.
Hadoop
Hadoop Applications. In repo have Big Data tools like Spark(pyspark), HIVE(pyhive), Elastic Search, Oozie. I can use all these tools using python libraries after setup all the configration.
MySQL-To-NoSQL
Fetch data from MySQL and push it in Cassandra using spark in local mode and vice-versa. Using pyspark to featch data from MySQL and store into Elasticsearch.
OCR-Handwriting-Recognition
Using TensorFlow to create a ResNet model to train a deep learning model for images. Using OpenCV to do some image processing and show image with boundary box.
python-program
Basic python program, data structure and python libraries.
Twitter-Trending-Streaming
Using Twitter API to get tweet data and using spark stream to track '#' trending hashtags. Using Chart.js to visualization of trending hashtags.
shivamgupta7's Repositories
shivamgupta7/OCR-Handwriting-Recognition
Using TensorFlow to create a ResNet model to train a deep learning model for images. Using OpenCV to do some image processing and show image with boundary box.
shivamgupta7/Amazon-Fine-Food-Reviews
Amazon Fine Food Reviews is classification Sentiment Analysis problem. Classify the positive and negative reviews given by Amazon users. Given some product-based features and related reviews in text data. Featuring data and apply various Machine Learning techniques to classify reviews.
shivamgupta7/Google-Stock-Price-Prediction
Using ALPHA VANTAGE API to predict google stock price.
shivamgupta7/Dstl-Satellite-Imagery-Features-Detection
Dstl provides you with 1km x 1km satellite images in both 3-band and 16-band formats. The goal is to detect and classify the types of objects found in these regions.
shivamgupta7/Address-Book
An address book holds a collection of entries, each recording a person's first and last names, address, city, state, zip, and phone number.
shivamgupta7/Credicxo
The given dataset contains details about organic chemical compounds including their chemical features, isomeric conformation, names and the classes in which they are classified. The compounds are classified as either ‘Musk’ or ‘Non-Musk’ compounds.
shivamgupta7/d2l-en
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
shivamgupta7/Hadoop
Hadoop Applications. In repo have Big Data tools like Spark(pyspark), HIVE(pyhive), Elastic Search, Oozie. I can use all these tools using python libraries after setup all the configration.
shivamgupta7/MySQL-To-NoSQL
Fetch data from MySQL and push it in Cassandra using spark in local mode and vice-versa. Using pyspark to featch data from MySQL and store into Elasticsearch.
shivamgupta7/python-program
Basic python program, data structure and python libraries.
shivamgupta7/Twitter-Trending-Streaming
Using Twitter API to get tweet data and using spark stream to track '#' trending hashtags. Using Chart.js to visualization of trending hashtags.
shivamgupta7/d2l-pytorch
This project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch.
shivamgupta7/emailValidatorRegex
Validate Email address with a regex.
shivamgupta7/EmployeeWageProblem
This Repo check Employee Wage.
shivamgupta7/FB-Friend-Recommendation-Using-Graph-Mining
Given a directed social graph, have to predict missing links to recommend users (Link Prediction in graph)
shivamgupta7/Hadoop-Books
This is my personal collection of free Hadoop books, please feel free to share and learn.
shivamgupta7/HumanActivityRecognition
This project is to build a model that predicts the human activities such as Walking, Walking_Upstairs, Walking_Downstairs, Sitting, Standing or Laying.
shivamgupta7/Netflix-Movies-Recommendation-System
Netflix use those predictions to make personal movie recommendations based on each customer’s unique tastes. And while Cinematch is doing pretty well, it can always be made better.
shivamgupta7/Quora-Questions-Pair-Similarity
Identify which questions asked on Quora are duplicates of questions that have already been asked.This could be useful to instantly provide answers to questions that have already been answered.We are tasked with predicting whether a pair of questions are duplicates or not
shivamgupta7/Santander-Customer-Transaction-Prediction
At Santander our mission is to help people and businesses prosper. We are always looking for ways to help our customers understand their financial health and identify which products and services might help them achieve their monetary goals.
shivamgupta7/shivamgupta7
shivamgupta7/StackOverFlow-Tags-Predictions
StackOverFlow-Tags-Predictions : Suggest the tags based on the content that was there in the question posted on Stackoverflow.
shivamgupta7/Taxi-Demand-Prediction-in-New-York-City
Predicting the number of taxies pickup given next 10 minute times in New York City.
shivamgupta7/Tensorflow
Using MNIST data set to apply different architecture of multiplayer perceptron's and different optimizers.
shivamgupta7/UserRegistration
User Registration System needs to ensure all validations are in place during the User Entry.