fuzzy-logic Questions

3

Solved

Background I have 2 data frames which has no common key to which I can merge them. Both df have a column that contains "entity name". One df contains 8000+ entities and the other close to 2000 ent...
Lili asked 10/9, 2018 at 11:11

1

Solved

I am trying to read in a Fuzzy plain text rule and pass the parameters to a SciKit-Fuzzy function call to create fuzzy rules. For example, if I read in this text rule: IF service IS poor OR food IS...
Creodont asked 16/8, 2020 at 20:44

1

Solved

How can I measure the degree to which names are similar in r? In other words, the degree to which a fuzzy match can be made. For example, I am working with a data frame that looks like this: Name.1...
Lapoint asked 12/7, 2020 at 8:0

1

Solved

I am using python fuzzywuzzy on an enterprise level to match 2 strings. It works fine in most of the cases but giving unexpected results in the below mentioned scenario: fuzz.partial_ratio('ja rul...
Afroasian asked 13/12, 2018 at 5:37

4

Let me explain. I have to do some fuzzy matching for a company, so ATM I use a levenshtein distance calculator, and then calculate the percentage of similarity between the two terms. If the terms ...
Rogue asked 5/7, 2012 at 13:10

4

Solved

I have two sets of data. Existing customers and potential customers. My main objective is to figure out if any of the potential customers are already existing customers. However, the naming conve...
Arruda asked 31/8, 2016 at 13:35

1

Solved

I’m trying to do a fuzzy logic join in R between two datasets: first data set has the name of a location and a column called config second data set has the name of a location and two additional a...
Wilburn asked 4/6, 2017 at 23:36

3

Does anyone know how one could access fuzzy logic from javascript? I have a good fuzzy library in Java and C++, but I wanted something I could run from HTML5/javascript.
Retrieve asked 30/7, 2011 at 21:23

1

My team has been stuck with running a fuzzy logic algorithm on a two large datasets. The first (subset) is about 180K rows contains names, addresses, and emails for the people that we need to match...

3

I have 2,500,000 product names and I want to try and group them together, i.e. find products that have similar names. For example, I could have three products: Heinz Baked Beans 400g; Hz Bkd Bean...
Preconceive asked 20/9, 2013 at 12:6

1

Solved

Suppose I have a list:- person_name = ['zakesh', 'oldman LLC', 'bikash', 'goldman LLC', 'zikash','rakesh'] I am trying to group the list in such a way so the Levenshtein distance between two str...

4

Solved

There is already a multi key dict in python and also a multivalued dict. I needed a python dictionary which is both: example: # probabilistically fetch any one of baloon, toy or car d['red','blue...

1

Solved

I made a fuzzy template that will represent a student's knowledge in a certain domain. Problem is that upon declaring a student John as low, he will also be declared as med because low students are...
Erigeron asked 24/4, 2014 at 10:31

3

Solved

I'm developing an application which must be able to find & merge duplicates in a Hundreds of thousands of contact information stored in sql server DB. I have to compare all the columns in the t...
Louise asked 4/10, 2013 at 11:54

11

Solved

I'm working with a couple of AI algorithms at school and I find people use the words Fuzzy Logic to explain any situation that they can solve with a couple of cases. When I go back to the books I j...
Cockleboat asked 30/12, 2008 at 6:5

4

Solved

Let's assume we have a table of People (name, surname, address, SSN, etc). We want to find all rows that are "very similar" to specified person A. I would like to implement some kind of fuzzy lo...
Cain asked 3/4, 2013 at 23:12

0

I'm searching for a good fuzzy library in Python but the ones that I'm finding are not being maintained and doesn't seem to add everything I need to create a Fuzzy system. These are the ones...
Candycandyce asked 4/1, 2013 at 13:24

2

Solved

I'm trying to calculate the similarity (read: Levenshtein distance) of two images, using Python 2.6 and PIL. I plan to us e the python-levenshtein library for fast comparison. Main question: Wha...

1

Solved

I'm using fuzzy matching in my project mainly to find misspellings and different spellings of the same names. I need to exactly understand how the fuzzy matching of elastic search works and how it ...

2

I need to implement some kind of this: string textToSearch = "Extreme Golf: The Showdown"; string textToSearchFor = "Golf Extreme Showdown"; int fuzzyMatchScoreThreshold = 80; // One a 0 to 100 sc...
Sweatband asked 3/11, 2010 at 11:11

1

Solved

I remember reading a book about fuzzy logic and how it was being used in devices like washing machines. I haven't yet encountered a concrete example of this in code though. Do you know of any?
Tributary asked 1/2, 2011 at 15:34

2

Solved

I know it might sound strange but I would like to know one thing in this new world where Microsoft Visual F# is getting into. There are many application of this language, I am going to learn, regar...
Grangerize asked 29/11, 2010 at 0:17

6

Solved

I'm looking at implementing a fuzzy logic controller based on either PyFuzzy (Python) or FFLL (C++) libraries. I'd prefer to work with python but am unsure if the performance will be acceptable in...
Dehaven asked 30/9, 2009 at 13:32
1

© 2022 - 2024 — McMap. All rights reserved.