Live data from Hacker News

Ask HN: Is AI essentially just linear algebra?

news.ycombinator.com

1–9 of 9 posts

Ask HN: Is AI essentially just linear algebra?

#1
Honest question here. After doing some preliminary research (out of interest, not for professional purposes), it seems like AI is essentially linear algebra and tweaking variables in the equation. Is there anything else happening here or have I missed something? Be gentle. This isn’t my specialty and I’m interested just for interests sake.

Re: Ask HN: Is AI essentially just linear algebra?

#4
post #3
post #2

Kinda, but you gotta stir it. https://xkcd.com/1838/

Great cartoon. It’s funny but it’s essentially what I’m feeling about the topic. The stirring is the variable modification, no?

Tuning your hyperparams, activation functions, etc. It is great. ;)

Re: Ask HN: Is AI essentially just linear algebra?

#7
If I understand correctly (and I am very much not an expert), deep neural nets can't be purely linear. The "adding inputs to produce an output" part has to have a nonlinearity in it, or the nets don't work well.

Source: Attended a couple of hours of lecture on neural nets for speech recognition. (Yeah, that gives you a pretty accurate picture of the depth of my knowledge here. But if the lecturer was right, the neural net part of AI can't be linear algebra. It's linear-ish, but not linear.)

Re: Ask HN: Is AI essentially just linear algebra?

#8
No.

linear algebra is a part of AI but AI is not just linear algebra. I would say linear algebra is used most with machine learning with is also a part of AI.

This diagram is what you're looking for. linear algebra would be its own bubble within AI. -https://qph.fs.quoracdn.net/main-qimg-9854e5bb9573b26c66caff...

Re: Ask HN: Is AI essentially just linear algebra?

#9

No. linear algebra is a part of AI but AI is not just linear algebra. I would say linear algebra is used most with machine learning with is also a part of AI. This diagram is what you're looking for. linear algebra would be its own bubble within AI. - https://qph.fs.quoracdn.net/main-qimg-9854e5bb9573b26c66caff...

Great diagram! Thank you