Giter VIP home page Giter VIP logo

multilayer_perceptron's Introduction

Multilayer Perceptron v1.0

The "Multilayer Perceptron" is a modern app written in C++. The application represents a simple artificial neural network in the form of a perceptron, which can be trained on an open dataset and perform recognition of 26 handwritten letters of the Latin alphabet.

Program launch options

make run

Features

  • GUI implementation, based on QT6

    MLP GUI Screenshot

  • Load train and test datasets from a csv file.

  • Choose the network topology with 2-5 hidden layers.

  • Training with using the backpropagation method and sigmoid activation.

  • Matrix form: all layers are represented as weight matrices.

  • Graph form: each neuron is represented as some node object connected to other nodes by refs.

  • Perform experiments on a selected portion of the test sample, defined by a floating-point number ranging from 0 to 1.

  • Load BMP images (image size can be up to 512x512) with Latin letters and classify them.

  • Draw two-color square images by hand and classify them.

  • Real-time training process for a user-defined number of epochs with displaying the error values for each training epoch.

  • Run the training process using cross-validation for a given number of groups k.

  • Save to a file and load weights of perceptron from a file.

    MLP Recognition Screecast

License

Copyright (c). All rights reserved.

multilayer_perceptron's People

Watchers

 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.