Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 563 Bytes

worm.project.matlab

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:

  1. importing data
  2. split into train and test sets
  3. augmentment the data
  4. load & modify the pretrained network
  5. train the network on trainset
  6. classify the test data
  7. 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