Skip to content

tentaclepurple/PY_ML_naive_bees2_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PY_ML_naive_bees2_practice

Naïve Bees: Predict Species from Images Build a model that can automatically detect honey bees and bumble bees in images.

11 tasks 6335 participants 1500 XP Project Description 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.

Project Tasks

  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.Train and score our model
  10. ROC curve + AUC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published