Coder Social home page Coder Social logo

ether-yitsewu / intelligent-systems Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 1.0 85.43 MB

There are three intelligent system projects, including evolutionary computation, fuzzy system and backpropagation neural networks

MATLAB 98.44% M 1.56%
backpropagation-neural-network intelligent-systems fuzzy-logic evolutionary-algorithms microwave-oven neural-network

intelligent-systems's Introduction

Intelligent-Systems

Overview

A NTOU-NCE Master's course. There are three projects which use three different intelligent system theories, including fuzzy theory, evolutionary algorithm and backpropagation neural networks. These projects are not completed by Matlab toolbox, instead, by my own programming skill.

Mind Map

Course Content

  • Fuzzy theory
  • Evolutionary algorithm
  • Backpropagation neural networks (BPNN)
  • Mixed systems

Project 01 : Fuzzy theory

  • Goal :
    Complete fuzzy control of a microwave oven. This microwave oven has interesting features. The sensors which mounted on this microwave oven can detect temp and weight. Using fuzzy theory, it can automatically compute, get the moderate power and operation time, and heat the food according to the calculation results. These features can reduce the time when we use it to heat food. We just push a button, and the food would be heated correctly. According to the fuzzy rules and membership functions, using COG to defuzzy, and depending on the defuzzification, plot two charts.
  • Fuzzy Rules :
    R^1: If temp is low and weight is heavy. Then op-time is long and power is high.
    R^2: If temp is low and weight is medium. Then op-time is medium and power is high.
    R^3: If temp is low and weight is light. Then op-time is short and power is high.
    R^4: If temp is medium and weight is heavy. Then op-time is long and power is medium.
    R^5: If temp is medium and weight is medium. Then op-time is medium and power is medium.
    R^6: If temp is medium and weight is light. Then op-time is short and power is medium.
    R^7: If temp is high and weight is heavy. Then op-time is long and power is low.
    R^8: If temp is high and weight is medium. Then op-time is medium and power is low.
    R^9: If temp is high and weight is light. Then op-time is short and power is low.
  • Result :

Project 02 : Evolutionary algorithm

  • Goal :
    A function : f(x) = -15*sin^2⁡(2x)-(x-2)^2+160. Find the x such that f(x) is global maximum instead of local maximum. The x domain is from minus ten to plus ten. Set up the population sizes are 10, cross over rate is 0.8, and mutation rate is 0.01. In addition, the population precision is 10 bits when using binary code genetic algorithm.
  • Function of this Problem :
  • Result :

Project 03 : Backpropagation neural networks (BPNN)

  • Goal :
    A function is f(x, y) = 5*sin(πx^2 )*sin(2πy)+1. The value of x and y are between -0.8 and 0.7. According to the coordinate points of this function, use backpropagation neural network to train an approximate nonlinear function model.
  • Function of this Problem :
  • Result :

intelligent-systems's People

Contributors

ether-yitsewu avatar

Stargazers

 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.