Tagged articles
2 articles
Page 1 of 1
Data Party THU
Data Party THU
Aug 3, 2025 · Fundamentals

Master Quantile Regression with Adaptive Lasso in Python using asgl

This article introduces quantile regression, explains its advantages over ordinary least squares, demonstrates its usefulness for high‑dimensional data, and provides a step‑by‑step Python tutorial using the asgl package with adaptive‑lasso penalization, complete code snippets, and practical tips.

Pythonadaptive lassoasgl
0 likes · 8 min read
Master Quantile Regression with Adaptive Lasso in Python using asgl
360 Quality & Efficiency
360 Quality & Efficiency
Aug 23, 2019 · Artificial Intelligence

High‑Performance High‑Dimensional Vector KNN Search Using FAISS

This article introduces the background of vector representations in machine learning, explains the K‑Nearest Neighbors algorithm and its key parameters, reviews traditional tree‑based and modern high‑performance search solutions, and demonstrates how FAISS can achieve microsecond‑level KNN queries on large‑scale high‑dimensional data.

FAISShigh-dimensionalkNN
0 likes · 5 min read
High‑Performance High‑Dimensional Vector KNN Search Using FAISS