MattYu - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View MattYu's full-sized avatar

Matthew Yu MattYu

Block or report MattYu

Pinned Loading

  1. Souce code for Concordia University's official Co-op ACE job board. https://concordia-ace.ca/

    HTML 1 1

  2. Android App that waters your plants for you! Using Firebase, Humidity Sensors and Google Vision

    Java 2

  3. 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

  4. Predict Tweet Languages using Naive Bayes and N-Gram classification. Auto-optimize hyper parameters with research. Differentiate lexically similar languages with F1= ~85%

    Python

  5. Quicksort on parallel processors with hypercube topology

    C

  6. 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++