AmirhosseinHonardoust / Image-Classification-CNNLinks
Image classification with PyTorch using Convolutional Neural Networks (CNNs). Trains on MNIST with convolution, pooling, and fully connected layers. Achieves over 99% accuracy with early stopping and checkpoints. Includes training/evaluation scripts, metrics, confusion matrix, training curves, and sample prediction visualizations.
☆24Updated 4 months ago
Alternatives and similar repositories for Image-Classification-CNN
Users that are interested in Image-Classification-CNN are comparing it to the libraries listed below
Sorting:
- Customer reviews sentiment analysis with Python and NLP. Generates a synthetic dataset of positive, neutral, and negative reviews, applie…☆23Updated 4 months ago
- Customer churn prediction with Python using synthetic datasets. Includes data generation, feature engineering, and training with Logistic…