GithubHelp home page GithubHelp logo

ludwigandreas / simplemlp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 4.05 MB

Implementation of a basic multilayer perceptron using C++ without any external libraries. Qt framework is used for GUI, project is written according to MVC design pattern. The project is a part of the School 21 curriculum.

License: Other

C++ 91.27% CMake 3.49% Makefile 2.34% Shell 0.23% TeX 2.68%

simplemlp's Introduction

Multi Layer Perceptron
Logo

Implementation of a basic multilayer perceptron using C++ without any external libraries. Qt framework is used for GUI, project is written according to MVC design pattern. The project is a part of the School 21 curriculum.

Table of Contents

About

This project is a basic implementation of a multilayer perceptron. It allows to train and test the model on a given dataset. The project is written in C++ without any external libraries. The GUI is implemented using the Qt framework. The project is written according to the MVC design pattern.

Features

  • Learning on given training dataset using cross-validation
  • Testing trained model with built-in drawing field or by importing pre-drawn image
  • Configure model properties for training such as:
    • Perceptron implementation type
      • Matrix
      • Graph
    • Number of hidden layers
    • Number of neurons (units) per hidden layer
    • Learning rate
    • Activation Function
      • Sigmoid
      • Leaky ReLU
      • Linear
      • Bipolar Sigmoid
  • Import pretrained model
  • Testing trained model on testing dataset

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

cmake >= 3.10
gcc >= 7.5.0
Qt >= 6.5.0
sudo apt-get install cmake
sudo apt-get install gcc
sudo apt-get install qt6-base-dev

Installing

A step by step series of examples that tell you how to get a development env running.

Clone the repository.

git clone

cd MonitoringSystem

Run the Makefile with the following command:

make install

Running the tests

Explain how to run the automated tests for this system.

make test

Usage

To run the project, execute the following command:

./SimpleMLP

Built Using

Authors

This project was developed by:

drawing LudwigAndreas
drawing AndrefHub

Acknowledgements

License

This project is licensed under the School 21 License - see the LICENSE file for details.

simplemlp's People

Contributors

ludwigandreas avatar andrefhub avatar

Watchers

 avatar

Forkers

andrefhub

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.