You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A deep learning project that classifies dog and cat images using a custom CNN built with PyTorch. Includes data preprocessing, training, evaluation, and visualization with modular code for easy experimentation. Achieves 92%+ accuracy with Git LFS support for large datasets.
Repository ini berisi proyek klasifikasi gambar untuk membedakan antara anjing dan kucing, menggunakan model TensorFlow. Proyek ini dikembangkan sebagai bagian dari kelas pengembangan Machine Learning, mencakup preprocessing data, arsitektur model, dan evaluasi performa.
This project focuses on classifying images of cats and dogs using Convolutional Neural Networks (CNNs) with PyTorch. The dataset used for this project is from Kaggle's "Dogs vs Cats Redux" competition.
A project to classify images of dogs and cats using a Convolutional Neural Network (CNN) built with TensorFlow and Keras. The project involves data preprocessing, model building, training, evaluation, and visualization of classification accuracy