MattYu - Overview
Navigation Menu
Pinned Loading
-
Android App that waters your plants for you! Using Firebase, Humidity Sensors and Google Vision
Java 2
-
A cost optimal parallel processor implementation of Floyd-Warshall's shortest path dynamic programming algorithm using pipelining. O(n^3/p) + O(n) time complexity. MPI
C
-
Predict Tweet Languages using Naive Bayes and N-Gram classification. Auto-optimize hyper parameters with research. Differentiate lexically similar languages with F1= ~85%
Python
-
Quicksort on parallel processors with hypercube topology
C
-
Swarm mind AI that dynamically predicts opponent moves in a rock paper scissor game. Ngram based | Ranked as top Algorithm for COEN 242 Programming II class (Object orientated programming).
C++