This project is focused on building a deep learning model, which could predict if the worms in the image are dead or alive.
Project workflow:
- importing data
- split into train and test sets
- augmentment the data
- load & modify the pretrained network
- train the network on trainset
- classify the test data
- analyze the performance
To use the code:
Import the required data
Create a table from wormdata.csv
Then you can copy the code and paste it in the command window