Section 01
Introduction: Comparison Between Random Forest and SVM in MNIST Recognition Using Classical Machine Learning
This project is based on scikit-learn and uses Random Forest and Support Vector Machine (SVM) to classify the MNIST handwritten digit dataset, including data preprocessing, PCA dimensionality reduction, model evaluation, and inference workflow. By comparing the performance of these two classical algorithms, we explore their unique advantages in scenarios such as resource-constrained environments and real-time inference, and return to the basics to understand the essence of machine learning algorithms.