Skip to content

Random Variable

Random variables are essential components in probability theory and statistics, serving as numerical outcomes of random phenomena. Understanding the behavior of random variables allows practitioners to make informed decisions about the likely outcomes of complex… 

Mô hình SARIMA

Mô hình SARIMA là một phiên bản mở rộng của ARIMA, được thiết kế để xử lý dữ liệu chuỗi thời gian có tính mùa vụ rõ rệt. SARIMA kết hợp các thành phần: Mô… 

ARIMA with Seasonality in Python using sktime

ARIMA (AutoRegressive Integrated Moving Average) with seasonality is an extension of the traditional ARIMA model to handle data with seasonal patterns. Seasonal patterns are periodic fluctuations that repeat over a fixed period, such as daily,… 

ARIMA in Python with sktime

Implementation in python of ARIMA for time series forecasting, and how to use auto-ARIMA in sktime to find the optimal parameter in ARIMA

Understanding Univariate Time Series Analysis

Time Series Analysis: Univariate Overview Univariate Time Series: A univariate time series is a sequence of measurements of the same variable collected over time, often at regular intervals. Unlike standard linear regression, the data in… 

Machine Learning and Deep Learning Free Online Courses

Basic probability & statistics Optimization & Background for Machine Learning and Deep Learning Machine Learning Deep learning: Introductory courses Advanced: Programming courses Other: Google Cloud Machine Learning Crash Course:

Classical definite of Probability

The classical probability definition calculates the likelihood of an event based on favorable and total outcomes, illustrated with examples.

Gradient clipping and Pytorch codes

Gradient clipping is a technique used to address the problem of exploding gradients in deep neural networks. It involves capping the gradients during the backpropagation process to prevent them from becoming excessively large, which can… 

Minibatch learning and variations of Gradient Descent

Minibatch learning in neural networks is akin to dancers learning a complex routine by breaking it down into smaller, manageable sections. This approach allows both the dancers and the neural network to focus on incremental… 

Giới thiệu về mạng nơ-ron

Ý tưởng về mạng nơ-ron Ý tưởng về mạng nơ-ron được lấy cảm hứng từ cấu trúc và chức năng của não, nơi các tế bào thần kinh được kết nối với nhau để xử… 

A Comical Introduction to Neural Network

The idea of neural networks is inspired by the structure and functioning of a brain, where interconnected neurons process and transmit information through complex networks. Neural networks have various applications, such as:Generating and telling jokes… 

Không gian Vector và ví dụ

Định nghĩa không gian vector Không gian vector (hay không gian tuyến tính) là một tập hợp các đối tượng (gọi là vector) cùng với hai phép toán cơ bản: 💡 Một không gian vector… 

Understanding Data Patterns: Trends, Cycles, and Clusters

This cute, funny comic helps us to understand what a pattern is. Data analysis relies on identifying patterns such as trends, cycles, and clusters to extract insights. Trends provide long-term behavioral insights influencing business strategies, while cycles help optimize operations during seasonal fluctuations. Clusters reveal relationships within data, enhancing decision-making.

normal distribution comics & song

This song helps us better remember the properties of the normal distribution. A normal distribution, also known as a Gaussian distribution, is a symmetrical, bell-shaped continuous probability distribution characterized by its mean (?) and standard deviation (?). It exhibits properties such as symmetry, unimodality, and follows the 68-95-99.7 rule, indicating the distribution of data within standard deviations of the mean.

Support Vector Machine + Python & R Codes

Support Vector Classifier (SVC) is a powerful algorithm for classification tasks, capable of handling linear and non-linear data using different kernel functions. It efficiently handles high-dimensional data for applications like image recognition and bioinformatics. Python and R codes demonstrate SVM usage for binary classification with breast cancer and mtcars datasets, respectively.

K-Means Clustering Method & Python Codes

K-Means Clustering is a popular unsupervised machine learning algorithm used for clustering data into groups. It is widely used in various fields such as image processing, market segmentation, and document clustering. The algorithm works by… 

Logistic regression with L1 or L2 penalty with codes in Python and R

Logistic regression with L1 or L2 penalty adds regularization to prevent overfitting and improve model generalization. L1 penalty (Lasso) encourages sparsity in the model, making it suitable for datasets with many irrelevant features. L2 penalty (Ridge) retains all features with reduced importance. Python and R codes demonstrate implementation and evaluation of these regression techniques.

error: Content is protected !!