this post was submitted on 01 Apr 2024
53 points (89.6% liked)

Canada

7330 readers
320 users here now

What's going on Canada?



Related Communities


🍁 Meta


πŸ—ΊοΈ Provinces / Territories


πŸ™οΈ Cities / Local Communities

Sorted alphabetically by city name.


πŸ’ SportsHockey

Football (NFL): incomplete

Football (CFL): incomplete

Baseball

Basketball

Soccer


πŸ’» Schools / Universities

Sorted by province, then by total full-time enrolment.


πŸ’΅ Finance, Shopping, Sales


πŸ—£οΈ Politics


🍁 Social / Culture


Rules

  1. Keep the original title when submitting an article. You can put your own commentary in the body of the post or in the comment section.

Reminder that the rules for lemmy.ca also apply here. See the sidebar on the homepage: lemmy.ca


founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Mkengine@feddit.de 4 points 9 months ago (1 children)

When people talk about AI, they're generally referring to systems or machines that can perform tasks which typically require human intelligence. These tasks might include things like recognizing speech, translating languages, or making decisions. AI isn't about simulating human consciousness or emotions but about replicating the ability to perform specific intelligent tasks.

AI systems can range from simple, rule-based algorithms (which might seem like glorified if-else statements) to complex, learning systems. This is where machine learning comes in. Machine learning is actually a subset of AI. It's a way of achieving AI where the system learns from data. Instead of being explicitly programmed to perform a task, the system is given huge amounts of data and learns patterns or rules from it. Over time, it can make predictions or decisions based on what it has learned.

So, not all AI is machine learning, but all machine learning is AI. Hope this clears things up a bit!

[–] pineapplelover@lemm.ee 2 points 9 months ago (1 children)

In that case, what's an instance of AI that doesn't utilize machine learning?

[–] Mkengine@feddit.de 2 points 9 months ago* (last edited 9 months ago)

I would say in most videogames you can play against the computer (Age of Empires, Call of Duty, etc.), which use human-set rules without machine learning. Computer enemies show the same behavior, regardless of your specific knowledge of the game. I think nowadays there may already be some games where the computer learns from your behavior by machine learning, but this is not the norm.

There were also chatbots before ChatGPT existed, which in their most basic form give human programmed answers to specific questions.