Giter Site home page Giter Site logo

image-sorting-program's Introduction

🗉목차

1. 개요

2. 데이터 전처리

3. 모델 구성

4. 결과

1. 〽개요

image (11)

자동차 이미지를 보고 브랜드 별로 분류하는 프로그램

2. ⚙데이터 전처리

  • 이미지 리사이즈: 150x150 픽셀로 조정.
  • 데이터 증강: 회전, 이동, 비틀기, 확대/축소, 수평 뒤집기를 통해 데이터 다양성 증가.
  • 정규화: 픽셀 값을 0과 1 사이로 조정.

3. 🏗모델 구성

  • 합성곱층(Conv2D): 여러 층을 쌓아 이미지 특징 추출.
  • 풀링층(MaxPooling2D): 차원 축소 및 특징 요약.
  • 완전 연결층(Dense): 이미지 분류를 위한 최종 출력층.
  • 활성화 함수 : Relu

4. 📊결과

  • 에포크: 200
  • 배치 크기: 32
  • 손실 함수: categorical_crossentropy image

약 91%의 정확도를 나타냄

image-sorting-program's People

Contributors

hancruyff 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.