Skip to content
View simeng-yang's full-sized avatar
🌊
Waves (Hi!)
🌊
Waves (Hi!)

Highlights

  • Pro

Block or report simeng-yang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
simeng-yang/README.md

Hi there 👋

Currently MLE @ Meta NYC.

Previously, I completed an internship @ Facebook NYC, where I worked on machine learning models to drive product relevance for Instagram Shopping, and also worked on Machine Learning @ Microsoft Redmond.

I graduated from the University of Waterloo's Computer Science program in December 2020.

I'm also open to opportunities to collaborate, so feel free to reach out for a chat.

Some of my handles on the web...

Popular repositories Loading

  1. Student-Database-Management-System Student-Database-Management-System Public

    Students and administrators can add new student records. Administrators can securely retrieve and delete student records.

    PHP 5 3

  2. Candy-Machine Candy-Machine Public

    An autonomous Skittle dispenser for allocating Skittles into separate bins, with motors, an RGB sensor and 3D-printed components. Programmed with Arduino.

    C++ 1

  3. Pong-on-8x8-Matrix-Display Pong-on-8x8-Matrix-Display Public

    Programmed on an 8x8 LED matrix with use of an Arduino microcontroller. Switches act as button-controllers to move paddles for two players. Buttons can be used to change direction of paddle through…

    Arduino

  4. Maze-Creeper Maze-Creeper Public

    For a maze loaded from an external text-file, this program will show the sequence of positions to reach the goal or, if there is no solution, will indicate that no path is available.

    C++

  5. PolyTown PolyTown Public

    Example of using inheritance and polymorphism with 8 various classes. Use of classes exemplified through story-based text progression, in which an otherwise peaceful town is ravaged by wolves. Citi…

    C++

  6. Sorting-Efficiencies Sorting-Efficiencies Public

    Programs runs through various sorting algorithms and tests their execution times over various sizes of data sets: 1. Selection sort 2. Bubble sort 3. Merge sort 4. Quick sort 5. Bucket sort. Attac…

    C++