Skip to content
View nhduong's full-sized avatar

Highlights

  • Pro

Block or report nhduong

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

Typing SVG

I'm a Ph.D. student at Dongguk University under the guidance of Prof. Chul Lee.
My main interest is machine learning, particularly questions related to deep learning for image processing and representation learning.

visitors

#!/usr/bin/python
# -*- coding: utf-8 -*-

class PhDStudent:

    def __init__(self):
        self.name = "Duong Nguyen"
        self.role = "Ph.D. Student"
        self.language_spoken = ["en_US", "vn_VN"]

    def say_hi(self):
        print("Thanks for dropping by!")


me = PhDStudent()
me.say_hi()

Pinned Loading

  1. fer2013icprai2018 fer2013icprai2018 Public

    FER@ICPRAI2018

    Jupyter Notebook 4 2

  2. human_gender_prediction human_gender_prediction Public

    A project of my AI class at Chonnam National University

    Jupyter Notebook 2 1

  3. fer2013 fer2013 Public

    Kaggle Facial Expression Recognition 2013 Using TensorFlow

    Jupyter Notebook 4 3

  4. guided_demoireing_net guided_demoireing_net Public

    PyTorch source code for "Multiscale Guided Coarse-to-Fine Network for Screenshot Demoiréing"

    JavaScript 7 3

  5. fibot fibot Public

    A simple Telegram-based financial bot that helps you manage your personal finance. It can track your expenses, income, and savings.

    Python

  6. afew2016 afew2016 Public

    Facial Expression Recognition in the Wild 2016

    Jupyter Notebook 9 3