Pinned Repositories
210A-Final-Project
Alpha-Integer-List-ADT
This java project alphabetizes the lines of a file using a bi-directional queue with a built-in cursor that allows for iteration. This bi-directional queue (or list) allows for the user input file to be alphabetically sorted efficiently as the list maintains alphabetical order through the entirety of the sorting process.
BFS-Shortest-Path
Look at README file for description and instructions
Chord
CSE250A Computer Networks Final Project
Housing-Price-Predictions
Predicting the prices of homes using regression techniques.
Image-Clustering
Unsupervised Satellite Image Segmentation Via Silhouette Score Optimized K Means Clustering
Poem-Generator-
This java project generates small rhyming poems using a word dictionary and a hashtable data structure. The program analyzes the dictionary and each word's phonetic values and sorts the words into groups that rhyme. Any words that cannot rhyme with other words are removed from the dictionary. After the rhyming words have been sorted through the program generates poems based on the user inputs. The first argument is a seed for a random number generator and the second argument is the number of poems that should be generated.
secure-message
Cryptographically Secure Messaging Interface
TreeORAM
C++ implementations of tree based Oblivious RAMs. Currently a work in progress
Twitter-Trending
Analysis of Twitter's Trending Topics in Comparison to Top News Headlines
sukeswan's Repositories
sukeswan/Twitter-Trending
Analysis of Twitter's Trending Topics in Comparison to Top News Headlines
sukeswan/Housing-Price-Predictions
Predicting the prices of homes using regression techniques.
sukeswan/210A-Final-Project
sukeswan/Alpha-Integer-List-ADT
This java project alphabetizes the lines of a file using a bi-directional queue with a built-in cursor that allows for iteration. This bi-directional queue (or list) allows for the user input file to be alphabetically sorted efficiently as the list maintains alphabetical order through the entirety of the sorting process.
sukeswan/BFS-Shortest-Path
Look at README file for description and instructions
sukeswan/Chord
CSE250A Computer Networks Final Project
sukeswan/Image-Clustering
Unsupervised Satellite Image Segmentation Via Silhouette Score Optimized K Means Clustering
sukeswan/Poem-Generator-
This java project generates small rhyming poems using a word dictionary and a hashtable data structure. The program analyzes the dictionary and each word's phonetic values and sorts the words into groups that rhyme. Any words that cannot rhyme with other words are removed from the dictionary. After the rhyming words have been sorted through the program generates poems based on the user inputs. The first argument is a seed for a random number generator and the second argument is the number of poems that should be generated.
sukeswan/secure-message
Cryptographically Secure Messaging Interface
sukeswan/TreeORAM
C++ implementations of tree based Oblivious RAMs. Currently a work in progress
sukeswan/cse210A-asgtest
Test scripts for CSE210A homework
sukeswan/Customer-Churn
This project anaylizes predicts the likelihood of customer churn based on the data provided.
sukeswan/kinetics-i3d
Convolutional neural network model for video classification trained on the Kinetics dataset.
sukeswan/tesla-stocks-prediction
The implementation of LSTM in TensorFlow used for the stock prediction.