Click here to Skip to main content
15,883,921 members
Everything / Fuzzy

Fuzzy

fuzzy

Great Reads

by roscler
Expanding the power and utility of the D&B API with artificial intelligence and natural language processing
by Denis Pashkov
Solve XOR problem using dynamic weights
by Dirk Bahle
Solving the Classification problem with ML.Net Version 0.2.
by Václav Slavíček
Integration of fuzzy OWL ontology modelling with .NET

Latest Articles

by Denis Pashkov
Solve XOR problem using dynamic weights
by AntonioLeonardo
How to execute inferences by fuzzy logic concept on Plain Old CLR Object
by Dirk Bahle
Solving the Classification problem with ML.Net Version 0.2.
by Søren Gullach
Fuzzy lib that have a GUI and uses Lagrange for member curve generating

All Articles

Sort by Score

Fuzzy 

31 Jul 2013 by roscler
Expanding the power and utility of the D&B API with artificial intelligence and natural language processing
15 Jan 2022 by Denis Pashkov
Solve XOR problem using dynamic weights
18 Nov 2014 by Sergey Alexandrovich Kryukov
Fuzzy look-up is a big interesting topic, and there is a whole field of mathematics, fuzzy logic, you need to understand at least in general: http://en.wikipedia.org/wiki/Fuzzy_logic[^].See also: http://en.wikipedia.org/wiki/Approximate_string_matching[^].Some food for...
11 Mar 2012 by Aniket Yadav
check this linkhttp://www.mathworks.in/help/toolbox/images/f18-12508.html[^]
6 Oct 2014 by Sergey Alexandrovich Kryukov
First of all, you need to decide how to represent "this extraction". As the belonging to the cluster is fuzzy, "degree of belonging" or each point to a cluster is some value between 0 to 1, "extraction" is not a fully defined operation.For example, you can 1) introduce some threshold...
19 Sep 2023 by Richard MacCutchan
The documentation at Amazon Kendra Features - Amazon Web Services[^] suggests it offers intelligent searching. You need to study it in detail.
19 Sep 2023 by Dave Kreskowiak
The problem isn't with Kendra. It's with your understanding of how it works and your expectations. There's plenty of areas that can cause your searches to fail to return expected results. This can be how you're indexing your documents, which...
11 Mar 2012 by Kazi Mostafa
I need guide on applying fuzzy mathematical morphology on images.Fuzzy Mathematical Morphology use concepts of fuzzy set theory. I am trying to explore Fuzzy MM approach in image processing. The values of a fuzzy set should be interpreted as degrees of membership and not as pixel...
24 Jul 2012 by farhad_dv
Hi,I am new in fuzzy ontology and have to use FuzzyDL which required installing Gurobi 4.6.1 program. After I installed the program and set the academic license and set the environment correctly, I see I am able to run the Gurobi shell. When I run the Fuzzy test file (to check the given test...
27 Feb 2013 by Rob Wik
Also, there might be an issue if you are using a version of fuzzyDL that only supports version 4.5 of Gurobi. If you have a newer version installed, for instance, Gurobi 5.0, it will also cause this error. This should, however, be solved in the new version released in 2013.
13 Apr 2014 by mojtaba akbari
Hi dear,I have one question about fuzzy system in forwoard and inverse kinmatice for three-joints robot arms. How can define membership function for inputs and outputs that when i enter angle as an input the output give me the exact coordinates of end effector? Thanks
6 Oct 2014 by Zeinab Shajirat
Hello, I look for the easiest way for extracting specific cluster of segmented image using fuzzy c means.For example I divided my gray image two 6 clusters, then I just want to keep 4th cluster of the image, and change other clusters to black color.Thank you in advance for providing the...
22 Nov 2014 by Member 10808329
I want to combine fuzzy system and neural network models.I mean that the output of neural network will be given as an input to the fuzzy system or the output of fuzzy system will be given to neural network but i don't know how i achieve this goal ? Is it possible or not? Please help me Tanx a lot
22 Nov 2014 by Peter Leow
Neuro-Fuzzy belongs to hybrid AI system where one AI technique is used to tune or learn the architecture for another, e.g. using NN to learn the membership functions and rule weights of a fuzzy system. It is too large a topic to be discussed in this quick answer forum. Read this: ANFIS: Adaptive...
5 Apr 2015 by Member 11506932
i am planing to do a project Obstacle Avoidance system using fuzzy logic. i refer below system. but i cant understand what are the limitations. please help me soon... Fuzzy Logic - Obstacle Avoidance - WPF[^]thank you.
14 Feb 2017 by Faran Saleem
Hello all,I am creating a program where i need to match similar names in order to get the results.Now the problem here is the names can be spelled differently or can be in different order.I am basically matching hotel names together and lets say for example,there is one hotel Mariott....
15 Feb 2017 by JonPoley3
It's a tough problem - because many of the examples you give are obvious for humans - but less so for machines. But here are some thoughts that may help:SELECT SoundEx( 'Mariott' ), SoundEx( 'Mariot' )gives the same results "M630". You need MDS installed (worth checking what you...
28 Jun 2018 by Dirk Bahle
Solving the Classification problem with ML.Net Version 0.2.
17 Mar 2012 by Václav Slavíček
Integration of fuzzy OWL ontology modelling with .NET
5 Aug 2020 by AntonioLeonardo
How to execute inferences by fuzzy logic concept on Plain Old CLR Object
26 Sep 2014 by Søren Gullach
Fuzzy lib that have a GUI and uses Lagrange for member curve generating
7 Oct 2014 by Zeinab Shajirat
"uv" contains unique values, "n" contains occurrences of each unique value.[uv,~,indx] = unique (fuzzy_img);n = accumarray(indx(:),1);
1 Mar 2016 by Member 12362805
// FuzzyLogic_TempCompare.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include const double cdMinimumTemp = -20.0f;const double cdMaximumTemp = 150.0f;using namespace std;class...
19 Sep 2023 by Apoorva666
I'm trying to build a semantic search engine for my production application. I tried building one from scratch. I did the tokenization, vectorization,... & other steps myself, but the whole process was consuming a lot of time. So I decided to use...
18 Jul 2014 by Member 8398228
I need the source code of FRECCA algorithm in any language. I implemented some of it, but it is not working properly. The implemented project is here in java-https://onedrive.live.com/?cid=9a23cd9d216bc283&id=9A23CD9D216BC283!210[^]FRECCA algorithm is in Code.java class. So, if anyone...
18 Nov 2014 by resaneh
hi to alli have a question a bout fuzzy in sqli used a ssis with business intelligencetwo sql tables as source and destination resourcewith fuzzy lookup and data view in destination linkand nowi want to know how to define fuzzy rules in fuzzy lookup transformthanks for your...
14 Feb 2017 by Peter Leow
Use LIKE (Transact-SQL)[^], e.g.WHERE hotelname LIKE '%Mariot%'