Pinned Repositories
Amazon_Dynamo_Style_Key-Value_Storage
distributed Hash Table based on Chord for a group of 5 Android Devices for purpose of partitioning, replication and failure handling. This Degree 3 quorum implementation provided availability and linearizability at the same time.
Binary_Search_Tree_implementation_Java
Classification-Algorithms
Classification Algorithms - Nearest Neighbor, Decision Tree, Random Forests , Boosting and Naïve Bayes
Clustering-Algorithms
Differnet Clustering Algorithms to find clusters of genes that exhibit similar expression profiles
CSE522-Transport-Management-System-Implementation-using-Object-Oriented-Designing
CSE535-Latent_Dirichlet_Allocation_Subtopic_Modelling
CSE535-Tweet_Crawler
K-d-Tree-Simplified-Implementation
K-d Simplified Implementation for nearest K- Neighbour search
K-means-Clustering-Using-Hadoop-Map-Reduce
K-means Clustering Using Hadoop Map Reduce
Simple-Android-Messenger
A simple messenger app on Android which enables two Android devices to send messages to each other.
tariqgitspace's Repositories
tariqgitspace/CSE535-Latent_Dirichlet_Allocation_Subtopic_Modelling
tariqgitspace/Amazon_Dynamo_Style_Key-Value_Storage
distributed Hash Table based on Chord for a group of 5 Android Devices for purpose of partitioning, replication and failure handling. This Degree 3 quorum implementation provided availability and linearizability at the same time.
tariqgitspace/Binary_Search_Tree_implementation_Java
tariqgitspace/Classification-Algorithms
Classification Algorithms - Nearest Neighbor, Decision Tree, Random Forests , Boosting and Naïve Bayes
tariqgitspace/Clustering-Algorithms
Differnet Clustering Algorithms to find clusters of genes that exhibit similar expression profiles
tariqgitspace/CSE522-Transport-Management-System-Implementation-using-Object-Oriented-Designing
tariqgitspace/CSE535-Tweet_Crawler
tariqgitspace/K-d-Tree-Simplified-Implementation
K-d Simplified Implementation for nearest K- Neighbour search
tariqgitspace/K-means-Clustering-Using-Hadoop-Map-Reduce
K-means Clustering Using Hadoop Map Reduce
tariqgitspace/Simple-Android-Messenger
A simple messenger app on Android which enables two Android devices to send messages to each other.
tariqgitspace/CSE535-Topic-Summarization-Search-Engine
tariqgitspace/CSE574-Classification-and-Regression
1: Experiment with Gaussian Discriminators 2: Experiment with Linear Regression 3: Experiment with Ridge Regression 4: Using Gradient Descent for Ridge Regression Learning
tariqgitspace/CSE574-Handwritten-Digits-Classification
1. Implementation a Multilayer Perceptron Neural Network and its performance evaluation in classifying handwritten digits 2. using the same network to analyze a more challenging face dataset and compare the performance of the neural network against a deep neural network using the TensorFlow library
tariqgitspace/CSE574-SupportVectorMachine-Classification
1.Implement Logistic Regression and give the prediction results. 2.Use the Support Vector Machine (SVM) toolbox sklearn.svm.SVM to perform classification
tariqgitspace/CSE601-Data-Mining-and-Bioinformatics
CSE601: Data Mining and Bioinformatics : Implementation of Apriori algorithm and Association rule generation algorithm for Frequent Itemsets and Association rule mining of gene expression data.
tariqgitspace/CSE601-Principal-component-analysis
CSE601: PCA, SVD and t-SNE Implementation
tariqgitspace/evallib
A simple expression evaluator for JSQLParser
tariqgitspace/Evaluation_of_Information_Retrieval_Models
Evaluation of Information Retrieval Models
tariqgitspace/Group-Messenger-with-a-Local-Persistent-Key-Value-Table
Designed a group messenger that can send message to multiple AVDs and store them in a permanent key-value storage.
tariqgitspace/In-Memory_And_On-Disk_SQL_Query_Engine
Implemented custom optimizations such as Query Rewriting, picking memory-aware Join algorithm, specific implementation based on data properties, etc. for TPC-H 1/3/5/10/12 benchmarks.
tariqgitspace/Information-Retrieval_Index-Construction_and_Boolean-Query-Processing
Built inverted index using Apache Lucene for RCV2 multilingual news corpus for two different strategies namely Terms-at-a-Time and Document-at-a-Time using Java platform.
tariqgitspace/Longest_Common_Subsequence_Java
tariqgitspace/MinimumSpanningTree_Java
Java Implementation of Minimum Spanning Tree using Heap
tariqgitspace/Simple_Distributed_Hash_Table_Based_On_Chord
simple DHT based on Chord