Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
added code to evaluate and print confusion matrix for labelled test data
7a01c6aView on GitHubadded transfer learning notebook: using VGG16's convulation layers for feature extraction and then training dense layers to classify chart image based on those extracted features
a52efffView on GitHubadded code to run notebook in Colab to utilize GPU provided in Colab. Also tried dropouts to reduce overfitting of the model.
9f445baView on GitHubadded notebook which uses a two CNN layer NN to classify chart images
ed7a3feView on GitHubadded dataset and csv files containing training and validation image filenames
2302c3eView on GitHubadded 'image_filename' column in train and val csv files
942afe9View on GitHub