Saltar al contenido principal
InicioPython

Proyecto

Naïve Bees: Predict Species from Images

PrincipianteNivel de habilidad
Actualizado 6/2024
Build a model that can automatically detect honey bees and bumble bees in images.
Iniciar Proyecto De Forma Gratuita

Incluido conPremium or Teams

PythonData ManipulationData VisualizationMachine Learning1 hora11 Tasks1,500 XP7,164

Crea Tu Cuenta Gratuita

o

Al continuar, aceptas nuestros Términos de uso, nuestra Política de privacidad y que tus datos se almacenan en los EE. UU.
Group

¿Entrenar a 2 o más personas?

Probar DataCamp for Business

Preferido por estudiantes en miles de empresas

Descripción del proyecto

Naïve Bees: Predict Species from Images

Can a machine distinguish between a honey bee and a bumble bee? Being able to identify bee species from images, while challenging, would allow researchers to more quickly and effectively collect field data. In this project, you will use the Python image library Pillow to load and manipulate image data, then build a model to identify honey bees and bumble bees given an image of these insects.This project is the second part of a series of projects that walk through working with image data, building classifiers using traditional techniques, and leveraging the power of deep learning for computer vision.Before taking this project, it will help to have completed Naïve Bees: Image Loading and Processing.

Naïve Bees: Predict Species from Images

Build a model that can automatically detect honey bees and bumble bees in images.
Iniciar Proyecto De Forma Gratuita
  • 1

    Import Python libraries

  • 2

    Display image of each bee type

  • 3

    Image manipulation with rgb2gray

  • 4

    Histogram of oriented gradients

  • 5

    Create image features and flatten into a single row

  • 6

    Loop over images to preprocess

  • 7

    Split into train and test sets

  • 8

    Scale training and test features

  • 9

    Perform PCA

  • 10

    10.Train and score our model

  • 11

    ROC curve + AUC

Únete a más 17 millones de estudiantes y empezar Naïve Bees: Predict Species from Images hoy

Crea Tu Cuenta Gratuita

o

Al continuar, aceptas nuestros Términos de uso, nuestra Política de privacidad y que tus datos se almacenan en los EE. UU.