Pinned Repositories
AI_search
Algo_DS_Design
Implementation of useful Data Structures, Algorithms and computer science concepts for practices
blockchain_proof_of_work
Implementation of Blockchain system to analyze proof of work consensus algorithm with features like forking, mining, branching, transactions etc.
CloudServer
Web Application Server for secure data storage.
credit_card_fraud
Kaggle challenge to detect fraudulent transactions
housing_price
Kaggle competition to predict housing prices in a locality
minimax-tic-tac-toe
A game of tictactoe coded in C++ uses minimax algorithm and also alpha-beta pruning
Neural_Sentiment_Analysis
Implementation of Tree Structured LSTM and Attention Mechanism Models for the task of Sentiment Analysis on Stanford Sentiment Treebank
PracticeSnippets
Code files submitted for competitive coding in various websites
tracking
Ghostbuster
hardiksinghnegi's Repositories
hardiksinghnegi/minimax-tic-tac-toe
A game of tictactoe coded in C++ uses minimax algorithm and also alpha-beta pruning
hardiksinghnegi/Neural_Sentiment_Analysis
Implementation of Tree Structured LSTM and Attention Mechanism Models for the task of Sentiment Analysis on Stanford Sentiment Treebank
hardiksinghnegi/AI_search
hardiksinghnegi/Algo_DS_Design
Implementation of useful Data Structures, Algorithms and computer science concepts for practices
hardiksinghnegi/blockchain_proof_of_work
Implementation of Blockchain system to analyze proof of work consensus algorithm with features like forking, mining, branching, transactions etc.
hardiksinghnegi/CloudServer
Web Application Server for secure data storage.
hardiksinghnegi/credit_card_fraud
Kaggle challenge to detect fraudulent transactions
hardiksinghnegi/housing_price
Kaggle competition to predict housing prices in a locality
hardiksinghnegi/PracticeSnippets
Code files submitted for competitive coding in various websites
hardiksinghnegi/tracking
Ghostbuster
hardiksinghnegi/TreeLSTMSentiment
Pytorch implementation of Sentiment Classification in Improved Semantic Representations From Tree-Structured Long Short-Term Memory Networks
hardiksinghnegi/udacity_intro_to_ml
Mini projects and scripts from Udacity Machine Learning MOOC
hardiksinghnegi/Visualization_CSE_564
Final Course Project
hardiksinghnegi/word2vec
Implementation of word2vec algorithm leveraged in NLP using Tensorflow and Python