Pinned Repositories
2-Phase-Merge-Sort
Clickbait-Detection-using-Bi-Directional-LSTM-Model
Implementation of paper : Similarity-Aware Deep Attentive Model for Clickbait Detection
Deque-Implementation
Implementation of a generic Deque in C++ without using any STL.
Encrypted-Messaging-Application
Built a multi-client chat application where user can send message to other user directly (end to end) & can create, join groups in multiple chat rooms simultaneously. Tripple DES (3DES), Diffie–Hellman key (end-to-end encryption) is used for message encyption (peer to peer) & random nonce for every group.
External-Sorting
Implemented External Sorting (K-Way merge sort algorithm to sort a very large array). In C++ without any inbuilt Data Structure.
IOT-Platform
Developed an IOT Platform for deploying various IOT Applications with real time monitoring using microservice architecture.
MiniSQLEngine
Developed a mini SQL engine from scratch in python which can run some queries such as queries with Project, Aggregate functions, Group by, Distinct and Order by using command line interface.
ML-Algos-from-scratch
Implemented all the popular algorithms of Machine Learning from scratch
Unordered-Map
Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.
VIRTUAL-LABS-Functional-Use-Cases
Built a virtual lab that helps the user learn about use cases and draw use case diagram dynamical. Used HTML, CSS, Bootstrap, JS for interactive interface GoJS for use case diagrams.
somyalalwani's Repositories
somyalalwani/External-Sorting
Implemented External Sorting (K-Way merge sort algorithm to sort a very large array). In C++ without any inbuilt Data Structure.
somyalalwani/Deque-Implementation
Implementation of a generic Deque in C++ without using any STL.
somyalalwani/ML-Algos-from-scratch
Implemented all the popular algorithms of Machine Learning from scratch
somyalalwani/Unordered-Map
Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.
somyalalwani/2-Phase-Merge-Sort
somyalalwani/Clickbait-Detection-using-Bi-Directional-LSTM-Model
Implementation of paper : Similarity-Aware Deep Attentive Model for Clickbait Detection
somyalalwani/IOT-Platform
Developed an IOT Platform for deploying various IOT Applications with real time monitoring using microservice architecture.
somyalalwani/BigInt-Library-in-C-
Created a C++ based Big Integer LIbrary similar to what is in Java. No STLs used. Fast exponentiation, GCD of 2 integers and factorial implemented.
somyalalwani/Buffer-Overflow-Attack
somyalalwani/Build_H-MACS
somyalalwani/CPA
somyalalwani/CRC-Implementation
somyalalwani/Data-Structures-and-Algorithms
somyalalwani/DS_Spark_Queries
somyalalwani/End_User_Search_Queries
somyalalwani/generic-calculator-using-stack
Self Implemented generic calculator using stack in C++ without using any STL.
somyalalwani/HTTP-based-FTP-client-server
somyalalwani/Merkle-Damgard-Transform
somyalalwani/mininet
somyalalwani/NLP_Smoothing
somyalalwani/Ordered-Map
Implemented an Ordered Map in C++ without using any inbuilt data structure.
somyalalwani/Provably-CCA-Secure-Encryption
somyalalwani/PROVABLY-SECURE-PRF-FROM-PRG
somyalalwani/Provably-Secure-PRG
somyalalwani/RPC-and-Intermediate-Server
somyalalwani/RPC-Protocol
somyalalwani/Secure-MAC
somyalalwani/Suffix-Array-Implementation
Implemented a suffix array in C++ without using any inbuilt library or STL.
somyalalwani/Word-Embedding-using-SVD
Implemented a Word embedding model and train your own word vectors using Co- Occurrence Matrix by applying Singular Value Decomposition (SVD)
somyalalwani/Word2Vec-Model-using-CBOW
Implemented the Word2vec model and train your own word vectors using CBOW model.