File size: 1,208 Bytes
278b995
 
 
 
 
25cb75b
278b995
25cb75b
278b995
25cb75b
278b995
25cb75b
 
 
278b995
25cb75b
278b995
c06e300
 
278b995
9ab0c13
278b995
4371bfc
 
278b995
25cb75b
 
 
7e349c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
tags:
- fastai
---

# Identify This Insect

## Model description

This is a model used to differentiate between three types of insects:

- Millipede
- Centipede
- Caterpillar

It was created as part of the end-to-end Deep Learning Project learning process.

The model is a pretrained `convnext_tiny_in22k` from the [timm library](https://github.com/rwightman/pytorch-image-models) fine-tuned on the new dataset.

## Intended uses & limitations
This model was trained on roughly 150 pictures of each category and performed well. However, it was not vigorously tested and so may perform badly on some edge cases images and may contain bias e.g. when training, I noticed that most images of caterpillars were next to leaves and plantation, so it may have learned to associate that environment with a caterpillar.

If you notice any weird behavior, leave a comment on the `Community Tab`.

## Training and evaluation data

I scrapped the internet for pictures of the three categories to train this model. Duckduckgo was used. 

To learn how the model was trained, read [this notebook](https://github.com/jimmiemunyi/deeplearning-experiments/blob/main/notebooks/Centipede_vs_Millipede_vs_Caterpillar.ipynb).