Pinned Repositories
3D-Processing
Processing files for 3D Dynamic Modelling
Breakout_Game
Implementation of the classic game Breakout.
CatalogueShop
Implementation of a online catalogue shopping system.
nQueens_Backtracking
I used backtracking for this 8queens problem. The user enters the size of the board/number of queens. They then enter the row/column for the first queen. It then prints a representation of a chess board for every possible solution.
numberSorting
This is a C project for Arduino, whereby...
PanoramicImageStitching
A panoramic image stitching program to stitch 20 images with corresponding matching features.
SmartStock
CI301 Individual Project - SmartStock is a Dash application which plots various technical indicators and allows the user to test different machine learning models to predict tomorrows closing price of a chosen asset i.e. FB, GBPEUR=X, ^DJI
SwiftFix
Android application which connects local tradesman to customers based off Geo-graphical location. Similar to how Uber functions.
TicketSystem_PriorityQueue
This is a priority queue implemented using a linked list without any collections. It includes all the operations of a priority queue except implemtned using my own linked list. It is being used for a IT ticket system, whereby the highest priority is (1)
trafficLightSimmulation
traffic light C
ro-stack's Repositories
ro-stack/PanoramicImageStitching
A panoramic image stitching program to stitch 20 images with corresponding matching features.
ro-stack/SmartStock
CI301 Individual Project - SmartStock is a Dash application which plots various technical indicators and allows the user to test different machine learning models to predict tomorrows closing price of a chosen asset i.e. FB, GBPEUR=X, ^DJI
ro-stack/3D-Processing
Processing files for 3D Dynamic Modelling
ro-stack/Breakout_Game
Implementation of the classic game Breakout.
ro-stack/CatalogueShop
Implementation of a online catalogue shopping system.
ro-stack/nQueens_Backtracking
I used backtracking for this 8queens problem. The user enters the size of the board/number of queens. They then enter the row/column for the first queen. It then prints a representation of a chess board for every possible solution.
ro-stack/numberSorting
This is a C project for Arduino, whereby...
ro-stack/SwiftFix
Android application which connects local tradesman to customers based off Geo-graphical location. Similar to how Uber functions.
ro-stack/TicketSystem_PriorityQueue
This is a priority queue implemented using a linked list without any collections. It includes all the operations of a priority queue except implemtned using my own linked list. It is being used for a IT ticket system, whereby the highest priority is (1)
ro-stack/trafficLightSimmulation
traffic light C
ro-stack/FinancialAnalysis-and-AlgorithmicTrading
ro-stack/GoldmanSachs-Engineering-VirtualProgram
A virtual experience program run by Goldman Sachs and 'The Forage' to gain insight into an Engineering role.
ro-stack/Group-Project
Simple website used within a physical escape room based on learning programming skills.
ro-stack/ImageProcessing
An Image Processing program created in MATLAB to recover an image that had areas missing, included lots of noise and was the wrong size. A ground truth image was used to create a similarity score between the recovered image.
ro-stack/Jupyter_Plotly-test
Checking plotly charts work on GitHub - Result = Fail... Plotly graphs do not show on GitHub
ro-stack/MatrixDigitalRain
Produces a matrix style image of random numbers
ro-stack/Panorama_Image_Construction
Functional 2
ro-stack/ProcessScheduler
OS - basic MultiLevel Feedback Queue with CSV input - ID, Arrival, Burst, Priority
ro-stack/ro-stack.github.io
My Portfolio Website
ro-stack/SmartStockApp
Deployment of SmartStock to Heroku
ro-stack/SpamFilter_ClassificationAlgorithm
3 versions of the Naive Bayes algorithm: Multinomial, Gaussian and Bernoulli used to identify spam emails within a dataset. I find the accuracy of each algorithm, and also perform 10 fold cross validation and find the accuracy of this. To understand the data better I also print the confusion matrix for each.