File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Jython/Python and the fly likes Machine Learning vs AI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Machine Learning vs AI" Watch "Machine Learning vs AI" New topic
Author

Machine Learning vs AI

Rick Goff
Ranch Hand

Joined: Nov 14, 2006
Posts: 42

I know nothing of Machine Learning yet (at least by that name), but that phrase reminds me of Artificial Intelligence. Are these related?


OCPJP 6
Josh William
Greenhorn

Joined: Sep 25, 2008
Posts: 8
Yes; machine learning stemmed from AI. Wikipedia provides a reasonable explanation of what machine learning is and should give you an understanding of its relationship with AI.

From Wikipedia: "Machine learning, a branch of artificial intelligence, is a scientific discipline concerned with the design and development of algorithms that allow computers to evolve behaviors based on empirical data, such as from sensor data or databases."
Steve Fahlbusch
Ranch Hand

Joined: Sep 18, 2000
Posts: 491
    
    2

or said another way.

in AI there are many, many techniques encapsulated.

ML has to do with algorithms where the machine (or computer) will grow and understand a pattern that a non-learned machine (or person) may (will) not.

naural networks are ML, genetic system are ML, expert system are not.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Machine Learning vs AI
 
Similar Threads
RMI between 2 computers
How data mining and machine learning relates to each other?
Machine learning with time series data
WA #1.....word association
Do I need Python experience to read "Machine Learning in Action"?