Section 01
[Introduction] CIFAR-10 Image Classification: A Comparative Practice of Deep Learning Between ANN and CNN
This project is a deep learning practice implementing CIFAR-10 image classification using TensorFlow, comparing the performance differences between Artificial Neural Networks (ANN) and Convolutional Neural Networks (CNN). It covers a complete workflow of training, evaluation, and visualization, making it an ideal introductory case for deep learning beginners to understand the principles of image classification.