March 14, 2025 1 min read

AI Art Tutorial: High quality image generation

AI Art Tutorial: High quality image generation with ComfyUIIn the ever-evolving landscape of artificial intelligence, tools like ComfyUI are empowering artists and enthusiasts to create breathtaking, one-of-a-kind image...

Continue reading →

October 04, 2024 9 min read

Tạo chatbot "like ChatGPT" miễn phí với Ollama và Open WebUI

Giới thiệuSự mạnh mẽ của ChatGPT đưa bạn đến với việc nghiên cứu về các mô hình ngôn ngữ lớn (LLMs) và muốn dựng một app chatbot giống như ChatGPT? Bạn muốn tạo ra một chatbot mang dấu ấn cá nhân? Bạn muốn triển khai một công cụ chatbot cho nhóm của bạn ở công ty phục...

Continue reading →

October 04, 2024 7 min read

Build a ChatGPT-like chatbot for free with Ollama and Open WebUI

IntroductionHas the power of ChatGPT led you to explore large language models (LLMs) and want to build a ChatGPT-like chatbot app? Do you want to create a chatbot with your own personal touch? Do you want to deploy a chatbot tool for your team at work to support dai...

Continue reading →

March 02, 2023 3 min read

Linear Regression

Introduction to Linear RegressionLinear Regression is a fundamental supervised learning approach for modeling the relationship between one or more explanatory variables (often called features or predictors) and a continuous target variable. The...

Continue reading →

February 28, 2023 9 min read

Hàm Sigmoid trong Deep Learning

Trong các bài toán phân lớp (classification) sử dụng Deep Learning, phần không thể thiếu cho đầu ra chính là hàm sigmoid (cho 2 classes) hay softmax (biến thể của sigmoid cho nhiều classes). Mục đích của hàm sigmoid là cho ra output là một vector, trong đó tổng các phần tử bằng 1, biểu thị xác...

Continue reading →

February 17, 2022 6 min read

Giới thiệu về Variational Autoencoder

IntroductionXin chào mọi người, trong bài viết ngày hôm này mình sẽ cùng mọi người tìm hiểu về Variational Autoencoder (VAE), một loại generative model trong deep learning. Trong vài năm gần đây, các mô hình generative đang thu hút được sự chú ý của các nhà nghiên ...

Continue reading →