Click here to Skip to main content
15,896,201 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: AI: Threat or panacea? Pin
ZurdoDev17-May-19 7:43
professionalZurdoDev17-May-19 7:43 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 7:45
Dean Roddey17-May-19 7:45 
GeneralRe: AI: Threat or panacea? Pin
ZurdoDev17-May-19 7:46
professionalZurdoDev17-May-19 7:46 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 7:51
Dean Roddey17-May-19 7:51 
GeneralRe: AI: Threat or panacea? Pin
ZurdoDev17-May-19 9:10
professionalZurdoDev17-May-19 9:10 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 9:40
Dean Roddey17-May-19 9:40 
GeneralRe: AI: Threat or panacea? Pin
ZurdoDev17-May-19 9:51
professionalZurdoDev17-May-19 9:51 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 7:58
Dean Roddey17-May-19 7:58 
So, here's a good example of why you are mistaken. I challenge you to write a program that can recognize any picture of a banana with high accuracy. You will find that that is very difficult. And, when you are done, you will have a program that only recognizes bananas. If you need to recognize something else, like stock manipulation patterns, you will have write a different program that will also be very difficult.

DNNs don't have to be changed to do different jobs like that. That's a fundamental difference. The same algorithm can recognize a banana or find patterns in financial transactions or understand written characters or recognize sounds in spoken words, without any changes.

That's because it's not a program of if/elses that you write. It's a program that accepts data, lets that data interfere with itself in ways that creates a pattern that gives a confidence level that the input represents this or that. It's nothing like a bunch of if/else statements making hard coded decisions. Nowhere in there is any code written related to 'is this a banana?' at all.

It doesn't make any difference whether it's 'alive' or 'intelligent' at all in terms of the practical impact that's already having on our lives and the vastly larger impact it will have in the future.
Explorans limites defectum

GeneralRe: AI: Threat or panacea? Pin
honey the codewitch17-May-19 19:16
mvahoney the codewitch17-May-19 19:16 
GeneralRe: AI: Threat or panacea? Pin
Nelek17-May-19 22:30
protectorNelek17-May-19 22:30 
GeneralRe: AI: Threat or panacea? Pin
CodeWraith17-May-19 11:13
CodeWraith17-May-19 11:13 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 11:28
Dean Roddey17-May-19 11:28 
GeneralRe: AI: Threat or panacea? Pin
CodeWraith17-May-19 11:06
CodeWraith17-May-19 11:06 
GeneralRe: AI: Threat or panacea? Pin
ZurdoDev17-May-19 11:15
professionalZurdoDev17-May-19 11:15 
GeneralRe: AI: Threat or panacea? Pin
CodeWraith17-May-19 11:29
CodeWraith17-May-19 11:29 
GeneralRe: AI: Threat or panacea? Pin
SeattleC++20-May-19 5:55
SeattleC++20-May-19 5:55 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 6:40
Dean Roddey17-May-19 6:40 
GeneralRe: AI: Threat or panacea? Pin
  Forogar  17-May-19 7:29
professional  Forogar  17-May-19 7:29 
GeneralRe: AI: Threat or panacea? Pin
MikeTheFid17-May-19 7:50
MikeTheFid17-May-19 7:50 
GeneralRe: AI: Threat or panacea? Pin
Slacker00717-May-19 7:38
professionalSlacker00717-May-19 7:38 
GeneralRe: AI: Threat or panacea? Pin
Mycroft Holmes17-May-19 12:40
professionalMycroft Holmes17-May-19 12:40 
GeneralRe: AI: Threat or panacea? Pin
Dean Roddey17-May-19 13:48
Dean Roddey17-May-19 13:48 
GeneralRe: AI: Threat or panacea? Pin
honey the codewitch17-May-19 15:52
mvahoney the codewitch17-May-19 15:52 
GeneralRe: AI: Threat or panacea? Pin
lopatir17-May-19 7:41
lopatir17-May-19 7:41 
GeneralRe: AI: Threat or panacea? Pin
Nelek17-May-19 22:36
protectorNelek17-May-19 22:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.