Skip to content

In this project, we have used Convolutional Neural Network as much as we can. we'll explain

License

Notifications You must be signed in to change notification settings

metinhasimi22/CNN_wtih_Mnist_Turkish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN with MNIST Turkish

In this project, we have used a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. This dataset is widely used for training various image processing systems.

CNN Architecture

türkçe olarak cnn modelini mnist ile güzel bir şekilde anlatmaya çalıştım umarım beğenirsini :) (kısaca)

Overview

  • Objective: Build a CNN model to accurately classify handwritten digits in Turkish.
  • Dataset: The MNIST dataset contains 60,000 training images and 10,000 testing images of handwritten digits.
  • Model Architecture: The CNN architecture includes multiple convolutional layers, pooling layers, and fully connected layers to enhance the feature extraction process.
  • Results: The model achieved high accuracy, demonstrating the effectiveness of CNNs in image classification tasks.

Installation

To run this project, you will need the following libraries:

  • TensorFlow
  • Keras
  • NumPy
  • Matplotlib
  • OpenCV

Usage

  1. Clone the repository:
    git clone https://github.com/yourusername/CNN_with_MNIST_Turkish.git
    

About

In this project, we have used Convolutional Neural Network as much as we can. we'll explain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published