Skip to content
View duonghuuphuc's full-sized avatar

Highlights

  • Pro

Organizations

@newai-vn

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 a lecturer and researcher at the Faculty of Information Technology, Ton Duc Thang University (TDTU), and currently a PhD student in Artificial Intelligence at the University of Science, VNU-HCM (HCMUS). I also work with the Research & Development team at NewAI Vietnam, focusing on AI-driven solutions. My research interests include machine learning for natural language processing and Agentic AI. I received my Master's degree in Computer Science from TDTU in 2017 and have over ten years of experience in AI research and software development.

Programming languages and tools

Java Python C Haskell Java

Social media profiles

GitHub Facebook Twitter Apple Music

Contact info

Pinned Loading

  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