Section 01
Introduction: Multi-Model Fusion Practice for Automatic News Classification and Hot Topic Detection
This article introduces a machine learning-based automatic news classification and hot topic detection system. By combining TF-IDF, sentence embeddings, and multiple classification models (Multi-Layer Perceptron, Logistic Regression, XGBoost), it achieves an 87% classification accuracy. The system also uses clustering and time series analysis to detect hot topics, making it a lightweight and deployable solution.