Git Product home page Git Product logo

skyradez / handwriting-recognition-with-deep-convolutional-neural-network-ann-qualification-2023 Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 145 KB

Handwriting Recognition with Deep Convolutional Neural Network (DCNN)

License: MIT License

Python 100.00%
artificial-intelligence artificial-neural-networks convolutional-neural-networks dcnn deep-convolutional-neural-networks deep-learning handwriting-recognition mnist mnist-dataset

handwriting-recognition-with-deep-convolutional-neural-network-ann-qualification-2023's Introduction

Handwriting Recognition with Deep Convolutional Neural Network (DCNN)

  1. What kind of architecture do you use and describe your reason(s) for choosing the architecture?

Answer: The architecture I use is the Deep Convolutional Neural Network (DCNN). I use DCNN because its purpose is to classify images from the MNIST dataset, which contains handwritten digit images. DCNN is one of the most effective types of neural networks in processing visual data such as images, and is widely used in computer vision tasks such as image classification, object detection, and segmentation.

  1. What kind of dataset do you use? Based on your analysis, please describe the features in the dataset.

The dataset I use is MNIST, which contains handwritten digit images. Each image in the MNIST dataset has a size of 28 x 28 pixels, so each image is represented as a 1D vector with 784 features. Each pixel in the image is represented as a grayscale value between 0 and 255. The MNIST dataset has 10 classes, each representing a digit from 0 to 9. The goal of the image classification task performed in the code above is to predict the digit appearing in the image, using the DCNN model that has been trained on the training data.

  1. Based on your analysis, what kind of data can be chosen as a target? Why do you use it as the target?

The target data that can be chosen for the MNIST dataset is the class label of each digit image. This is because the goal of the MNIST dataset is to perform image classification of digits, making the class label a suitable target to measure the accuracy of the classification model. The class label has discrete values from 0 to 9, representing the digit shown in the image, making it possible to perform multi-class classification using machine learning or deep learning models. Additionally, the class labels are already provided in the MNIST dataset, so there is no need to perform label encoding or manual target label creation.

How does the Deep Convolutional Neural Network (DCNN) architecture work?

Result:

handwriting-recognition-with-deep-convolutional-neural-network-ann-qualification-2023's People

Contributors

skyradez avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.