AI is ridiculous concept that many misinterpret.

Discussion in 'Intelligence & Machines' started by Bob-a-builder, Jun 15, 2019.

  1. Michael 345 New year. PRESENT is 72 years oldl Valued Senior Member

    Messages:
    13,077
    http://www.sciforums.com/members/sagar-gorijala.288840/

    Looks like AI has got to the stage where it can put a word salad together which .... what???

    Make pronouncements

    Please Register or Log in to view the hidden image!

     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Michael 345 New year. PRESENT is 72 years oldl Valued Senior Member

    Messages:
    13,077
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Bob-a-builder Registered Senior Member

    Messages:
    123
    @ Billvon,

    It seems like you are an active member here. I guess that makes you king troll as your intelligence seems lacking.

    I invite everyone to re-read Billvons last posting and see if it makes a lick of sense.

    A computer CAN NEVER... EVER... EVER... THINK... (PERIOD!). That especially includes random numbers.

    You think your PUF method of arriving at random numbers sounds like a romper room grade school whining more than anything sensical.

    If software seeks variables outside its programming like where the second hand is on a watch to arrive at a random number between 1 and 60 (in essence what it does even if it is above your intelligence level to grasp)
    THEN IT IS NOT THINKING OF A RANDOM NUMBER... IT IS GETTING IT FROM THE SECOND HAND OF THE WATCH... PUF' are just a fancier method of doing just that even if it is beyond your cranial capacity (Billvon/king troll).

    GOOGLE SEARCH HERE.... https://www.google.com/search?rlz=1...hUKEwi4qeeIlefjAhVSXc0KHXmgBlMQ4dUDCAo&uact=5


    You can push your woo that computers are internally generating random numbers

    Also you are cluesless that even today every program is reliant upon IF/THEN statements in most every line. Some algoryths will use hundreds of comparison statements.

    In the YEAR (you seem like a very uneducated programmer) since YOU learned BASIC programming has never evolved past using ONLY IF/THEN statements...

    If you cannot recall your basic classes... IF/THEN statements are the bulk of all programming... ALWAYS! This will not change just because you do not have the brain capacity to grasp it or if you whine about how it is not true.

    How do you think programming works? (Please dont answer... I'm sick of your spewing nonsense stuff).

    Maybe you can demonstrate ANY PROGRAM... IN ANY LANGUAGE OF YOUR CHOICE. That is not fully reliant upon if/then statements.

    Without an if-then statement you mioght be able to print yyour name upon the screen.. nothing more.

    I didn't reply to your above nonsense right away as i wanted your idiocy to be on display for all to see.

    You may not grasp how idiotic your last posting was... someone with a more intelligence might.

    Here is a sample of what programmers do...



    Maybe you cannot see IF/THEN statements in the above because your brain only seems to understand BASIC (and not even that).

    I invite you to show ANY PROGRAMMING.. IN ANY LANGUAGE.. to back up your woo claims that If/Then/else statements are not key to most every aspect of programming...

    Every line of code is either
    A) An IF/THEN STATEMENT ... (even if you cannot grasp that they exist in every language and not just our BASIC) is a part of every program. All computers can do is compare.
    or
    B) A direction for the computer to do something GUIDED BY COMPARISON IF/THEN statements.

    There is no third type of code.

    Sadly this simple knowledge will likely not sink into this Billvon person.

    HOWEVER! I do invite BILLVON to give us his version of an "IF/THEN" free program... I mean there must be at least ONE(1) if his stupid claims are true?

    Unles his claims are bogus.... Hmmm... That seems more accurate..

    JUST ONE PROGRAM BILLVON... I'll accept portions of a program like an Algorithm also... I don't want to explain what they are but maybe someone will explain it to you.

    Can BILLVON show us a single program that is not wholly reliant up-on IF/THEN statements to prove his sanity? Or will he instead argue nonsesne and state agian and again that he is right and everyone else is wrong. Sadly that is not scientific whatsoever... I mean why even bother with science whan we could just ask Billvon.

    Just ONE (1) PROGRAM to back up your woo claims Billvon.. Just ONE (1).

    That or whine some more that you are always right so we (Scientific establishment) must be wrong.










     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. TheFrogger Banned Valued Senior Member

    Messages:
    2,175
    Code:
    For a=1 to 9
    
    Print a
    
    Next a
    That code doesn't contain any if/then/else statements.

    Please Register or Log in to view the hidden image!

     
  8. billvon Valued Senior Member

    Messages:
    21,644
    You are provably wrong. I gave a few examples.
    PUF is just one way, used more often for software security than generating true random numbers. Intel's RDRND mechanism is much better, if generating a lot of random numbers is your goal (which it is in cryptography.) Your ignorance of that is not a sufficient argument to claim that RDRAND does not exist.
    Correct. RDRND does not do that. It gets a random number by looking at thermal noise, an inherently random process.
    If you believe "facts"="woo" then you will not get very far in science.
    Just as every single one of your neurons does exactly the same thing. Fire or not fire. On or off. Yes or no. That's it.
    Since I'm not claiming that, looks like your attack here has failed miserably.

    Look, you are clearly completely ignorant of neural networks and random number generators - and talking about BASIC programming is not going to let you learn anything about those topics. Why not do some learning on that topic? Then you will not appear so foolish to everyone here.
     
  9. James R Just this guy, you know? Staff Member

    Messages:
    39,421
    Bob-a-builder:

    Two months on from the start of the thread and you're still arguing the same nonsense?

    It sounds like you're unqualified to judge billvon's intelligence, so stop the personal insults, okay?

    That's the same assertion that you started with 2 months ago. You're not presenting any new arguments to make your case. Maybe it's time to give up.


    There are a number of ways that computers can generate random numbers, as you have been informed. Sticking your head in the sand won't change that.

    I'm also not sure why you're fixated on random numbers, when you're supposed to be talking about intelligence. Do you think the ability to generate random numbers is a signature of intelligence or something?


    It sounds like you haven't read the source code of many programs.

    Programs typically include variable assignments, branch instructions, subroutine and function calls, mathematical operations, input/output operations, data manipulation of many different types, and more.

    Possibly you've been misled because you're only familiar with simple BASIC programming.


    TheFrogger gave you a short one just above. Oh, yeah, and there's another programming structure for you - iteration.


    Nonsense. You really haven't done much programming, have you?


    Let's assume you're right. Then what?

    You brain is a computer, too, so according to you it must be built of IF/THEN statements. Does that mean you're unintelligent?
     
  10. Steve Klinko Registered Senior Member

    Messages:
    435
    Yes.

    The reality is that any Computer Language will be translated to Machine Code otherwise called Assembly Code. Here's all you have with a typical set of machine Code:

    Math: Add, Sub, Mult, Div
    Binary Logic: Or, And, Xor
    Move Data: Mov RAM to RAM, Mov RAM to CPU, Move CPU to RAM,
    Jump Execution: Unconditional, Conditional (=, <, >)

    There isn't much else.

    Which operation above is going to be a Thought for a Computer?

    Furthermore:
    Which operation will be an experience of Pain for the Computer?
    Which operation will be an experience of Pleasure for the Computer?
    Which operation will be an experience of Fear for the Computer? (I'm not getting into a Self Driving Car without this one)
    Etc.?
     
  11. billvon Valued Senior Member

    Messages:
    21,644
    And the reality of your brain is that it is made of neurons. And every single neuron only does one of two things - it fires or it doesn't fire.

    Which neuron will be an experience of fear for you?
    Which neuron will be an experience of love?
    Which neuron will be an experience of loyalty?

    Please identify these neurons in your brain!
     
  12. Write4U Valued Senior Member

    Messages:
    20,076
    One of the strengths of AI is that it can operate in hazardous environments without feeling pain.
    For what purpose? AI do not need to feel pleasure to perform at maximum efficiency..
    What is the benefit of fear when accurate corrective operations to potentially dangerous situations can be performed at much faster rate by AI, than human response?
    Calculus is a particular strength of computers.
    AI do not need any human emotions, such as motive or incentive. They can be programmed for analysis of environmental properties.

    They do as programmed to do, without complaint, fatigue, or individual desires.

    The three laws of robotics are not based on emotion, they are based on programmed permissions and restrictions.
     
    Last edited: Dec 21, 2020
  13. Write4U Valued Senior Member

    Messages:
    20,076
    How Google Deep Dream Works
    BY NATHAN CHANDLER

    Please Register or Log in to view the hidden image!



    From a distance, Deep Dream images look almost normal, but then you realize that all the shapes are made up of odd composite elements.

    DEEP DREAM UPLOAD BY HOWSTUFFWORKS STAFF
    https://computer.howstuffworks.com/google-deep-dream.htm#

    I have read that many dictionaries make reference to other dictionaries and when there is a difference in definition, this may cause an extended exchange of definitions until all AI settle on an acceptable form.
     
  14. Steve Klinko Registered Senior Member

    Messages:
    435
    I had assumed that the OP was about what Computers can and cannot do with AI. Many people believe that Computers can actually Think, and the Marketing Hype around that is almost unethical. I don't, and the OP doesn't, care about Why we would want Computers to Think or have Emotions. What OP says and what I say is that it is ridiculous to even think Computers are doing any of that or can do any of that.
     
  15. billvon Valued Senior Member

    Messages:
    21,644
    Depends on your definition of "think." If it's one of the common dictionary definitions, like "direct one's mind toward someone or something; use one's mind actively to form connected ideas" then programs do actually think. Witness the marketing AI who knows when a woman is pregnant before her husband does.
     
  16. Steve Klinko Registered Senior Member

    Messages:
    435
    The thinking was done by the programmers not the machine. The IBM Watson didn't win Jeopardy but a team of Engineers and Programmers won Jeopardy. I hope you don't believe your home thermostat cycles the AC on because it periodically Thinks it is too hot.
     
  17. DaveC426913 Valued Senior Member

    Messages:
    18,959
    Then you might as well say you don't think at all, it was actually your parents who did that for you.

    No, the engineers gave a computer the ability to learn - to figure out for itself the logic that links questions and answers - something the engineers did not give it in the first place.
     
  18. billvon Valued Senior Member

    Messages:
    21,644
    Incorrect! The basic programming was done by programmers, but the learning was done by the machine itself. Nowadays complex AI tasks are trained, not programmed.
    That's like saying you didn't succeed - any successes you had were because your parents made you.
    Nope. My thermostat is quite dumb; no learning at all.
     
  19. Steve Klinko Registered Senior Member

    Messages:
    435
    Saying the Computer learned is like saying a Library learned when a new book was added.
     
  20. Steve Klinko Registered Senior Member

    Messages:
    435
    But Learning is not Thinking. Neural Nets do Pattern Matching and that's it. There is no Thinking coming out of Neural Nets. That's pure superstition and Science Fiction.

    You're being pretty mean to your Thermostat.
     
  21. billvon Valued Senior Member

    Messages:
    21,644
    And at a high level that's all you do, too.
    Nope. You actually have to read the book (or train the AI) to learn something.
     
    Last edited: Dec 21, 2020
  22. DaveC426913 Valued Senior Member

    Messages:
    18,959
    No it isn't. Not at all.

    You really should bring your understanding of computers into the 21st century.
     
  23. Write4U Valued Senior Member

    Messages:
    20,076
    Well, this "learning" computer beat the 9th dan world champion in Go, the most intuitive game in the world.

    Google’s AI beats world Go champion in first of five matches
    Algorithm vs intuition

    https://www.bbc.com/news/technology-35761246#:[/quote]
    Actually the AlphaGo AI beat Lee Se-dol 4 out of 5 games. The AI invented completely new strategies which had never been played before by humans in this 3500 year old game.

    Please Register or Log in to view the hidden image!



    And Go is not a purely mathematical game. It is too complex with too many variables to respond to specific strategies as with chess. Time restrictions prevent the full calculation of all possible moves and their responses
    https://en.wikipedia.org/wiki/Go_and_mathematics
    [/quote]
     
    Last edited: Dec 22, 2020

Share This Page