Recently I’ve been testing *Claude 3.5 Sonnnet’s* capabilities to assist with writing code for ML experiments.
The task was simple. Claude was asked to do the following:
1) Load an image dataset from a local path using the *datasets* library.
2) Create an embedding signature of the dataset using the fastai library.