CNN for Wildlife Camera Traps
Build convolutional neural networks from scratch for wildlife camera trap image classification. This project covers the fundamentals of image-as-data, binary classification (animal vs. no animal), and multiclass species identification.
| Notebook | Topic | Description |
|---|---|---|
| 011 | Image as Data | Loading and preprocessing camera trap images, understanding image tensors |
| 013 | Binary Classification | Animal vs. no animal detection using CNN |
| 014 | Multiclass Classification | Species identification across multiple categories |
| Tool | Description |
|---|---|
load_proj1_info |
Get Project 1 information and available resources |
list_proj1_notebooks |
List available notebooks for image classification |