Fuzzy Logic - Computerphile

preview_player
Показать описание
Real life isn't as simple as true or false - Fuzzy logic allows you to have degrees of truth, meaning computer programmes can deal with more diverse situations.

Kernel Panic: Coming Soon!

This video was filmed and edited by Sean Riley.

Рекомендации по теме
Комментарии
Автор

"Temperature doesn't just go from hot to cold"

Obviously you've never used a shower.

jfb-
Автор

The temperature of this water is true.

Kreechursl
Автор

I've tried many times to explain fuzzy logic to my (laymen) friends, ironically with varying degrees of success. I think from now on I'll refer them to this video. Well done, thanks.

CraftAero
Автор

I think this may have been better described with an example a bit more tangible, like colors. A good example of fuzzy logic is determining if a color is similar to another. First you break down into the three RGB values, then you have to make sure no individual color is too different by comparing the difference, then you have to take the total differences in all three colors and make sure IT is not too large. :)

rich
Автор

I'm about 0.3 watching this video, doing work at the same time

zeddash
Автор

Good to hear you mention uncertainties there at the end -- such an important consideration.  On a different point, I've always believed it somewhat insightful to think about its (fuzzy logic's) semantic contrast (and even its relation) to a probability concept, such as Bayesian inference (essentially, degrees of truth on the one hand, and prediction on the other).

bitmaxim
Автор

"Fuzzify" should be word of the year.

TheMaplestrip
Автор

Thanks for a new video that leaves me more confused on the subject than I was before!

illustriouschin
Автор

It sounds like the fizzy set is a percentage of the input in a given range of values. This would allow the rules to be relative and changing the range of the set fundamentally changes the operation of  the entire program and its outputs. Genious! Bravo.

willhendrix
Автор

They neglected to mention that fuzzy logic is far more efficient, robust and reliable than non-fuzzy logic control systems.

RGVZGM
Автор

I love all the different paradigms and sub-paradigms in software design!

MartinFracker
Автор

Always a pleasure to have an explanation from Joe, and an interesting topic to boot.

GildedWildebeest
Автор

is Zadeh the same guy who also came up with Z-transform and Z numbers?

ignatei
Автор

As one of the mathy sorts of people, I found this very stimulating - the speaker in this video did a very good job. Cheers!

joelscott
Автор

I love your interpretation of fuzzy logic.
Its very clear.
Please can you do a video showing how this would work if we were to use fuzzy logic to determine peoples risk bearing level

nikeonik
Автор

The explanation is very clear. No trifling things!

saumya
Автор

The founder of this logic is from my country Azerbaijan. We are so proud of him

orkhanahmadov
Автор

I would have liked to see what that actually looks like as code.

Eschen_
Автор

If you were coding this, wouldn't you have to explicitly define every member of a set? For instance if you had a set of pets, but you forgot a parakeet. Your member function would then return that a parakeet is not a pet (or 0.0 petness). How do you get around this? Do you have to use some form of machine learning like he said at 3:30?

joshuajurgensmeier
Автор

Thanks for explaining! I always wondered what this fuzzy logic, that my high-end Japanese rice cooker has, was exactly.

DrussNL