ayushgupt
Financial Engineering @ucberkeley. Former Analyst @goldmansachs. CSE @iit-delhi Bachelors+Masters('19) Former Intern @WorksApplications
UC BerkeleyBerkeley, California
Pinned Repositories
Caliberated-Sum-of-Night-Lights-in-GEE
DMSP-OLS Night Light dataset is uncaliberated. Using the coefficients of calibration provided in the below paper, script is provided to obtain time series Sum of Lights for any required region(s).
col100_lab_sessions
Disk-Virtualization
Python Simulation of Disk Consolidation,Partitioning ,Block Replication and SnapShoting
k-function-approximation
Programming Assignment 2 for Advanced Data Structures Course (COL702)
landsatCNN
This Repo. contains code used for data collection and cleaning as well as model codes for running CNNs on Landsat Images at village level
parallel-Matrix-Multiplication
This repository is a Course Project made for Parallel Programming Course. It uses MPI and CUDA for Fast (Matrix x Vector) multiplication
Relevant-Document-or-Phrase-Search-Using-LSI
Uses Singular Value Decomposition to group similar words, documents and relevant document for search queries
Resource-Allotment-using-Local-Search
Worked on the NP-Hard problem of Combinatorial Auction i.e. maximisation of revenue collection. Modelled the problem as a local search and constraint satisfaction problem and used greedy hill climbing with random restarts and random walks.
rivigoContest
submissions to Rivigo's Coding Championship which was a week long contest to make approximate algorithms to a complex problem (Achieved 2nd position in India)
TCP-Using-UDP
Some features of TCP such as sliding window, congestion control, and packet retransmissions are built on top of UDP which is used by two java programs
ayushgupt's Repositories
ayushgupt/landsatCNN
This Repo. contains code used for data collection and cleaning as well as model codes for running CNNs on Landsat Images at village level
ayushgupt/col100_lab_sessions
ayushgupt/Caliberated-Sum-of-Night-Lights-in-GEE
DMSP-OLS Night Light dataset is uncaliberated. Using the coefficients of calibration provided in the below paper, script is provided to obtain time series Sum of Lights for any required region(s).
ayushgupt/Disk-Virtualization
Python Simulation of Disk Consolidation,Partitioning ,Block Replication and SnapShoting
ayushgupt/k-function-approximation
Programming Assignment 2 for Advanced Data Structures Course (COL702)
ayushgupt/Subgraph-Isomorphism-Using-SAT-Solver
This is an Artificial Intelligence assignment which models Subgraph Isomorphism problem to be solved by a SAT Solver
ayushgupt/TCP-Using-UDP
Some features of TCP such as sliding window, congestion control, and packet retransmissions are built on top of UDP which is used by two java programs
ayushgupt/230X_ProjectData
ayushgupt/AI-for-Trading
Udacity nanodegree: AI for Trading
ayushgupt/apriori-frequent-itemset
Implementation of Apriori Algorithm for Mining Frequent Itemsets and comparison with FP-growth implementation at different support thresholds
ayushgupt/ayushgupt
ayushgupt/ayushgupt.github.io
My Personal Website
ayushgupt/blockchain-simulator
ayushgupt/Complaint_Resolution_App_database
ayushgupt/Complaint_Resolution_App_Server
ayushgupt/deepLearningAssignment1
This contains Google Collab Notebook for my Deep Leaning Assignment of implementing Neural Networks from scratch
ayushgupt/Earth-Engine
scripts for earth engine stuff
ayushgupt/karatsuba_multiplication
Implemented in C++
ayushgupt/machine-learning-for-trading
Udacity - Machine Learning for Trading
ayushgupt/ML-Coursera-assignments
Machine learning algorithms
ayushgupt/Moodle_Plus_Android_App
ayushgupt/Network-System-Security-3
ayushgupt/objDetection
ayushgupt/opticsDensityBasedClustering
Implementation of Optics Density Based Clustering in C++ (Data Mining[COL870]).
ayushgupt/parallel-Matrix-Multiplication
This repository is a Course Project made for Parallel Programming Course. It uses MPI and CUDA for Fast (Matrix x Vector) multiplication
ayushgupt/Relevant-Document-or-Phrase-Search-Using-LSI
Uses Singular Value Decomposition to group similar words, documents and relevant document for search queries
ayushgupt/Resource-Allotment-using-Local-Search
Worked on the NP-Hard problem of Combinatorial Auction i.e. maximisation of revenue collection. Modelled the problem as a local search and constraint satisfaction problem and used greedy hill climbing with random restarts and random walks.
ayushgupt/rivigoContest
submissions to Rivigo's Coding Championship which was a week long contest to make approximate algorithms to a complex problem (Achieved 2nd position in India)
ayushgupt/Sudoku-Game-and-Solver
This repository contains code for deployment of Sudoku Game and Sudoku Solver on Google App Engine.
ayushgupt/Youtube-Website
This project is basically a Database Management System Course Project, where PostgreSQL usage needed to be shown. HTML, CSS, Bootstrap and JavaScript is used in frontend and PostgreSQL,PHP for backend.