Fuzzy Logic - Computerphile

Поділитися
Вставка
  • Опубліковано 1 гру 2024
  • 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.
    Home Made Z80 Retro Computer: • Home-Made Z80 Retro Co...
    Kernel Panic: Coming Soon!
    / computerphile
    / computer_phile
    This video was filmed and edited by Sean Riley.
    Computer Science at the University of Nottingham: bit.ly/nottscom...
    Computerphile is a sister project to Brady Haran's Numberphile. See the full list of Brady's video projects at: bit.ly/bradycha...

КОМЕНТАРІ •

  • @jfb-
    @jfb- 10 років тому +845

    "Temperature doesn't just go from hot to cold"
    Obviously you've never used a shower.

    • @t7H2si0vß2
      @t7H2si0vß2 9 років тому +31

      haha much true human, that statement is so much correct that you just said.

    • @UnordEntertainment
      @UnordEntertainment 9 років тому +66

      ^ I think it's trying to communicate. What should we do?

    • @arcuesfanatic
      @arcuesfanatic 9 років тому +2

      jfb-1337 Nor has he ever been in Oklahoma.

    • @russellthayer3185
      @russellthayer3185 7 років тому +5

      More like, he's never used a shower at a remodeled Motel 6!

    • @chychywoohoo
      @chychywoohoo 6 років тому

      really? so when you change the temperature of your shower it instantly reaches its final temperature?

  • @Kreechursl
    @Kreechursl 9 років тому +217

    The temperature of this water is true.

    • @alhasan4578
      @alhasan4578 3 роки тому +1

      If the temp of water is 50 , so you have to say is it true or not , so youre wrong by sarcasting the term.

    • @viceconsulimhotepienenobed1573
      @viceconsulimhotepienenobed1573 2 роки тому +2

      As a perfectly normal human, I realy like drinking perfectly true water, as any normal human

    • @Triantalex
      @Triantalex 2 місяці тому

      ??

  • @rich1051414
    @rich1051414 10 років тому +68

    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. :)

    • @mirabilis
      @mirabilis 10 років тому +11

      diff = sqrt(r_diff^2 + g_diff^2 + b_diff^2)
      ...
      ;-)

    • @jna_sh
      @jna_sh 10 років тому +2

      That is a good example! Thanks :)

    • @Twitchi
      @Twitchi 10 років тому +1

      more tangible than showing or washing clothes.. I think it's time you thanked the woman in your life

    • @Martial-Mat
      @Martial-Mat 10 років тому +6

      I thought his example was perfectly understandable. All you did was complicate the variables. Everyone can relate to temperature and dirt, whereas RGB values are far more esoteric.

    • @rich1051414
      @rich1051414 10 років тому

      Mat Broomfield Well, the complication of variables was the point. 'Fuzzy logic' is inherently complicated and esoteric.

  • @CraftAero
    @CraftAero 9 років тому +21

    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.

  • @zeddash
    @zeddash 9 років тому +126

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

    • @JohnBargman
      @JohnBargman 8 років тому

      +Koya
      (MyState==YourState) True

    • @Salafrance
      @Salafrance 8 років тому +2

      +John von Horn Also, try not to diffract too much when you walk out the door.

    • @dexterdev
      @dexterdev 8 років тому +1

      +Fin Koya me too

    • @Triantalex
      @Triantalex 2 місяці тому

      ok?

    • @zeddash
      @zeddash 2 місяці тому

      @@Triantalex It was 8 years ago but I assume what I said made sense

  • @pontian_videos
    @pontian_videos 10 років тому +121

    Only A Sith Deals In Absolutes

    • @FerroNeoBoron
      @FerroNeoBoron 10 років тому +12

      I love the hypocrisy of that quote.

    • @ElectricityTaster
      @ElectricityTaster 9 років тому +1

      Ferroneoboron san Hypocrisy? what if Hlias is a Sith?

    • @FerroNeoBoron
      @FerroNeoBoron 9 років тому +1

      agun17
      I'm pretty sure the original use of the quote imparted a negative connotation on being a Sith.

    • @ElectricityTaster
      @ElectricityTaster 9 років тому +2

      Ferroneoboron san
      Exactly, a con-notation. YOU FOOLS!

    • @NathanTAK
      @NathanTAK 7 років тому

      +Ferroneoboron Yeah, but it doesn't work if you're already a Sith, because negatives and positives are the same!

  • @TheMaplestrip
    @TheMaplestrip 9 років тому +31

    "Fuzzify" should be word of the year.

    • @MrPersistent16
      @MrPersistent16 9 років тому +1

      +MapIestrip Maple sounds like a spell from Harry Potter. *raises wond* FUZZIFY!

    • @morgengabe1
      @morgengabe1 7 років тому

      It's been a year and I'm sad to say it probably hasn't been.

    • @Triantalex
      @Triantalex 2 місяці тому

      false.

  • @NeilRieck
    @NeilRieck 10 років тому +28

    Fuzzy Logic: robotics and A.I. will be impossible without it. (eg. even when I park my car, I don't know the exact distance between my car and the wall; I just know "the distance is good enough")

  • @willhendrix86
    @willhendrix86 10 років тому

    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.

  • @illustriouschin
    @illustriouschin 10 років тому +2

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

  • @bitmaxim
    @bitmaxim 10 років тому +4

    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).

  • @ignatei
    @ignatei 10 років тому +6

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

  • @RGVZGM
    @RGVZGM 9 років тому +4

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

    • @error.418
      @error.418 9 років тому +4

      Frank Flores He mentions that towards the end

    • @navjotsingh2251
      @navjotsingh2251 5 років тому

      By non fuzzy logic do you mean like propositional logic?

  • @orkhanahmadov9963
    @orkhanahmadov9963 5 років тому +2

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

  • @Eschen_
    @Eschen_ 10 років тому +32

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

    • @vitalnutrients744
      @vitalnutrients744 5 років тому +3

      RandInt(x)

    • @navjotsingh2251
      @navjotsingh2251 5 років тому +5

      Look at matlab fuzzy toolbox for how to code using fuzzy logic and fuzzy inference.

  • @trudyandgeorge
    @trudyandgeorge 10 років тому +6

    Great vid. Thanks again Brady.

    • @Computerphile
      @Computerphile  10 років тому +16

      George Edwards thanks for watching (BTW, my mate Sean makes most of the Computerphile videos, so kudos to him and all the cool experts!!!) >Brady

  • @MartinFracker
    @MartinFracker 10 років тому

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

  • @henlow1
    @henlow1 7 років тому +1

    I would like to see 'Dizzy Logic' where computers support repeat processes based on true events. Eg. If you are changing multiple file names the os would anticpate the process based on the processes that have previously taken place. Or if you copied files into a folder it would rename and sort files into subfolders based on file formats and gives all files and folders a relationship - certainly help keep file structures organised.

  • @xanokothe
    @xanokothe 10 років тому +64

    These 3d animations are really good!

    • @Martial-Mat
      @Martial-Mat 10 років тому +23

      Funny, I was thinking the exact opposite.

    • @Kinetik07
      @Kinetik07 10 років тому +27

      Mat Broomfield
      And I was thinking somewhere in between.

    • @racheb93
      @racheb93 10 років тому +44

      I think they're 0.8 good.

    • @xanokothe
      @xanokothe 10 років тому +1

      seriously guys? the animation is very good, imagine that they were made a youtube video which has 10 min, probably in les then 3 days

    •  10 років тому

      are you guys exemplifying fuzzy logic???

  • @GildedWildebeest
    @GildedWildebeest 10 років тому

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

  • @IVEXUS
    @IVEXUS 10 років тому +5

    Hmmm... I would have explained fuzzy logic exactly the other way round. You have a continuous rang of values, but modelling your systems with these values is too complicated. So, you limit your values to a discrete set, such as very hot, hot, warm, medium, cold, and very cold, instead of a centigrade value. Then your washing machine can easily use them for its calculations!?

  • @RaniLink
    @RaniLink 5 років тому

    9 minuets + a coherent example...
    it took my Tel-Aviv University Professor 3 hours to say the same thing in a confusing and frustrating way
    thanks for this vid :)

  • @DrussNL
    @DrussNL 10 років тому +2

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

  • @nikeonik8126
    @nikeonik8126 9 місяців тому

    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

  • @saumya8149
    @saumya8149 6 років тому

    The explanation is very clear. No trifling things!

  • @joelscott7903
    @joelscott7903 10 років тому

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

    • @navjotsingh2251
      @navjotsingh2251 5 років тому

      As one of the logic/algorithmy people I also love this haha.

  • @mbplove
    @mbplove 10 років тому +8

    This guy is a lot better than the text by SMS guy.. A lot more natural

    • @jna_sh
      @jna_sh 10 років тому +8

      I'll take that as a sign I'm improving ;)

    • @mbplove
      @mbplove 10 років тому

      Joe Nash ;)

    • @trudyandgeorge
      @trudyandgeorge 10 років тому +1

      Joe Nash
      You're clear as a bell, mate.

  • @joshuajurgensmeier4534
    @joshuajurgensmeier4534 9 років тому

    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?

  • @diadu6
    @diadu6 10 років тому +1

    And because of that graphic, now we need a computerphile tshirt!

  • @TheNdoki
    @TheNdoki 9 років тому +4

    I've learned that the world can be black or white, just so long as you ask the right questions.
    Unfortunately it means you have to break EVERYTHING down to binary terms, which can take a single question and turn it into dozens, or even hundreds.

    • @mike4ty4
      @mike4ty4 5 років тому

      Well, in a way, you can also think of a continuum or gradient as being a huge number - perhaps infinite - of black-and-white choices. Indeed, that's one way to quantify what "information" means: "how many yes/no questions do you need to ask to fully describe this situation?" Moreover, that is also what the binary expansion of a real number - such as that in the continuum [0, 1] - is effectively doing: "Is it in the left half?" If "yes", then ask "Is in the left half of the left half?", and if "no", ask "Is it in the left half of the right half?", and so forth to "Is it in the left half of the right half of the left half?" etc. and each "left" or "right" gets "0" or "1" and thus you get 0.010... (in this example) as the expansion of the number. Adding more bits at the end gives you more resolution, a finer-grained continuum. The fully continuous version requires an infinite number of such questions. So in this sense, indeed, fuzzy and black/white logic are equivalent in that one can be modeled inside the other, but it may be much more profitable in some cases to use the fuzzy logic and the black/white logic obscures things. To me, the best approach is not one approach. It's having as many theories, angles, and viewpoints under your belt as possible to attack things and knowing how, when, and when not to use each.

  • @cube2fox
    @cube2fox 6 років тому

    What's more interesting, in Fuzzy Logic the calculation rules for logical connectives are consistent with Boolean algebra (you get the same results if you restrict yourself to 0 and 1 and nothing in between), but they are different from probability theory, where they are also consistent with Boolean algebra.

  • @BeetMasher
    @BeetMasher 10 років тому +20

    Isn't the washing mashine example also just an awful lot of IF's, just running in the background? For example, the "dirty" state of the water is also a boolean and so is the "hot" state. And both of these states are eventually dependent on a set of IF's aren't they? For example someone would have determined that "hot" for the water means that the water's temperature is above 70°C and "dirty" means that the amount of dirt particles in the solution is above a certain level...

    • @superdau
      @superdau 10 років тому +4

      No, you can also have "half dirty" or "half hot". The output can also be "half heat" for example.

    • @Falcrist
      @Falcrist 10 років тому +12

      He specifically says that the same effect can be accomplished that way, but it's not as concise and maintainable as this fuzzy logic.

    • @pedrodevoto
      @pedrodevoto 10 років тому +7

      yes, an awful lot of IFs can sum it up. that's called an algorithm

    • @Martial-Mat
      @Martial-Mat 10 років тому +2

      Exactly what I thought. A rule is only a series of if statements in its own right.

    • @d3line
      @d3line 10 років тому +7

      Everything in computer comes down to a bunch of if statements, addition, subtraction and jumping(not-too-mush simplified).
      Certainly, you can write anything in assembly operators. But for what? Even 500% increase in performance is negligible if the user can't see any difference.
      Each and every branch of programming nowadays is a tradeoff between speed of coding vs. speed of execution, and as time goes on speed of coding becomes much more valuable (hardware is just too fast for tinkering with assembly). That's why you can afford using fuzzy logic, object-oriented programming, late binding and a whole lot of other concepts, that slows down your program but speds up your programming.

  • @gregluiz221
    @gregluiz221 9 років тому +3

    Excuse me for the ignorance, but how does this differ from control theory? I mean, the washing machine, train and shower temperature could all be solved within control theory, without resorting to yet another rather -for me - confusing concept

  • @MrHunt5man
    @MrHunt5man 10 років тому

    Code using standard logic is easily maintainable and kept neat with the use of constant variables.

  • @777Skeptic
    @777Skeptic 4 роки тому

    Is Friday a weekend?
    The closer to morning it is, the closer the truth value is to 0.
    At 5pm, the truth value is around 0.5.
    After 8pm, the truth value gets much closer to 1.

  • @ThePeaceableKingdom
    @ThePeaceableKingdom 10 років тому +7

    his washing machine is so much more advanced than mine!...

    • @NourSelim0
      @NourSelim0 10 років тому +1

      yeah I have a very mechanical Washing machine that's older than me :D

  • @RickWeberEcon
    @RickWeberEcon 4 роки тому +1

    "Fuzzy Expert Systems" is the name of my new line of sweaters.

  • @Schtiffles
    @Schtiffles 10 років тому

    Interesting stuff. I happen to be taking a philosophical logic class at the moment, and it seems somewhat related.

  • @Adamantium9001
    @Adamantium9001 10 років тому +20

    This seems like pointless semantic sleight of hand. For example, if you want to adjust the spin speed of a washing machine based on the clarity of the water, just write a linear equation relating those two real-number variables. Why build this clunky, unintuitive thing on top of boolean logic when we've already got algebra?

    • @SDX2000
      @SDX2000 10 років тому +2

      Agree with you 100%, this all sounds like some elaborate hoax.

    • @vnature101
      @vnature101 10 років тому

      finally someone talking sense!

    • @error.418
      @error.418 9 років тому +1

      Adamantium9001 He answers you question towards the end of the video.

    • @pegatrisedmice
      @pegatrisedmice 9 років тому

      +Anonymous User How? I also don't get it.
      You don't need a single if statement for this to work. You would simply measure dirtiness of water [0,1] and then you would define rpm for max dirtiness and simply write that actualRpm=dirtiness*rpmForMaxDirtiness

    • @error.418
      @error.418 9 років тому +2

      pegatrisedmice A washing machine is a simple example to explain the concept. The underlying principles go beyond your approach to the example.

  • @lporec4life
    @lporec4life 10 років тому +2

    You should do something on LaTeX and Donald Knuth!

  • @Markus9705
    @Markus9705 10 років тому

    But if 'nice weather' is defined the Law of excluded middle is applied and makes the statement "It's nice weather" either true or false. So in the end, you have only these two options. It's only a question of how you define things in the statement.

  • @PickyMcCritical
    @PickyMcCritical 8 років тому +4

    So fuzzy logic is just assigning rules to ranges of values instead of specific values? That's it?

    • @danielfriedman3007
      @danielfriedman3007 7 років тому +3

      Not arbitrary rules though. It can be thought of as complementary to probability theory. The following excerpt compares the two concepts:
      "Fuzziness describes event ambiguity. It measures the degree to which an event occurs, not whether it occurs. [Whereas] randomness describes the uncertainty of event occurrence. ... At issue is the nature of the occurring event: whether it itself is uncertain in any way, in particular whether it can be unambiguously distinguished from its opposite." Fuzziness Vs. Probability - Bart Kosko

  • @salmjak
    @salmjak 9 років тому +2

    I don't get it... Isn't this just the same as dirty being a function? So instead of using certain variables in an if-statement you call a function, say isDirty() that will return true or false?
    And isDirty contains something like "if(temp < 30 && lumen < 1){ return true;}"

    • @AtomosNucleous
      @AtomosNucleous 9 років тому +8

      +salmjak actually it doesnt return true or false (0 or 1), it will return anything between [0,1]. For example answering if temp is warm, if u can see on the white board at 2:33 and wanted to make a function isWarm like the one u mentioned it would have rules kinda like this:
      if (temp=5 && temp=15 && temp=25 && temp>35) {return (35-temp)/10}
      else if (temp>35 ) {return 0}
      What is not said clearly in the video is that each degree of temperature can have 3 truth values for cold warm and hot respectively, i.e temp 10 can have 0.5 for cold 0.5 for warm and 0 for hot. This temp is considered somewhat cold and somewhat warm at the same time !(if u dont like the numbers changed them:P)
      In Fuzzy logic operators like AND and OR ( and there are more..:)) will pass on those values. So the actuators of a system controling the air condition can make use of them too
      Hope i made things clearer rather than fuzzier :P

    • @FlorianRKlein
      @FlorianRKlein 7 років тому +1

      How dirty are the cloth which have to be washed?
      To which degree do you fill up the barrel?
      ... instead of ...
      Are the cloths dirty or not?
      Is the barrel filled or not?

    • @patmull1
      @patmull1 3 роки тому

      The difference between temp = 29 and temp = 30 is the point here. Or between 29.99999 and 30.0000001 It's very small that you cannot even notice with human sense and it can be even result of measuring error of sensors given by various factors like temperature outside the machine or heat produced inside of the machine by engine or circuits. Even though the difference is so small, it gives so "radical" output true / false. It's maks much more sense to return anything between [0,1] instead.

  • @JaccovanSchaik
    @JaccovanSchaik 10 років тому +8

    Not the best Computerphile video IMO. Would have been better if Joe had continued with the water temperature example and had explained how a fuzzy logic or expert system would go about regulating it.
    On the other hand, maybe fuzzy logic deserves a fuzzy explanation. ;-)

  • @MoNk3y5hit
    @MoNk3y5hit 10 років тому +3

    2:55
    Slayer - Raining Blood

  • @SuperFinGuy
    @SuperFinGuy 10 років тому

    Never been comfortable with the term 'fuzzy logic'. The logic is certainly still accurate. Logic is not only about true or false situations, but also about implications and non-contradictions. A thing or state can certainly be or implicate different things at once, you just have to watch out for contradictions.

    • @SuperFinGuy
      @SuperFinGuy 10 років тому

      Say, a day can be hot, wet and sunny at the same time, but not cold, dry and cloudy as well. In turn such a day can implicate different things, like switch on the air conditioner and blinds.

  • @PerchEagle
    @PerchEagle 5 років тому

    So it's basically a work on ratios of data. It's like driving PWM to LED, you can light the LED at different brightness level, then you can measure an input signal as ADC voltage which is also a matter of ratio. Could this also be an example of fuzzy logic?

  • @TheShanir
    @TheShanir 10 років тому

    Very good explained. Yesterday we wrote an exam which had a Fuzzy-Logic question that was worth 15% of the points. I think i got all right.

  • @nikhilsen9007
    @nikhilsen9007 10 років тому

    It seems that fuzzy control and feedback control are same things; are the?
    Like example in the video- detergent added in washing machine is determined by "how dirty" cloths are and the same logic is used in feedback control.

  • @xxMpEGxx
    @xxMpEGxx 6 років тому

    I didnt get it quite: I shouldnt use if statements but switch case? I mean you still have to do something when something happens?

  • @NikiHerl
    @NikiHerl 10 років тому

    I don't quite understand. Is it mapping the values to something different [to express it in Java (or atleast Processing, which is the only language I know but apparently is almost the same as Java) newTemperature=map(dirtiness, 0, 1, 20, 60)], or is it assigning certain statuses ( if(dirtiness > 0.8){veryDirty = true})?

  • @cortster12
    @cortster12 8 років тому +1

    Species are a great example of fuzzy logic.

  • @HabitationIntention
    @HabitationIntention 10 років тому

    What about using a PID to control water temp. If we have some set point that the user thinks is warm, the PID should be able to handle disturbances.

  • @SecularMentat
    @SecularMentat 7 років тому

    So you're saying they go from an analog value to a digital value through a function to deal with them?
    It's almost like modulation and demodulation.

  • @smzaccaria
    @smzaccaria 10 років тому

    So how is the inference engine and the "fuzzification" any different from the IF functions. The system still has to interpret the inputs and define what they "are" based on certain parameters, correct?

  • @DrDress
    @DrDress 9 років тому +4

    What a nerdy T-shirt... and true also...

  • @matrinGD
    @matrinGD 10 років тому

    My opinion on fuzzy logic:
    The membership functions are designed by an engineer without any data but only the knowledge of a problem. When used like this, fuzzy logic would be little more than an architectural choice and does not deserve any amount of scientific attention.
    The membership functions are determined by empirical observation - data. This requires learning methods, which probably still retain some attention. This places fuzzy logic between pure classification methods (SVM, neural networks, trees) and probabilistic inference.
    Perhaps I lack some understanding, but I don't see why fuzzy logic would deserve interest - more interest than proper machine learning methods. Maybe someone can enlighten me?

  • @Besaro123
    @Besaro123 8 років тому +14

    So basically, analog values?

    • @abhishekupadhyayaghimire3755
      @abhishekupadhyayaghimire3755 8 років тому +2

      seems like that. basically not digital (binary)!

    • @TheNightsway
      @TheNightsway 7 років тому +8

      Still digital because we're talking about binary computation. But if we use sufficiently high values (or floating point values), it can serve a very close approximation of an analog system. It's a trick

    • @bensmith9253
      @bensmith9253 3 роки тому

      I kept thinking about A2D converters when he talked about "defuzzyfication".

    • @Triantalex
      @Triantalex 2 місяці тому

      ??

  • @joselotl
    @joselotl 10 років тому +1

    I didn't really understand. Say you have that the water is half dirt half clean, then your "if" statement would require the washing machine stop cleaning and at the same time clean more. How does it decide what to do?

    • @joselotl
      @joselotl 10 років тому +1

      I understand that you can specify actions depending the range of dirt, that's normal programming. But in the video he says that in the case of fuzzy logic those ranges are overlapping. That's the part that I don't understand, what action do you take if you are simultaneously in two of those ranges of values.

    • @xybersurfer
      @xybersurfer 10 років тому

      joselotl i think the guy in the video means that, in reality, those ranges are overlapping. but in the program, choices are made as to which ranges belong to which set. so if something is half dirty and half clean, the program will still decide whether it is either dirty or clean (but not both).

    • @joselotl
      @joselotl 10 років тому

      OK, then I didn't understand how the fuzzy logic comes into play.

    • @xybersurfer
      @xybersurfer 10 років тому +1

      joselotl lol and neither do i. he seems to be doing things i would normally do anyway and it leaves me confused too. i'm guessing that his explanation is flawed.

  • @vitakyo982
    @vitakyo982 8 років тому

    How does it feel to feel ?

  • @LanceCoon
    @LanceCoon 9 років тому +5

    You don't identify who is speaking in this video or in the comments.

  • @queenslays1681
    @queenslays1681 4 роки тому

    Could you please answer this question-why fuzzy concept is considered an extension of classical logic

  • @blacktiger3859
    @blacktiger3859 5 років тому

    hello everyone
    can i get some paper or some books about Fuzzy logic & thier application on image processing PLZ??

  • @jakethadley
    @jakethadley 10 років тому

    I've recently taken my first foray into this (using LabVIEW, though guess the platform isn't important), and took ages to understand the point of it - why not use something like a PID controller? Then suddenly I twigged, and feel like I've seen the light - and the light is fuzzy! Looking to build an ignition advance controller for my Mini now :)

  • @RyanJensenEE
    @RyanJensenEE 10 років тому

    from what I gathered from this video, "fuzzy logic" is simply a name for measuring something, and outputting a 1 or a zero depending on if the measured value cross some set threshold. Am I missing something here?

    • @wariolandgoldpiramid
      @wariolandgoldpiramid 9 років тому +1

      Yes, you are. You see, any logic system has things like Conjunctions and Disjunctions, Implications, Formulas and their values. So if you look more into it, you might learn how to A&B if A is 0,3 and B is 0,5. Or what is Not A? It's 0,7, because 1-0,7=0,3. They just don't talk about the actual formulas of logic in there video

  • @ganstabreakincity
    @ganstabreakincity 6 років тому

    Oh wow I am in my last year of university and I have a subject called "softcomputing's application" and it is about ANN, fuzzy logic and genetic evolution. (They use something called xfuzzy)

  • @blizzmen
    @blizzmen 10 років тому

    But "nice" is always subjective, meaning that it is defined by prior experience. What you find nice is determined by how it compares to the prior experienced states of things. But by finding something "nice", you still ask the same question, even though it is answered through different logic reasoning. Because by asking if someone finds a thing or state "nice", you merely ask him to compare it, but not for the base on which he grounds his answer.

  • @lucidlagomorph5809
    @lucidlagomorph5809 5 років тому +2

    nothing was really explained i want to know how things are fuzzified not just that they are

  • @carlosalbertoperez4123
    @carlosalbertoperez4123 6 років тому

    What is the difference between a pid system and a fuzzy logic system?

  • @JohnDobyns
    @JohnDobyns 10 років тому +4

    IMHO, the presentation would have been clearer if you'd have started with the washing machine and used it throughout, instead of starting with a shower, then switching. Also shower mixing valves mix hot and cold water from 100% cold with 0% hot, to 0% cold with 100% hot (subject to a maximum safe temperature limit). The math is very simple and there's really not much fuzzy logic required.

  • @vronijules
    @vronijules 5 років тому

    Really helpful! Great job explaining it!

  • @DreamTrout
    @DreamTrout 10 років тому

    could someone please tell me what laptop is that ?

  • @FishKungfu
    @FishKungfu 10 років тому +1

    Fuzzy Face Logic. Well done, sir! Great video!

  • @AndyPayne42
    @AndyPayne42 9 років тому

    I could break every thing you said down to two decisions. Ultimately the world is not 'gray' but is discrete. An electron can exist at one energy and move to another with no gray area. I think giving the users the best visualization w the collection of true/false decisions is what you are trying to get at

  • @kongthai..
    @kongthai.. Рік тому

    So we need to do EXPERIMENTAL DESIGN to get the FUZZY SETS, then defuzzy it to get OPERATIONAL SETTINGS.
    Is that correct?
    😢

  • @chychywoohoo
    @chychywoohoo 6 років тому

    so is fuzzy logic basically how one would make a controller with say, an arduino, without using some sort of mathematical model, but instead using boolean logic?

  • @jakedowman-french3205
    @jakedowman-french3205 10 років тому

    You were correct. I am in England and it's chucking it down!

  • @kevinswift7465
    @kevinswift7465 2 роки тому

    Great video. Great explanation.

  • @alecclews
    @alecclews 10 років тому

    How about some references to suggested reading etc (on all videos) if possible?

  • @AmarildoK
    @AmarildoK 10 років тому +1

    For some reason i read Fuck logic. Probably because of the finals.

  • @Yoni0505Blogspot
    @Yoni0505Blogspot 10 років тому

    So basically it's just separating the comparison into it's own function so you won't repeat yourself?

  • @andreykar
    @andreykar 10 років тому

    I an not a big computer science expert but isnt any complicated piece of code if fuzzy? I mean, the more conditions you have and the more cases you cover the fuzzier it becomes? so any code that have more than a simple if statement is fuzzy?

  • @kapiljagtap3584
    @kapiljagtap3584 7 років тому

    any idea how should begin with it in air pollution monitoring?

  • @DeviousMalcontent2
    @DeviousMalcontent2 10 років тому

    Watching Computerphile with only one eye opened; where's your logic now?

  • @igtbtk8
    @igtbtk8 10 років тому

    The weather in England is actually beautiful today for once!

  • @zigitroll
    @zigitroll 10 років тому

    i want to watch the kernel panic video so bad!!!
    just edit it already!!!!!!!!!!!!!!!

  • @goeiecool9999
    @goeiecool9999 10 років тому +1

    I misread the title as Funny Logic.

  • @BishweshJoshi
    @BishweshJoshi 5 років тому

    Sorry but no washing machines are using a bunch of IF statements, that's ridiculous. Most control is done using PID which uses analog inputs from various sensors and sends an analog output based on the PID equation. Fuzzy logic does tend to respond a bit faster than PIDs but the gain is marginal and not worth the hassle in most rudimentary systems.

  • @afs.akhter8274
    @afs.akhter8274 5 років тому

    Yesterday, I didn't use my fuzzy logic so I tripped my scooter and I hurt my left elbow.

  • @coloneldookie7222
    @coloneldookie7222 10 років тому

    Even though he capitalized "IS" and "THEN", he really should have identified it as a capitalized "IF" at the start, because he's making [IF, THEN] statements, which is less fuzzy than he's trying to make it sound.

  • @ntmg90
    @ntmg90 7 років тому

    Schmit trigger is the perfect representation of fuzzy logic stands!

  • @sarahszabo4323
    @sarahszabo4323 10 років тому

    Wow, fascinating! I like this much better than a block of if's. It's much easier too!

  • @PatrickPoet
    @PatrickPoet 8 років тому +1

    I hope you got money from Harvey Nash for the great advertisement..

  • @briancook6875
    @briancook6875 6 років тому

    Isn't this basically object oriented programming? Instead of writing a bunch of long if statements all over the place, having "fuzzy sets" that have pre packaged rules? Objects right?

  • @LordXelous
    @LordXelous 10 років тому +1

    I can see an Atari Falcon in use... I'm moist at the prospect...

  • @ameturephysicist
    @ameturephysicist 10 років тому

    where can I get that shirt?

  • @DizzyForPigs
    @DizzyForPigs 10 років тому

    So, it's kind of "fuzzy logic" in itself deciding how good a particular fuzzy logic algorithm is, huh?

  • @MrMielke
    @MrMielke 10 років тому

    I'm not sure how these fuzzy if's work at a fundamental level. What is the computer searching for?

  • @apeflac
    @apeflac 7 років тому

    then Fuzzy logic is just a map from real value to (0,1)? why not work on the continuous variable directly?

  • @Ledon177
    @Ledon177 10 років тому +1

    I am a male and I have always been heterosexual, but this guy gets to fuzzify my crisp values.