Skip to content

This project aims to develop a Hybrid architecture of RNN and CNN to improve classification accuracy on an Image dataset. The Hybrid architecture had only 20% of trainable parameters compared to baseline CNN and rendered a classification accuracy of 86%.

Notifications You must be signed in to change notification settings

rsher60/Comaprision-of-CNN-with-Recurrent-ConvNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image-Classification-with-Deep-CNN-and-Recurrent-Convolution-Network-using-Keras

This work was submitted as my Final project for the course Applied Artificial Intelligence at North Carolina State University . The aim of this project was to compare the efficiency of Deep Convolution Neural Networks and Recurrent ConvNets(A combination of Recurrent Neural Network and Convolution Neural Network) in Image Classification when a Multi-View Images are passed as an Input to the respective architectures.

The data was provided by the courtesy of Data Intensive Manufacturing Environment ,NCSU.The Data source is a Public CAD repository which contains CAD models of Manufacturing parts , Assemblies developed by academic researchers in the field of Advanced Manufacturing . The data used for this project was of the Categorised Parts which contained multi-view images of Manufacturing Parts(ex. bearings , bolts , Nuts , bushings etc.).

Prerequisites

The project was completed using Google Colab.The following packages were used in the project : -scikit learn -Keras -Numpy -pandas -mpl_toolkits -matplotlib -glob

About

This project aims to develop a Hybrid architecture of RNN and CNN to improve classification accuracy on an Image dataset. The Hybrid architecture had only 20% of trainable parameters compared to baseline CNN and rendered a classification accuracy of 86%.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published