Skip to content

Commit

Permalink
Expand README.md, Move Reset button to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 3, 2019
1 parent 472bb3a commit 1fca382
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

Symbol Recognition application using Multi-Layer Neural Networks at Artificial Intelligence (slo. Umetna Inteligenca).

Implements neural network training with backpropagation and symbol recognition.
Implements neural network with backpropagation for free drawn symbol (character) recognition.

### Features

- Symbol Training
- Backpropagation
- Symbol Recognition
- Flexible Multi-Layer Neural Network
- Custom Layers
- Activation Functions
- Weight
- Bias
- Mean Square Error
- Parameters
- Symbol Points (Vectorization)
- Hidden Neurons
- Learning Rate
- Maximum Epochs
- Minimal Error
- Free Draw Input

### Setup

Expand Down
14 changes: 7 additions & 7 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,6 @@
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="pushButtonReset">
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
Expand All @@ -242,6 +235,13 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButtonReset">
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="statusNetwork">
<property name="sizePolicy">
Expand Down

0 comments on commit 1fca382

Please sign in to comment.