Giter Club home page Giter Club logo

image-classifier's Introduction

Image-Classifier

CIFAR-100 veri setinden 5 sınıfın görüntüsü alınmıştır. Bu görüntülerin sınıflandırılması için test ve eğitim için ayrıldılar. Görüntülerin sınıflandırılması CNN ile yapılmıştır.

Kullanılan Sınıflar

image

Modelin Blok Şeması

Kurulan CNN modelinin blok şeması aşağıdaki gibidir. image

Eğitim

image image

TAHMİN SONUÇLARI

Tahmin sonuçlarından önce bir açıklama yapmalıyım. Bu çalışmada kullanılan beş sınıf rakamları ile sırasıyla:

  • 23 = cloud
  • 24 = cockroach
  • 37 = house
  • 40 = lamp
  • 80 = squirrel

Test veri kümesi ile yapılan tahminlere göre elde edilen confusion matrix:

image

Çalışmada bu sınıflara yeni rakamlar verildi. Bu yeni rakamlar göre de kategorikleştirme yapıldı. Yeni rakamları ve kategorik halleri ile sınıflar şu şekilde oldu:

  • 1= cloud - Kategorik hali= [1 0 0 0 0]
  • 2= cockroach - Kategorik hali= [0 1 0 0 0]
  • 3 = house - Kategorik hali= [0 0 1 0 0]
  • 4 = lamp - Kategorik hali= [0 0 0 1 0]
  • 5 = squirrel - Kategorik hali= [ 0 0 0 0 1 ]

Cloud Sınıfı için Sonuçlar

Tahmin edilecek görüntü:

image

Tahmin sonucu:

image

Cockroach Sınıfı için Sonuçlar

Tahmin edilecek görüntü:

image

Tahmin sonucu:

image

House Sınıfı için Sonuçlar

Tahmin edilecek görüntü:

image

Tahmin sonucu:

image

Lamp Sınıfı için Sonuçlar

Tahmin edilecek görüntü:

image

Tahmin sonucu:

image

Squirrel Sınıfı için Sonuçlar

Tahmin edilecek görüntü:

image

Tahmin sonucu:

image

image-classifier's People

Contributors

mkusoglu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.