Skip to content
View Khanhduong123's full-sized avatar

Highlights

  • Pro

Block or report Khanhduong123

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

Hi everyone 👋

I'm Khanh, currently I'm a final year student at FPT University with my current major being Artificial Intelligence. I can do work related to Computer Vision and Natural Language Preprocessing. I have a some knowledge about LLM such as LLama2, LLama3 architecture and have some experience about RAG applications such as chatbot,...

Here are some ideas to get you started:

💻 IDEs/Editors:

Visual Studio Code Jupyter Notebook PyCharm Spyder

💻 My Technical Skills:

C++ Python PowerShell HTML5 CSS3 Java LaTeX

🖥️ ML/DL:

Keras NumPy Pandas PyTorch scikit-learn SciPy TensorFlow Matplotlib

📚 Frameworks, Platforms and Libraries:

Anaconda Django Flask OpenCV

🎛️ Operating System:

Windows 11 Ubuntu

🕓 Version Control:

Git GitHub

Pinned Loading

  1. Quản lý thư viện.py Quản lý thư viện.py
    1
    "Code linkedlist"
    2
    import sys
    3
    class Book:
    4
        def __init__(self,code,title,author,price):
    5
            self.code = code