Skip to content
View rxng8's full-sized avatar
πŸŽ‰
Tada
πŸŽ‰
Tada
Block or Report

Block or report rxng8

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
rxng8/README.md

Hi πŸ‘‹, I am Viet Dung Nguyen πŸ™†β€β™‚οΈ

I aim to be πŸ–₯ an ML Engineer and Researcher πŸ–₯

My research focus spans Machine Learning, Computer Vision, Reinforcement Learning, and Robotics


Alex's GitHub stats


Experience

πŸ“• AI and Machine Learning:

Click to expand

πŸ“Œ [May 2023 - Present]: Event-based eye tracking research

  • Designing a spiking neural network variant of the recurrent state space model for tracking eye features from dynamic vision sensor's event stream.
  • Report to Meta's staff.

πŸ“Œ [January 2023 - Present]: Robotic research

  • Building a generative model for a reinforcement learning agent with an active inference based decision making system. Manuscript in preparation.
  • Building active inference agent for robotic tasks. Manuscript in preparation.
  • Secure a $1,000 grant to purchase robotic equipment that supports the research.

πŸ“Œ [April 2022 - November 2023]: Eye segmentation research

πŸ“Œ [Dec 2021 - Jan 2022]: Music Emotion Recognition Algorithm

  • Research and compare deep learning models in the music emotion recognition task.
  • Github Repo

πŸ“Œ [Dec 2021 - Jan 2022]: YOLO Algorithm Replication

  • Replicate all version of YOLO training and evaluation algorithm.
  • Github Repo

πŸ“Œ [May 2021 - August 2021]: Credit card OCR

  • Research and implement the algorithms for OCR.
  • Try out different methods: template matching, training with Tensorflow Object detection API, training YOLO, training darknet.
  • Build transfer learning model.
  • Github Repo

πŸ“Œ [May 2021 - Sep 2021]: Faster R-CNN Research and Implementation

πŸ“Œ [Apr 2021 - May 2021]: Shopee's Kaggle Competition

  • This project is created for academic purpose and also available publicly. More information about the competition can be found here.
  • Github Repo
  • Backlog

πŸ“Œ [Feb 2021 - Apr 2021]: Chest X RAY Abnormalities Detection

  • This project is created for academic purpose and also available publicly. More information about the competition can be found here.
  • Github Repo
  • Backlog

πŸ“Œ [Jan 2021 - Feb 2021]: Atari Deep Q-learning network

  • Research and implement reinforcement learning algorithms to play atari game.
  • Implement deep Q-leanring method with variances. Implement rainbow methods which includes multiple techniques integrated in the deep Q-learning pipeline.
  • Github Repo

πŸ“Œ [Jan 2021 - Feb 2021]: Open-source contribution to topdup project

  • Research and implement FAISS algorithm to search vectorized text.
  • Github Repo

πŸ“Œ [Dec 2020 - Jan 2021]: Virtual Try-on project

  • This repo is the composition of multiple applications that can derive the generation of try-on image given the input image of the person and the image of the clothing.
  • Github Repo

πŸ“Œ [Nov 2020 - March 2021]: Open-source contribution to mlpack library

  • Contribute to mlpack by fixing bugs, creating new features, and answering questions regarding issues.
  • Github Repo
  • Copyright: My name is on there.

πŸ“Œ [Oct 2020 - Nov 2020]: Ebay ML Challenge

  • Modify the method of Birch Tree, not using a branching factor but rather the fanout of each node is the number of generated clustering features.
  • Github Repo
  • Report

πŸ“Œ [Aug 2020 - Dec 2020]: AI course work and research

  • This repository is the collection of AI Idea implementation and research. This repository also contains small-scale to large-scale projects that are related to AI, ML, RL, and Wavelet Transformation.
  • Github Repo

πŸ“Œ [May 2020 - Sep 2020]: Algorithm of Reinforcement Learning for Imperfect Information Card Game: Gin Rummy

  • Research and implement AI bot that optimize the 2-player card game Gin Rummy.
  • Paper was accepted at AAAI 2021. Link to paper
  • Github Repo

πŸ“— Software engineer:

Click to expand

πŸ“Œ [January 2023 - May 2023]:

  • Build a tensor computing library from scratch with GPU acceleration that operates on top of numpy.
  • Same idea with JAX
  • Github Repo

πŸ“Œ [March 2021 - August 2021]:

  • Build mobilie application with React Native which warns users of early forest fire.
  • Google Play Link
  • Appstore Link (will be updated in the future)

πŸ“Œ [Jan 2021 - Feb 2021]: Open-source contribution to topdup project

  • Write backend server with nodejs, express, javascript.
  • Perform dataset operations.
  • Github Repo

Pinned

  1. PerForm-Lab-RIT/domain-adaptation-eye-tracking PerForm-Lab-RIT/domain-adaptation-eye-tracking Public

    Official Implementation for the paper Deep Domain Adaptation: A Sim2Real Neural Approach for Improving Eye-Tracking System.

    Python 12

  2. Music-Emotion-Recognition-Algorithm Music-Emotion-Recognition-Algorithm Public

    This repo develops and compares Deep Learning algorithms to recognize music emotion.

    Python

  3. GinRummyAlgorithm GinRummyAlgorithm Public

    Algorithm of Reinforment Leanring and Neural Network approach for Imperfect Information Card Game: Gin Rummy. Current total lines of code: ~45000

    Java 3 1

  4. Virtual-Tryon-Project Virtual-Tryon-Project Public

    A project about Virtual Try-On. Lines of code ~5,200.

    Python 7 2

  5. public-ocr-handler public-ocr-handler Public

    This repo researches and develops the AI algorithm for the OCR task. A demo project was developed to read recognize the credit card numbers.

    Python 1

  6. YOLO-Object-Detection-Algorithm YOLO-Object-Detection-Algorithm Public

    This repository replicates the YOLO Object Detection Algorithm

    Python