Skip to content

ak811/kcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Convolutional Neural Networks for Image Classification

MNIST and CIFAR-10


Overview

This project aims to train a CNN model to classify images using the MNIST and CIFAR-10 datasets. The MNIST dataset contains handwritten digits and CIFAR-10 contains images of 10 different classes such as airplanes, cars, and birds. The model will use convolutional layers, which are particularly effective in image classification tasks, to extract features from the images and it will be trained using techniques such as backpropagation and gradient descent to adjust the weights and biases of the network. The goal of the project is to achieve high accuracy on the image classification task using the MNIST and CIFAR-10 datasets with a CNN model.


Getting Started

1. Fork and clone the repository:

* git clone git://github.com/ak811/kcnn.git

2. Import the project via any Python IDEs:

$ pip install tensorflow
$ pip install scikit-learn
$ pip install keras
$ pip install matplotlib

3. You're ready to go!

* The documentation will be provided soon.

Releases

No releases published

Packages

 
 
 

Contributors

Languages