Skip to content

MerlinDEVILLARD/Digit-Recognition-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digit Recognition Model (HDRM)

by Khyk

Here's my first AI project. The initial idea was to create model which will be capable of recognize a handwritten digit out of a small grayscaled image, and without any module (like torch).

Note: I had this idea after watching a educational video. Please check it to fully understand the project and to give 1Blue3Brown some credit (Link) (His videos are awsome)

It was very interesting for me, hope you'll enjoy this as good as me. :)

Installation

  1. Clone the repository in your local space:
git clone git@github.com:MerlinDEVILLARD/Digit-Recognition-Model.git
  1. to the directory of the cloned project:
cd Digit_Recognition_Model
  1. Ensure you have installed the necessary dependencies before starting.
pip install .

Usage

Documentation

License

This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, subject to the following conditions:

The text of the license below must be included in all copies or substantial portions of the software. See the LICENSE file for more details.

About

A handwritten digit recognition AI model (HDRM) with fully-connected neural network. (w/ torch)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors