GithubHelp home page GithubHelp logo

soft-computing's Introduction

Soft-Computing

This project contains solutions for soft-computing subject labs.

##Task 0 Linear Neuron

Main purpose of this task was artificial neuron model implementation. Simple neuron is activated by identity function and is it trained using Delta principle. Task should prove that neural network is trained correctly for equation set with exactly one solution.

##Task 1 MADALINE Network

Objective of this exercise was to implement Multiple Adaptive Linear (MADALINE) network which is able to recognize letter patterns. Letters are implemented as arrays of 0 and 1 which corresponds respectively to white and black pixel. Each neuron has fixed weights which are not trained during network execution. Result of MADALINE network execution are neuron outputs. Neuron with highest output value which can be <0,1> is chosen as recognized letter. Package training_set_letters/letters.py contains patterns for letters wchich can be recognized.

##Task 2 Kohonen Network

Objective of this exercise was to implement Kohonen network which will be able to compress images. Implementation handles gray-scale images. Images should be squares and frame used to scan image have dimensions: 4x4, 8x8, 16x16. Such image array is encoded to list of tuples where elements are: (frame id, neuron_decoding). Using such object to as input to neural network it is possible to obtain compressed image.

##Task 3 Multilayer Perceptron

Objective of this exercise was to implement Perceptron consisting of 3 layers: input(copying), hidden, output. Method used to train network was backward propagation of error. Perceptron is supposed to recognize 4 vectors: [1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1].

soft-computing's People

Contributors

szymonlyszkowski avatar

Watchers

James Cloos avatar  avatar  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.