class AIStudent:
def __init__(self):
self.name = "Huyvux"
self.role = "AI/ML Student"
self.location = "Vietnam 🇻🇳"
self.education = "AI/Machine Learning"
self.interests = [
"Deep Learning",
"Computer Vision",
"Natural Language Processing",
"Large Language Models"
]
def say_hi(self):
print("Cảm ơn bạn đã ghé thăm profile của mình!")
print("Hãy cùng kết nối và học hỏi nhé! 🚀")
me = AIStudent()
me.say_hi()🎓 Sinh viên ngành Trí tuệ nhân tạo, yêu thích Deep Learning & Computer Vision. 🔬 Hiện đang học và thực hành PyTorch, TensorFlow cùng các mô hình LLM. 🚀 Đam mê xây dựng ứng dụng AI thực tế và hướng tới nghề AI Engineer/Researcher.
- 🎯 Hướng dẫn fine-tune LLM cho tiếng Việt
- 🔥 RAG architecture cho Vietnamese documents
- 💡 Computer Vision với YOLO: Từ lý thuyết đến thực hành
- 🚀 Tips & tricks khi training models trên Kaggle
---


