Skip to content

AshNumpy/Image-Classification-with-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Türkçe Açıklama için Tıklayınız

Proje Genel Bakış:

Bu proje, PyTorch kullanarak kedi ve köpek resimlerini sınıflandıran bir çalışmadır. Proje, derin öğrenme algoritmaları ile resim sınıflandırması yapmayı amaçlar. Kedi ve köpek resimleri için bir sinir ağı (neural network) modeli oluşturulacak ve bu model, yeni gelen resimleri kedi veya köpek olarak sınıflandırmak için kullanılacak.

Proje Hedefleri:

  • Veri Hazırlama: Kedi ve köpek resimlerinden oluşan bir veri seti hazırlamak ve bu veri setini eğitim ve test için ayrıştırmak.

  • Sinir Ağı Modeli: PyTorch kullanarak bir sinir ağı modeli tasarlamak ve eğitmek.

  • Sınıflandırma: Oluşturulan sinir ağı modeli ile yeni gelen resimleri kedi veya köpek olarak doğru bir şekilde sınıflandırmak.

  • Performans Değerlendirmesi: Modelin performansını değerlendirmek ve sınıflandırma doğruluğunu belirlemek.

Proje Özellikleri:

  • Veri Hazırlama: İnternet veya farklı kaynaklardan kedi ve köpek resimlerini toplayarak bir veri seti oluşturmak.

  • Sinir Ağı Modeli: PyTorch kullanarak bir sinir ağı modeli tasarlamak ve eğitmek için gerekli yapıları oluşturmak.

  • Sınıflandırma: Eğitilen modeli yeni gelen resimlerle test ederek kedi ve köpek resimlerini doğru bir şekilde sınıflandırmak.

  • Performans Değerlendirmesi: Modelin sınıflandırma doğruluğunu ve performansını belirlemek için uygun metrikleri kullanmak.

Project Overview:

This project is a study that uses PyTorch to classify cat and dog images. The project aims to perform image classification using deep learning algorithms. A neural network model will be created for cat and dog images, and this model will be used to classify new incoming images as either cat or dog.

Project Objectives:

  • Data Preparation: Prepare a dataset consisting of cat and dog images and split this dataset into training and testing sets.

  • Neural Network Model: Design and train a neural network model using PyTorch.

  • Classification: Use the created neural network model to classify new incoming images as either cat or dog.

  • Performance Evaluation: Evaluate the model's performance and determine the classification accuracy.

Project Features:

  • Data Preparation: Collect cat and dog images from the internet or different sources to create a dataset.

  • Neural Network Model: Use PyTorch to design and create the necessary structures for training a neural network model.

  • Classification: Test the trained model with new incoming images to correctly classify them as cat or dog.

  • Performance Evaluation: Use appropriate metrics to determine the model's classification accuracy and performance.

About

Dog and cat Image classification project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published