TTTùng Trần Thanhinalo2025alconquer.hashnode.dev·Jul 15, 2025 · 3 min readBasic Probability and Its Applications in AIProbability forms the mathematical backbone of many AI and machine learning systems. Understanding how to model uncertainty and reason about likelihoods enables us to build more intelligent algorithms. This blog introduces the basic concepts of proba...00
TTTùng Trần Thanhintestwork.hashnode.dev·Jul 11, 2025 · 23 min readMachine Learning and Deep Learning Models for GDP Nowcasting: A Comparative ReviewIntroduction Nowcasting refers to forecasting the present or near future of economic indicators (such as GDP) using real-time information. Recent research has explored the use of machine learning (ML) and deep learning (DL) models for nowcasting GDP,...00
TTTùng Trần Thanhinalo2025alconquer.hashnode.dev·Jul 8, 2025 · 9 min readLập trình NumPy - 2D/3D DataGiới thiệu NumPy (Numerical Python) là thư viện nền tảng cho tính toán khoa học trong Python, đặc biệt quan trọng trong xử lý dữ liệu đa chiều và các ứng dụng AI. Thư viện này cung cấp cấu trúc dữ liệu mảng n-chiều (ndarray) hiệu quả và các phép toán...00
TTTùng Trần Thanhintestwork.hashnode.dev·Jul 6, 2025 · 12 min readMô hình ARIMA và VAR trong Time-SeriesI. Tổng quan về mô hình ARIMA và VAR 1. ARIMA ARIMA (AutoRegressive Integrated Moving Average) là một mô hình cổ điển dùng để dự báo chuỗi thời gian. Mô hình ARIMA bao gồm ba thành phần: AR (tự hồi quy): cho phép dự báo dựa trên các giá trị quá khứ ...00
TTTùng Trần Thanhinalo2025alconquer.hashnode.dev·Jun 23, 2025 · 8 min readOOP (Custom PyTorch Class)I. Introduction to Object-Oriented Programming 1.1 What is OOP and Why It Matters Object-Oriented Programming is a programming paradigm based on the concept of "objects," which represent both data and behavior. Unlike procedural programming that foc...00