PC Shipments Increase in Q2 – DTH

DTH-6-150x150Gartner and IDC see PC shipments increase in Q2, France approves age verification amendment for pornography websites, and Ming-Chi Kuo reports a 13.3- inch Apple Silicon MacBook Pro is coming in Q4.

MP3

Please SUBSCRIBE HERE.

You can support Daily Tech Headlines directly here.

A special thanks to all our supporters–without you, none of this would be possible.

Big thanks to Dan Lueders for the theme music.

Big thanks to Mustafa A. from thepolarcat.com for the logo!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send us email to [email protected]

Show Notes
To read the show notes in a separate page click here!

How to Protect Your Business – DTNS 3819

What can your operation do to keep its data secure? We examine the key elements of infosec every business needs to know.

Starring Tom Merritt, Sarah Lane, Justin Robert Young, Allan Alford, Mike Johnson, Roger Chang, Joe

MP3 Download


Using a Screen Reader? Click here

Multiple versions (ogg, video etc.) from Archive.org

Please SUBSCRIBE HERE.

Subscribe through Apple Podcasts.

A special thanks to all our supporters–without you, none of this would be possible.

If you are willing to support the show or give as little as 10 cents a day on Patreon. Thank you!

Become a Patron!

Big thanks to Dan Lueders for the headlines music and Martin Bell for the opening theme!

Big thanks to Mustafa A. from thepolarcat.com for the logo!

Thanks to Anthony Lemos of Ritual Misery for the expanded show notes!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send to email to [email protected]

Show Notes
To read the show notes in a separate page click here!

#386 – Interview with L.E. Modesitt Jr

We talk with L. E. Modesitt Jr, the bestselling author of two science fiction series and four fantasy series, who has published more than seventy novels. His latest book, Quantum Shadows is described as blending science fiction, myth, and legend in an adventure that pits old gods and new against one another in a far-future world.

Canon Announced the R5 Mirrorless Camera – DTH

DTH-6-150x150Canon announced the EOS R5 with 8K 12-bit RAW video support, Sensor Tower estimates 8% of Quibi launch free trial users converted to paid users, and Apple confirms Mac with Apple Silicon will support Thunderbolt connectors.

MP3

Please SUBSCRIBE HERE.

You can support Daily Tech Headlines directly here.

A special thanks to all our supporters–without you, none of this would be possible.

Big thanks to Dan Lueders for the theme music.

Big thanks to Mustafa A. from thepolarcat.com for the logo!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send us email to [email protected]

Show Notes
To read the show notes in a separate page click here!

About Machine Learning

KALM-150x150"A brief explanation of Machine Learning, it’s applications, and how it’s developed.

Featuring Tom Merritt.

MP3

Please SUBSCRIBE HERE.

A special thanks to all our supporters–without you, none of this would be possible.

Thanks to Kevin MacLeod of Incompetech.com for the theme music.

Thanks to Garrett Weinzierl for the logo!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send us email to [email protected]

Episode Script
Machine Learning

AI. It has AI! If Artificial Intelligence takes our jobs, AI AI AI

When people talk about AI, a lot of the time, I’ll venture to say most of the time, they’re talking about Machine Learning.

But what is Machine Learning?
And what kinds of things are AI but are NOT machine learning.

I’m Tom Merritt and I’m going to help you Know a Little more about Machine Learning

Machine Learning is real. It’s out there and you use products that use it every day. Yes it’s used in automated cars, but also online recommendations from places like Amazon and Netflix, discovering what people are saying about your company or product on Twitter and fraud detection.

Machine Learning is not exactly an algorithm, They’re not the same thing. Machine Learning – or ML as I’ll shorten it sometimes here –is a computer system that USES algorithms and statistical models to carry out a task without explicit instructions. One of ML’s advantages over Statistics is that you can find structure without having to know what the structure should look like.

So on the one hand it is NOT generalized intelligence. It can’t just learn everything and become super smart. It has a task. It won‘t go beyond that task.

But it’s also more than an algorithm. Because instead of telling the system how to perform the task with a set of instructions, Machine Learning is just given some tools and the task and figures out how to get the right results on its own.

As defined by Tom M. Mitchell, who literally wrote the textbook Machine Learning– the system learns from experience to perform a task. If the performance of the task improves with experience, it’s machine learning.

ML starts with training data. Let’s say a bunch of pictures of cats. The ML uses its algorithms to create a mathematical model of what it thinks a cat is based on the training data. So in other words the algorithm doesn’t say “cats have whiskers, pointy ears, etc…” The algorithm’s look for commonalities and refine them until it has built a model of what a cat looks like.

There are lots of versions of Machine Learning. The two big ones are supervised and unsupervised learning.

Supervised Learning tells the ML what the right answers are. So the training data would have pictures of cats and pictures without cats and the pictures would be labeled cat or not cat so the ML knew which were cats and which weren’t. It would then look at all those pictures for patterns and create its mathematical model of what a cat is. It then applies its model to the data set and sees how well the model works at matching the labels. It then updates the model based on what it learns and does it again until it gets really good. Then you can start giving it unlabeled pictures and see how well it does at identifying which ones have a cat in it.

The second big category is unsupervised learning. It still has cats and not-cat pictures but no labels. So the ML still looks for patterns in the data and just groups them together. The idea is one of those patterns it finds will be “cats.” The ML sort of discovers what a cat is all on its own. We label that pattern it identifies as cat and tell it to keep identifying those. The ML does not really know what a cat is or that it’s called a cat. Unsupervised Learning is really good at segmenting things and identifying clusters of stuff. So customer data for instance. Since it can find all the patterns it can do things like say all these customers seem to like cats, these don’t and these are ambivalent.

As I mentioned these are just the two biggest categories of ML. There are all kinds of subcategories to these and even mixtures of the two.

Semi-supervised learning has some of its training data labeled but not all. So it mixes supervised and unsupervised strategies together. This one is used a lot in facial recognition.

Reinforced learning, used in autonomous vehicles and game playing, gives positive or negative reinforcement for correct and incorrect answers. So if, for instance, it wins the game, it knows that mathematical model worked better than the one that lost.

What approach a project uses depends on what you want the ML to achieve.

Now you see the importance of the training data.

If we train our ML on a data set that has almost entirely tabby cats, it might start to label calico cats as not a cat. So you need good training data. The better the data the better your system learns. You need good algorithms to help the system recognize patterns and evaluate data. And you need horsepower. The ML needs to go over it’s results over and over over over again. Hence the need for high powered chips at scale.

DIFFERENCES

Now that we have a better idea of what Machine Learning is, let’s get back to AI. What’s an example of AI that is NOT machine learning.

Data Mining. Machine Learning and Data Mining overlap a lot and some argue they are part of the same broad discipline. Or that machine learning is part of Data Mining’s superset of tactics. But Machine Learning generally wants to reproduce known things, like which pictures are cats. We know what a cat is, ML is able to duplicate that knowledge. Data mining’s goal is to find unknown things. We didn’t know that all black cats are really good at poker. This by the way is not true – as far as I know– but it would be the kind of thing data mining might uncover for us.

Neural Networks are one way of operating machine learning. They’re not a type of ML

Deep Learning is usually described as a type of unsupervised machine learning but it’s on a whole other level. It basically takes large amounts of data all he computer power it can muster and special neural networks.

So there you go. This will not teach you everything you need to know about ML but the purpose here is when somebody mentions Machine Learning, you now have a much better UNDERSTANDING of what that means and how it’s different from together things it gets lumped in with.

In other words, you know a little more about Machine Learning

Keep Your Data Kosher – DTNS 3818

With an increase in the number of people working from home securing your home data infrastructure has never been more urgent. Seth Rosenblatt from The Parallax breaks down the things you need to know to ensure your telecommute is as secure as possible.

Starring Tom Merritt, Sarah Lane, Scott Johnson, Seth Rosenblatt, Roger Chang, Joe

MP3 Download


Using a Screen Reader? Click here

Multiple versions (ogg, video etc.) from Archive.org

Please SUBSCRIBE HERE.

Subscribe through Apple Podcasts.

A special thanks to all our supporters–without you, none of this would be possible.

If you are willing to support the show or give as little as 10 cents a day on Patreon. Thank you!

Become a Patron!

Big thanks to Dan Lueders for the headlines music and Martin Bell for the opening theme!

Big thanks to Mustafa A. from thepolarcat.com for the logo!

Thanks to Anthony Lemos of Ritual Misery for the expanded show notes!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send to email to [email protected]

Show Notes
To read the show notes in a separate page click here!

The Larry Sanders Show (417-501) – It’s Spoilerin’ Time 319

Next week: Warrior Nun (103-104), I Know This Much Is True (104), The Larry Sanders Show (502-503)

Email the show at [email protected]
Subscribe, get expanded show notes, and past episodes at Cordkillers.com

Support Cordkillers at Patreon.com/Cordkillers. If we get to 1850 patrons or $1850/episode, we can begin the Spoilerin’ Project and give you show-based Spoilerin’ Time feeds. Find out more and pledge here.

Download audio

I Know This Much Is True (103) – It’s Spoilerin’ Time 319

Next week: Warrior Nun (103-104), I Know This Much Is True (104), The Larry Sanders Show (502-503)

Email the show at [email protected]
Subscribe, get expanded show notes, and past episodes at Cordkillers.com

Support Cordkillers at Patreon.com/Cordkillers. If we get to 1850 patrons or $1850/episode, we can begin the Spoilerin’ Project and give you show-based Spoilerin’ Time feeds. Find out more and pledge here.

Download audio

Warrior Nun (101-102) – It’s Spoilerin’ Time 319

Next week: Warrior Nun (103-104), I Know This Much Is True (104), The Larry Sanders Show (502-503)

Email the show at [email protected]
Subscribe, get expanded show notes, and past episodes at Cordkillers.com

Support Cordkillers at Patreon.com/Cordkillers. If we get to 1850 patrons or $1850/episode, we can begin the Spoilerin’ Project and give you show-based Spoilerin’ Time feeds. Find out more and pledge here.

Download audio

Qualcomm’s New Chip for Gaming – DTH

DTH-6-150x150Qualcomm announces the Snapdragon 865 Plus, Intel annoucnes specs for Thunderbolt 4 can handle two 4K monitors, and Apple may plan to support QR codes in Apple Pay.

MP3

Please SUBSCRIBE HERE.

You can support Daily Tech Headlines directly here.

A special thanks to all our supporters–without you, none of this would be possible.

Big thanks to Dan Lueders for the theme music.

Big thanks to Mustafa A. from thepolarcat.com for the logo!

Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subreddit

Send us email to [email protected]

Show Notes
To read the show notes in a separate page click here!