Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmohamedalie/dtm_deep_learning_euclid_dataset

Euclid Dataset
https://github.com/kmohamedalie/dtm_deep_learning_euclid_dataset

computer-vision convolutional-neural-networks deep-neural-networks geometry machine-learning mathematics

Last synced: 7 days ago
JSON representation

Euclid Dataset

Awesome Lists containing this project

README

        

# **Pattern recognition using CNN**
The Euclid dataset was created by Prof. Guido Borghi at the University of Bologna for pedagogical purpose, for trainig both computer and non-computer science students Machine and Deep Learning in the Digital Transformation Management degree. The entire dataset consist 8000 black&white images with size 224x224 and four(4) different category of geometrical shapes: rectangle, rhombus , square and triangle respectively.

**Complete Jupyter Notebook:** [Link](https://github.com/Kmohamedalie/DTM_Deep_learning_Euclid_dataset/blob/master/Euclid_Dataset_DL.ipynb)




Final output:



Validation accurary: 97.90%

Training time: 7m 16s

Resources: Google Colab Standard GPU

Model Architecture: 2Cov, 2MaxPool, Flatten, Dense, Final output



![image](https://user-images.githubusercontent.com/63104472/234478794-67bf1708-89d8-4d53-b143-6afc3d815e08.png)



Try the model yourself:


You can download the already trained model load it to your IDE and make prediction: