Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nvfp committed May 20, 2023
1 parent a491bef commit f85b9d7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Handwritten-Character-Recognition

This software was made to show the beauty of neural networks, visualizing the fully connected neural network diagram, and how it's being trained. Built from the ground up without any machine learning libraries.

![Demo gif](_imgs/demo.gif)

Let's take a closer look at the appearance of a fully connected neural network. This software visualizes dense neural network diagram, allowing us to watch the training process in real-time, and create-save-delete our own datasets. It offers full flexibility and customization options, with minimal dependencies, aiming to be as convenient as possible.
- What we can do
1. Create a new network
2. Create datasets
3. Train the model
4. Save the network and reopen it
5. View and delete our own datasets

- Customization
- Change the number of hidden layers
- Change the drawing pad resolution

- **The main visual interface**

Expand Down

0 comments on commit f85b9d7

Please sign in to comment.