Skip to content
View JunaidAShaikh's full-sized avatar

Block or report JunaidAShaikh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. In_Memory_And_On_Disk_SQL_Engine In_Memory_And_On_Disk_SQL_Engine Public

    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.

    Java 1

  2. Dynamo_Style_Fault_Tolerant_Key_Value_Storage Dynamo_Style_Fault_Tolerant_Key_Value_Storage Public

    Android based Dynamo DB style fault tolerant key-value storage with features like partitioning, replication, failure handling to provide availability and linearizability guarantees.

    Java

  3. Topic_Summarization_Search_Engine Topic_Summarization_Search_Engine Public

    Full-scale search engine consisting of a front-end website(JavaScript) along with Apache Solr back-end which is used to index Tweets. Used LDA subtopic modelling, Wiki and Pixabay API's to create a…

    HTML

  4. Handwritten_Digits_Classification Handwritten_Digits_Classification Public

    To implement a Multilayer Perceptron Neural Network and evaluate its performance in classifying handwritten digits. Using the same network, classify a face dataset and compare its performance of Ne…

    Python 1

  5. K-Means_Clustering_using_Hadoop K-Means_Clustering_using_Hadoop Public

    Single-node Hadoop cluster to implement MapReduce K-means and compare complexity with non-parallel K-means algorithms

    Java 1 2

  6. Latent_Dirichlet_Allocation_Subtopic_Modelling Latent_Dirichlet_Allocation_Subtopic_Modelling Public

    Latent Dirichlet Allocation Topic Sub-Modelling Using RStudio. The objective of this task is to ingest crawled tweets on a particular topic and then divide them into major sub-topics based on their…

    R