Skip to content
View duonghuuphuc's full-sized avatar

Highlights

  • Pro

Organizations

@newai-vn
Block or Report

Block or report duonghuuphuc

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

Phuc H. Duong

I am currently a lecturer and researcher at the Faculty of Information Technology, Ton Duc Thang University, Vietnam. My academic journey intertwines with my role in the Research & Development department at NewAI Vietnam, where I spearhead the development of innovative software solutions, focusing on web-based applications and AI-driven technologies. My research fervor lies in harnessing the power of machine learning to advance natural language processing and graph-based modeling. I earned my Master's degree in Computer Science from TDTU in 2017. With over eight years of hands-on experience in research and development, I am deeply engaged in projects at the nexus of AI and web applications.

My GitHub Stats

Programming languages and tools

Java Python C Haskell Java

Social media profiles

GitHub Facebook Twitter Apple Music

Contact info

Pinned

  1. Some popular and basic conda commands Some popular and basic conda commands
    1
    # `CONDA` CHEAT SHEET
    2
    
                  
    3
    This GIST presents some basic commands to work with **Anaconda Terminal**.
    4
    
                  
    5
    ## Basic commands
  2. Install Python3 on macOS 10.15 and l... Install Python3 on macOS 10.15 and later
    1
    
                  
    2
    # Install Python3 on macOS 10.15 and later
    3
    
                  
    4
    This tutorial will show you how to install **Python3** on a macOS system. To demonstrate the installation process, I will present the steps on macOS Catalina (Version 10.15). Instead of installing Python3 via the installer from the Python website, this tutorial will use `brew` which is the most popular Package Manager for macOS.
    5
    
                  
  3. Install virtualenvwrapper on macOS 1... Install virtualenvwrapper on macOS 10.15 and later
    1
    # Install virtualenvwrapper on macOS 10.15 and later
    2
    
                  
    3
    At WWDC 2019 on June 3, 2019, starting with macOS Catalina (10.15), the macOS will use **zsh** as default shell across the operating system. Besides, Bash is still available along with the new **zsh**; however, by setting **zsh** as the default shell, Apple does force you to move to the new platform.
    4
    
                  
    5
    **virtualenvwrapper** is a set of extensions to the original **virtualenv** which is a tool for creating isolated virtual Python environments. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. According to the **virtualenvwrapper** docs, there are some noteworthy features such as:
  4. keras keras Public

    Keras Tutorial

    Python 9 4