Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.949 Times

Fuzzy Sets freeware
Filter: All | Freeware | Demo
 

Fuzzy Sets

1 2 3 4 5 > 
Added: June 10, 2013 | Visits: 400

Fuzzy sets for Ada Fuzzy sets for Ada is a library providing implementations of confidence factors with the operations not, and, or, xor, +, and *, classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory, intuitionistic fuzzy sets with the operations on them, fuzzy logic...



Platforms: *nix

License: Freeware Size: 2.13 MB Download (43): Fuzzy sets for Ada Download

Added: July 21, 2013 | Visits: 446

type2_union_or_intersection This function shall be used to evaluate the union or intersection between fuzzy sets or fuzzy relation under type2 category.For a complete understanding Please refer book by Dr. Jerry M. Mendel on:Uncertain Rule-Based Fuzzy Logic Systems:Introduction and New Directions





Platforms: Matlab

License: Freeware Size: 10 KB Download (50): type2_union_or_intersection Download

Added: May 01, 2013 | Visits: 562

Neuro-fuzzy classifier It is known that there is no sufficient Matlab program about neuro-fuzzy classifiers. Generally, ANFIS is used as classifier. ANFIS is a function approximator program. But, the usage of ANFIS for classifications is unfavorable. For example, there are three classes, and labeled as 1, 2 and 3. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Neuro-fuzzy classifier Download

Added: August 19, 2013 | Visits: 543

Simple Fuzzy Control Demonstration This GUI demonstrates the use of fuzzy logic to control the steering of a car. Two sensors, one on each side of the car, detect the distances from the pavement, with which the "error" critereon is calculated. This, along with the change in error make the two inputs for our fuzzy system. The...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (43): Simple Fuzzy Control Demonstration Download

Added: April 12, 2010 | Visits: 954

AI::FuzzyLogic AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): AI::FuzzyLogic Download

Added: August 25, 2013 | Visits: 529

Functions for interval type-2 fuzzy logic systems This package contains the following files:example.m: Illustrates how to use the function IT2FLS.IT2FLS.m: Implements an interval type-2 fuzzy logic system.A Brief Tutorial on Interval Type-2 Fuzzy Sets and Systems.pdfRepresentation of an IT2 FS.pdfAll these files, and many other useful papers,...


Platforms: Matlab

License: Freeware Size: 2.79 MB Download (67): Functions for interval type-2 fuzzy logic systems Download

Added: August 02, 2013 | Visits: 638

Fuzzy Calculus Core (FC2ore) This package is created with the highly appreciated theoretical help and under the supervision of Prof. DSc. Ketty Peeva.Theoretical results and methods can be found in:1. B. De Baets, Analytical solution methods for fuzzy relational equations, in the series: Fundamentals of Fuzzy Sets, The...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Fuzzy Calculus Core (FC2ore) Download

Added: May 01, 2013 | Visits: 479

Fuzzy Logic Toolbox Add-On These files are obsolete. If you wish a more recent version download its from http://forja.rediris.es/frs/?group_id=644The methodology used for programing this utilities are described in the articles: * J.M. And?jar, A.J. Barrag?n, "A methodology to design stable nonlinear fuzzy control systems",...


Platforms: Matlab

License: Freeware Size: 665.6 KB Download (40): Fuzzy Logic Toolbox Add-On Download

Autonomous Navigational Control System for Non-holonomic Vehicless This provides a GUI to simulate navigation of a non-holonomic vehicle in from any location and orientation with the designated area to a fixed parking location. The controller is based on the use of Interval Type-2 Fuzzy Sets (FOU=[0 3 0]) which can be reduced to Type-1 Fuzzy Sets, if FOU is...


Platforms: Matlab


Released: March 04, 1998  |  Added: May 11, 2006 | Visits: 3.752

Fuzzy Symbolic Connectionist v(1.0) fSC-Net - Win Neural Net Fuzzy Pattern Recognition. Quick, hassle-free automatic construction of Neural Networks. Incremental learning. Support of fuzzy logic. Hybrid symbolicconnectionist representation. Complete graphical support of training and testing. Point and click recall of network...


Platforms: Windows

License: Freeware Size: 764 KB Download (1049): Fuzzy Symbolic Connectionist Download

Added: August 09, 2010 | Visits: 783

Locale::Maketext::Fuzzy Locale::Maketext::Fuzzy is a Perl module for Maketext from already interpolated strings. SYNOPSIS package MyApp::L10N; use base Locale::Maketext::Fuzzy; # instead of Locale::Maketext package MyApp::L10N::de; use base MyApp::L10N; our %Lexicon = ( # Exact match should always be preferred...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Locale::Maketext::Fuzzy Download

Added: June 26, 2010 | Visits: 1.008

Fuzzy adventure Fuzzy adventure is a fun 2D platform game. This is a fun 2D platform game I am working on. It is in alpha stage, so expect bugs and bad maps, etc. There is no story yet, but the general thought is that you play as a rabbit called fuzzy combating evil in some nice fantasy land. It is very...


Platforms: *nix

License: Freeware Download (100): Fuzzy adventure Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 527

Chess Sets A Screen Saver featuring great pictures of Chess Sets. Have a great look at this pics before you buy Chess Sets.


Platforms: Windows

License: Freeware Size: 1.87 MB Download (46): Chess Sets Download

Added: May 10, 2013 | Visits: 475

Grouping objects into disjoint sets This class provides a lightweight way to group arbitrary objects together into disjoint sets when a full-blown graph data structure would be overkill. Objects can be joined using .join(), tested for connectedness using joined(), and all disjoint sets can be retreived using get(). The objects...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Grouping objects into disjoint sets Download

Added: July 26, 2013 | Visits: 449

Fuzzy c-means segmentation This program illustrates the Fuzzy c-means segmentation of an image.This program converts an input image into two segments using Fuzzy k-means algorithm. The output is stored as "fuzzysegmented.jpg" in the current directory.This program can be generalised to get "n" segments from an image by...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Fuzzy c-means segmentation Download

Added: April 17, 2013 | Visits: 499

Fuzzy TYPE - 2 Comparison of Fuzzy Logic principles along with Fuzzy Type -2


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (59): Fuzzy TYPE - 2 Download

Added: June 20, 2013 | Visits: 583

GUI for fuzzy based Washing Machine Gui for washing Machine using fuzzy logic. this is a basic idea for Fuzzy system implementation.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): GUI for fuzzy based Washing Machine Download

Added: May 15, 2013 | Visits: 529

Fuzzy Relational Calculus Toolbox, Rel.(Scripts) The Fuzzy Relational Calculus Toolbox is companion software to the book Fuzzy Relational Calculus - Theory, Applications and Software (with CD-ROM) by Ketty Peeva & Yordan Kyosev, ISBN 981-256-076-9, Advances in Fuzzy Systems Applications and Theory - Vol. 22, World Scientific Publishing...


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (46): Fuzzy Relational Calculus Toolbox, Rel.(Scripts) Download

Added: May 08, 2013 | Visits: 459

Sugeno-Takagi-like fuzzy controller I have built the rules in simulink and not using the fuzzy logic toolbox.This controller is a two input one output fuzzy controllerThe first input is the error=x. The second input is the error_dot=y(time derivative of the error)The output of the fuzzy controller is the CHANGE in the control...


Platforms: Matlab

License: Freeware Size: 143.36 KB Download (45): Sugeno-Takagi-like fuzzy controller Download

Added: September 11, 2013 | Visits: 455

Fuzzy Controller of Semi-active control for 1/4 Suspension System 1) Std 2 in 1 out Fuzzy Controller ,2)semi-active suspension


Platforms: Matlab

License: Freeware Size: 276.48 KB Download (45): Fuzzy Controller of Semi-active control for 1/4 Suspension System Download

1 2 3 4 5 >