From: Snapshot-Content-Location: https://bluedwarf.top/cackle/view-post.php?post_num=5150 Subject: I took a course about machine learning just to see what's going on Date: Thu, 14 Aug 2025 22:52:52 -0700 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----MultipartBoundary--ncTuQICFXU8halzVsyNxUBNAj3GSFujXjXEDns4OLc----" ------MultipartBoundary--ncTuQICFXU8halzVsyNxUBNAj3GSFujXjXEDns4OLc---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://bluedwarf.top/cackle/view-post.php?post_num=5150 I took a course about machine learning just to see what's going on

  



bottom


1    I took a course about machine learning just to see what's going on

posted by sct 3 months ago | 4 comments | 1 upvotes | technology



Everyone is complaining about machine learning and AI in one way or another. So I decided to take a free course just to see what's going on.

https://scuti.neocities.org/pages/ud120-online-course-review

The course I took covers supervised machine learning, which would be used in a "music recommendation system". It doesn't cover unsupervised machine learning or generative AI. But I think it's a surprise how much of an impact middle school mathematics and a bit of Python can make. I also didn't expect linear regression to be considered a machine learning algorithm.

Tell me if any of this is a surprise to you.

post# 5150  

SpaceGhost (C:1) 3 months ago | 0 upvotes

Welcome to Blue Dwarf.

Today, a motivated individual can get the equivalent of a college degree for free on the Internet. That amazes me.
beskuttle (C:2) 3 months ago | 0 upvotes

> I also didn't expect linear regression to be considered a machine learning algorithm
.
yeah -- using soem kind of data to map a user on a line is a pretty basic starting point.
.
but in the case of recomendation enginers, there is a lot of "guesswork".
.
if you want to look back at older "AI" tools, you can probably find some interestign information on chess-playing algorithms -- in general the "suggess" of those algorithms is to have a way to "score" the current state of the board, and then run down a tree of various moves/counter-moves to see which produces the best score. Some of those algorithms got pretty interesting back in the 8-bit computer days (where the chess-playing computer was (generally) slow, and limited resources.
.
but generative AI is (at least in part) similar to both examples - as you can generate sentences (suing "noun", "verb", "adjative", etc...) -- but as your language expands, you need to link words to the topic ( "keyboard" could be a musical instrument, or a "office" device) -- even digging through data sets (name 3 insruments which use keys) - requires you to rank all the instruments you know by their connection to "keys" -- so "piano" has keys ... and an "accordian" has keys ... a trumpet or clairinet (sorta) has keys (but they aren't called keys...)
.
--beskuttle
sct (C:3) 3 months ago | 0 upvotes

@SpaceGhost
According to my password manager, I made an account at the end of 2023, but my password also used characters that aren't allowed anymore.

>Today, a motivated individual can get the equivalent of a college degree for free on the Internet. That amazes me.

Online courses don't quite count as a college degree. (Not necessarily accredited either.) But I'm sure the instructors enjoy putting up recorded lectures, never having to lecture the same topic next semester, and answering questions students have.

@bescuttle
I had thought the chess playing algorithm was essentially bruteforcing every possible state of the board.
SpaceGhost (C:4) 3 months ago | 0 upvotes

According to my password manager, I made an account at the end of 2023, but my password also used characters that aren't allowed anymore.

I didn't realize users can no longer log in with old passwords from 2023. I have added looking at this to my to-do list. I have sent you a private message about this also.

top




Log in or Sign up to add a comment. isolated
------MultipartBoundary--ncTuQICFXU8halzVsyNxUBNAj3GSFujXjXEDns4OLc---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d08fe41b-8a28-432e-902b-624fdcd033c5@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--ncTuQICFXU8halzVsyNxUBNAj3GSFujXjXEDns4OLc---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://bluedwarf.top/cackle/main.css @charset "utf-8"; body { line-height: 1.4; color: rgb(160, 160, 160); background-color: rgb(6= , 6, 21); font-size: 15px; font-family: sans-serif; } body.home-page { background-color: rgb(0, 0, 0); } div.main { margin: 100px 10vw; } div.main_marg { margin-left: 5vw; margin-right: 5vw; } div.post_title_box { padding: 25px; border-radius: 20px; background-color: = rgb(6, 6, 21); } div.replies_box { padding: 30px; border-radius: 20px; background-color: rgb= (2, 2, 5); } div.post_text_box { margin-top: -10px; overflow-wrap: break-word; hyphens: = manual; padding: 30px; border-radius: 20px; background-color: rgb(18, 18, 3= 7); } div.comments_text_box { margin-top: 20px; margin-left: 2vw; overflow-wrap: = break-word; hyphens: manual; padding: 20px; border-radius: 20px; background= -color: rgb(18, 18, 37); } div.comments_text_box_inner { margin-left: 20px; margin-right: 20px; margin= -bottom: 20px; } div.quote { padding: 15px; border-radius: 7px; font-size: 14px; background-= color: rgb(24, 24, 50); } a.post_title { font-size: 23px; } @media only screen and (max-width: 600px) { div.main { margin: 20px 2vw; } div.main_marg { margin-left: 0vw; margin-right: 0vw; } div.post_title_box { padding: 10px; } div.replies_box { padding: 10px; } div.post_text_box { padding: 10px; } div.comments_text_box { margin-top: 10px; padding: 10px; } div.comments_text_box_inner { margin-left: 0px; margin-right: 0px; margin= -bottom: 0px; padding: 5px; } a.post_title { font-size: 18px; } } hr { color: rgb(160, 160, 160); } span { color: rgb(160, 160, 160); } a { color: rgb(96, 96, 216); text-decoration: none; } a:hover, a.logo:hover { color: rgb(112, 160, 255); } a.logo { font-size: 35px; } a.post_title_small { font-size: 20px; } pre { color: rgb(0, 187, 0); font-family: monospace; } textarea, input { background-color: rgb(18, 18, 37); font-size: 17px; color= : rgb(160, 160, 160); } button { color: rgb(96, 96, 216); } button.upvote { font-size: 15px; background-color: rgb(18, 18, 37); border-= radius: 5px; border-color: rgb(18, 18, 37); } button.upvote:hover, button.upvoted:hover { color: rgb(112, 160, 255); } button.upvoted { font-size: 15px; background-color: rgb(18, 53, 18); border= -radius: 5px; border-color: rgb(18, 53, 18); } ------MultipartBoundary--ncTuQICFXU8halzVsyNxUBNAj3GSFujXjXEDns4OLc------