Coder Social home page Coder Social logo

arielxl / fuzzy-inference Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 59 KB

Implementación de un Sistema de Inferencia Difusa para el problema de las colas de un determinado producto. Para su solución se utilizan varios métodos de agregación (Takagi Sugeno Kang y Tsukamoto), varios metodos de desdifusificación (Centroide, Bisección, entre otros) y varias funciones de pertenencia (Triangular, Trapezoidales y Gausiana).

License: MIT License

Python 94.93% Makefile 5.07%
fuzzy-inference fuzzy-logic python3 bisection-method centroid takagi-sugeno-kang tsukamoto

fuzzy-inference's Introduction

Lógica Difusa

Sobre el autor

Nombre y Apellidos Grupo Correo GitHub
Ariel Plasencia Díaz C-412 [email protected] ArielXL

Sobre la implementación

La implementación se encuentra totalmente en python. Es recomendable tener conocimientos avanzados de este lenguaje de programación para un mejor y mayor entendimiento de las implementaciones propuestas.

Para instalar todas las dependencias usadas escriba las siguientes líneas:

cd src/
make install

Sobre la ejecución

Para la ejecución, escriba las siguientes líneas en una terminal abierta en este directorio:

cd src/
python main.py

Además, proveemos un makefile, el cual, nos ofrece una mayor interacción con nuestro proyecto. A continuación, mostramos sus funcionalidades.

main                           Compiling the project :)
run                            Run the project ;)
info                           Display project description
version                        Show the project version
install                        Install the project dependencies
help                           Show this help

fuzzy-inference's People

Contributors

arielxl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

fuzzy-inference's Issues

TSK error

run fuzzy_model = FuzzyModel(aggregation='TSK', defuzzy='lom')

fuzzy-inference-master\src\fuzzy\fuzzy_model.py", line 85, in takagi_sugeno_kang
numerator += rule[1](*tupla)
TypeError: 'str' object is not callable

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.