Skip to content

A CNN-based image classifier built with TensorFlow and Keras

Notifications You must be signed in to change notification settings

taygumus/cnn-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CNN Image Classifier

This repository contains a Convolutional Neural Network (CNN) aimed at classifying images into predefined categories. The project is carried out for academic purposes for the master's course in Artificial Neural Networks and Deep Learning.

Features

  • Data Preparation: Loading and preprocessing images from a dataset.

  • Model Architecture: Building a CNN using TensorFlow and Keras.

  • Training: Training the model with appropriate callbacks for checkpoints and early stopping.

  • Evaluation: Evaluating model performance on validation data.

  • Prediction: Generating predictions on test data and saving results to a CSV file.