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… Random Variable

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ô… Mô hình SARIMA

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

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:

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 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.

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 !!