Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 900 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 900 Bytes

FERI-SymRec

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

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

Features

  • 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

Dependencies:

Resources