Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Logic

  1. #1
    Member
    Join Date
    Sep 2013
    Posts
    102
    Thanks
    38
    Thanked 0 Times in 0 Posts

    Default Logic

    I know the base component of intelligence is being able to discriminate things. This is the basis of all knowledge. Are there areas I can find people that are trying to create intuitive (in the sense of without explicit directions towards) programs? Even if they are just using pseudo code as a representation.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Logic

    So are computers that are able to discriminate between humans using biometric identification intelligent?

    Never mind, I don't care.

    Are you looking for an AI forum or similar? Perhaps you should search for that or "intuitive programming," though it appears the latter has many definitions, depending on the perspective.

  3. #3
    Member
    Join Date
    Sep 2013
    Posts
    102
    Thanks
    38
    Thanked 0 Times in 0 Posts

    Default Re: Logic

    Yes they're intelligent, up-to the limits of the amount to which they can discriminate. I only prefaced my question with that because I was hoping it was going to light the way to the sort of thing I was looking for more clearly. It failed to do so. I suppose this website is more utility based; if you had conversations of this sort I assume it would've been clear.

    P.S: By discriminate I mean the foundation of all logic which is to say pattern recognition. Perhaps I was too vague or unclear.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Logic

    I know the base component of intelligence is being able to discriminate things
    What about logic? What about memory? What about decision making? What about problem solving? What about emotion (which is tightly intertwined in decision making)? I would think there are many that would debate with you about this statement (but I won't).

    Are there areas I can find people that are trying to create intuitive (in the sense of without explicit directions towards) programs?
    I don't really understand what your asking. Areas of the forum? Areas of the internet? Areas of research?

    pattern recognition
    In computational terms, its called machine learning (or data mining).

  5. #5
    Member
    Join Date
    Sep 2013
    Posts
    102
    Thanks
    38
    Thanked 0 Times in 0 Posts

    Default Re: Logic

    Quote Originally Posted by copeg View Post
    What about logic? What about memory? What about decision making? What about problem solving? What about emotion (which is tightly intertwined in decision making)? I would think there are many that would debate with you about this statement (but I won't).



    I don't really understand what your asking. Areas of the forum? Areas of the internet? Areas of research?



    In computational terms, its called machine learning (or data mining).

    Logic is pattern recognition. And memory is a tool used for intelligence (obviously difficult without), but I wouldn't say memory is the foundation for intelligence by no means. Emotions are primitive forms of logic for basic/developed things. And, thanks I'll look into the things you mentioned. I think a search with those as my keywords should aid me greatly.

Similar Threads

  1. Game Logic
    By sumit.gupta.sgt in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 1st, 2013, 08:07 AM
  2. Need logic ....!!!
    By Afzal in forum What's Wrong With My Code?
    Replies: 8
    Last Post: March 30th, 2013, 12:12 PM
  3. Not sure what the Logic Error is? [help]
    By Mitsuwa in forum Object Oriented Programming
    Replies: 2
    Last Post: January 27th, 2013, 11:55 PM
  4. need logic
    By arunjib in forum Java Theory & Questions
    Replies: 3
    Last Post: November 27th, 2011, 05:39 PM
  5. Problem with the Logic
    By sudh in forum Java Theory & Questions
    Replies: 4
    Last Post: March 31st, 2011, 07:21 AM