# Datasets for Cornell Data Science - MathSearch. | |
### Training VGG | |
`training.zip` contains the image dataset for training the Siamese VGG-16 neural networks. | |
`paths_output.csv` is a csv file that contains the paths to two images, and a binary output 1 if the images are the same and 0 if the images are not. | |
### Training Yolov5 | |
The images and labeled coordinates can be found in the `equations_dataset` folder. |