Page 1 of 1

Differences between Artificial intelligence and machine learning

Posted: Tue Apr 05, 2022 8:41 am
by Gerald
Hi guys,

Another question that pops in my mind is what is the real difference between artificial intelligence and machine learning. To me, it seems that these concepts are very close, and I often read them to talk about more or less the same thing.

Could someone explain to me?

G.

Re: Differences between Artificial intelligence and machine learning

Posted: Tue Apr 05, 2022 2:02 pm
by admin
Hi, welcome to the forum.

Machine learning can be viewed as a subset of artificial intelligence. Let me explain.

Artificial intelligence is about making software that can do some tasks that require intelligence.

Machine learning
is about making software that can learn to do some tasks (either by themselves or by training).

However, there exists some artificial techniques (e.g. min-max for playing games) that can be used to build intelligent software but where the software does not need to learn.

Thus, you can think about artificial intelligence as including machine learning techniques but also other techniques that do not require learning to build "intelligent" systems.

Hope that this is clear.

Philippe

Re: Differences between Artificial intelligence and machine learning

Posted: Tue Apr 05, 2022 2:09 pm
by Gerald
Thanks for the explanation. That is quite clear.

I will keep studying :mrgreen:

G.

Re: Differences between Artificial intelligence and machine learning

Posted: Wed Apr 06, 2022 4:38 am
by Mark
For me, machine learning and artificial intelligence Is the same :|

Re: Differences between Artificial intelligence and machine learning

Posted: Sat Apr 09, 2022 7:24 am
by Lin
I have a question: linear regression can be considered as machine learning or not?