<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>machine learning &#8211; Technology for Learners</title>
	<atom:link href="https://technologyforlearners.com/tag/machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://technologyforlearners.com</link>
	<description>Learn to use Technology and use Technology to Learn</description>
	<lastBuildDate>Wed, 03 Aug 2022 21:20:23 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://technologyforlearners.com/wp-content/uploads/2022/12/cropped-Logo-symbol-32x32.jpg</url>
	<title>machine learning &#8211; Technology for Learners</title>
	<link>https://technologyforlearners.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A Basic Guide To Unsupervised Machine Learning</title>
		<link>https://technologyforlearners.com/a-basic-guide-to-unsupervised-machine-learning/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-basic-guide-to-unsupervised-machine-learning</link>
					<comments>https://technologyforlearners.com/a-basic-guide-to-unsupervised-machine-learning/#respond</comments>
		
		<dc:creator><![CDATA[Will Fastiggi]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 19:47:40 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[machine learning]]></category>
		<guid isPermaLink="false">https://technologyforlearners.com/?p=3843</guid>

					<description><![CDATA[<img width="150" height="150" src="https://technologyforlearners.com/wp-content/uploads/2022/07/brain-learning-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" />Artificial Intelligence (AI) refers to the ability of computers to think like humans and perform similar tasks as people do. While computer scientists have yet to create a near-perfect AI that genuinely feels as a human being does, there are already AI applications that help improve day-to-day activities. You may take AI virtual assistants as [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="150" height="150" src="https://technologyforlearners.com/wp-content/uploads/2022/07/brain-learning-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" />
<div style="height:26px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Artificial Intelligence (AI) refers to the ability of computers to think like humans and perform similar tasks as people do. While computer scientists have yet to create a near-perfect AI that genuinely feels as a human being does, there are already AI applications that help improve day-to-day activities. You may take AI virtual assistants as a prime example. These applications help you do various tasks such as setting an appointment in your calendar, set an alarm, and more. These types of programs have helped individuals and businesses achieve better efficiency and productivity.</p>



<div style="height:22px" aria-hidden="true" class="wp-block-spacer"></div>



<p>If you&#8217;ve heard of AI, you may have also heard about ML or <a href="https://www.sciencedirect.com/science/article/pii/B9780128053492000066" target="_blank" rel="noopener">machine learning</a>. It&#8217;s a subtopic of AI focused on helping computers learn the same way humans do. People primarily develop machine learning applications by creating models that will guide how the computer thinks. ML models are based on labeled or unlabelled data that the computer scientist or software engineer feeds.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>If you want to further learn about machine learning, then you must understand the two main types of machine learning—supervised and unsupervised machine learning. Supervised machine learning essentially involves more human intervention, unlike unsupervised machine learning.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>In this article, you&#8217;ll learn more about unsupervised machine learning.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="446" src="https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-1024x446.jpg" alt="" class="wp-image-3848" srcset="https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-1024x446.jpg 1024w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-300x131.jpg 300w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-768x335.jpg 768w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-330x144.jpg 330w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-690x301.jpg 690w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip-1050x457.jpg 1050w, https://technologyforlearners.com/wp-content/uploads/2022/07/blog-chip.jpg 1102w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Algorithms</strong></li></ul>



<p>Unsupervised machine learning involves three main tasks: clustering, dimensionality reduction, and association rules. Within these tasks, specific algorithms are used according to the needs of the job or project. That said, here are brief explanations of each main task used in unsupervised machine learning:</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Clustering</strong></li></ul>



<p>Clustering is a technique used for data mining wherein unlabelled data are grouped according to their similarities or differences. To learn more about this method, you may read this <a href="https://cnvrg.io/clustering-algorithms/" target="_blank" rel="noopener">guide to clustering algorithms</a>. That said, below are some of the algorithms used to perform this task:</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>K-Means Clustering </strong><strong></strong></li></ul>



<p>This is an instance of exclusive clustering and is often used in market segmentation and image compression. It first identifies the &#8216;k&#8217; number of centroids. A centroid refers to the imaginary or actual location of the center of a cluster. From there, data points are grouped according to the closest centroid.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Hierarchal Clustering </strong><strong></strong></li></ul>



<p>There&#8217;re two kinds of this algorithm: agglomerative and divisive, with the former initially isolating data points into separate groups. Then they are merged iteratively based on similarity until a cluster is achieved. Meanwhile, it&#8217;s the opposite for divisiveness, with clusters being made out of differences.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Probabilistic Clustering</strong><strong></strong></li></ul>



<p>Data points are clustered based on how likely they are to be a part of a particular distribution. The Gaussian Mixture Model (GMM) is the most commonly used method.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Dimensionality Reduction</strong><strong></strong></li></ul>



<p>Dimensionality reduction involves reducing the number of dimensions or features in a given dataset in the event that it&#8217;s too large. For this, the following algorithms are used:</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Principal Component Analysis (PCA)</strong><strong></strong></li></ul>



<p>This algorithm is used to lessen the redundancies in a dataset with a large volume using feature extraction.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Single Value Decomposition (SVD)</strong><strong></strong></li></ul>



<p>On the other hand, SVD factorizes a matrix denoted with the letter &#8216;A&#8217; into three lower-ranking matrices.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Autoencoders</strong><strong></strong></li></ul>



<p>Autoencoders take advantage of neural networks and find a way to create a new representation for the original data&#8217;s input. In doing so, this becomes useful for compressing data.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Association Rules</strong><strong></strong></li></ul>



<p>Association rules focus on finding the relationships between the variables within a given dataset. This has been found to be very helpful in marketing to understand customers&#8217; consumption habits. However, it can be used for recommendation systems too.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>For this task, the apriori algorithm is used. <a href="https://technologyforlearners.com/7-ideas-to-win-the-ecommerce-game-in-the-new-normal/">Online retailers</a> use this to personalize the shopping experience of consumers online. Aside from e-commerce stores, streaming platforms also use this technology to recommend media content that the user would probably like.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This algorithm is used in transactional datasets. From that, platforms try to determine the likelihood that a user will buy a particular item based on their consumption or purchase of another product.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li><strong>Applications </strong><strong></strong></li></ul>



<p>Having established the difference between supervised and unsupervised machine learning, you may want to learn about the applications of unsupervised machine learning. Knowing some applications may help you decide if unsupervised machine learning is for your project.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Unsupervised machine learning is often used for projects involving large volumes of unlabeled data that help companies and developers gain new insight from the dataset. They can be used in the following:</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<ul class="wp-block-list"><li>Recommendation systems</li><li>Customer segmentation</li><li>Anomaly detection</li><li>Segmentation of products</li><li>Preparing data for supervised machine learning as you can use unsupervised to label the data for you</li></ul>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Advantages and Disadvantages</strong></p>



<p>Like any other method, unsupervised machine learning has its share of advantages and disadvantages.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Advantages</strong></p>



<ul class="wp-block-list"><li>Helps with handling large volumes of data</li><li>No expertise is required initially</li><li>It may be considered time-efficient as you don&#8217;t need to spend time labelilng the data.</li></ul>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Disadvantages</strong></p>



<ul class="wp-block-list"><li>Outliers may cause results to vary</li><li>High risk for computer mislabeling data</li><li>You&#8217;ll need an expert on the subject to interpret the results </li></ul>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Concluding thoughts&#8230;</strong></p>



<p>AI and ML are becoming prominent fields of study in computers and data analysis for businesses and consumers. To better understand how ML works, it is best to study its two main types first—supervised and unsupervised machine learning.</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This guide has dwelled on the basics of unsupervised machine learning. As you can probably tell, you can encounter unsupervised machine learning whenever you’re shopping online or looking for new shows and movies to watch.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://technologyforlearners.com/a-basic-guide-to-unsupervised-machine-learning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Emerging Tech Trends For The Retail Industry To Watch Out For In 2022</title>
		<link>https://technologyforlearners.com/emerging-tech-trends-for-the-retail-industry-to-watch-out-for-in-2022/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=emerging-tech-trends-for-the-retail-industry-to-watch-out-for-in-2022</link>
					<comments>https://technologyforlearners.com/emerging-tech-trends-for-the-retail-industry-to-watch-out-for-in-2022/#respond</comments>
		
		<dc:creator><![CDATA[Will Fastiggi]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 21:39:34 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[contact-less transactions]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[electronic shelf labels]]></category>
		<category><![CDATA[facial recognition]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[pandemic]]></category>
		<category><![CDATA[QR codes]]></category>
		<category><![CDATA[retail]]></category>
		<guid isPermaLink="false">http://technologyforlearners.com/?p=3508</guid>

					<description><![CDATA[<img width="150" height="150" src="https://technologyforlearners.com/wp-content/uploads/2021/11/E-commerce-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" />The retail industry has witnessed tremendous growth in recent years owing to its ability to use technology to its advantage. Following the e-commerce trends, for example, many retail store owners were not only able to meet their customer’s demands during the pandemic but also managed to take customers&#8217; shopping experience to a whole new level. By making [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="150" height="150" src="https://technologyforlearners.com/wp-content/uploads/2021/11/E-commerce-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" /><p>The retail industry has witnessed tremendous growth in recent years owing to its ability to use technology to its advantage.</p>
<p>Following the e-commerce trends, for example, many retail store owners were not only able to meet their customer’s demands during the pandemic but also managed to take customers&#8217; shopping experience to a whole new level.</p>
<p>By making the most of the digital space, retail store owners have given themselves the upper hand when it comes to attracting, retaining, and satisfying their customers.</p>
<p>If you are looking forward to take your retail store operations a notch further, then your best bet is to keep track of the latest innovations and introduce them to your store.</p>
<p>Here we have listed some of the latest tech trends that are being followed by the retail industry:</p>
<ul>
<li><strong>Using E-commerce-friendly Point of Sale (POS) systems</strong></li>
</ul>
<p>E-commerce was literally the only thing that kept the retail industry going during the pandemic. By enabling the retailers to deliver customers&#8217; orders right to their doorstep, the online sales process boomed.</p>
<p>That’s exactly why many retailers felt the need to optimise their e-commerce platforms in order to keep up with the competition.</p>
<p>But that isn’t enough.</p>
<p>According to industry professionals, it is important for retailers to bring in <a href="https://www.nytimes.com/2020/05/06/technology/coronavirus-online-shopping.html" target="_blank" rel="noopener">fully integrated POS and e-commerce solutions</a> to stay ahead in the game. The system is actually a combination of both hardware and software that ends up facilitating your regular business operations.</p>
<p>All in all, it tracks and organises your store’s information and streamlines the entire process.</p>
<ul>
<li><strong>Introducing Digital Shelf Labels</strong></li>
</ul>
<p>Gone are the days when retail store owners used to have product labels printed exclusively for each unique item in their store. With the help of electronic shelf labels, retailers can actually get rid of the hassle of attaching those traditional labels in their stores or inventory.</p>
<p><em>Now, what are electronic shelf labels?</em></p>
<p>ESL or electronic shelf label system is actually used by retailers to display the pricing of their products on shelves. The best part of using this system is that the pricing of the product updates automatically whenever it fluctuates.</p>
<p>In fact, according to the professionals at <a href="https://www.ses-imagotag.com/en/" target="_blank" rel="noopener">SES-imagotag.com</a>, smart and electronic price tags are typically becoming the portal for cloud-based applications that are responsible for focusing on store automation and data analytics.</p>
<p>Not only does it track the customer behaviour, but it also makes things a lot easier for your employees.</p>
<ul>
<li><strong>Upgrading to contact-less stores</strong></li>
</ul>
<p>Most customers still prefer contact-less transactions and self-checkout options in retail stores.</p>
<p>That’s why it would be a great idea to introduce technical vision systems, IoT devices, <a href="https://www.forbes.com/sites/forbesbusinesscouncil/2020/05/08/how-facial-recognition-will-change-retail/" target="_blank" rel="noopener">facial recognition technology</a>, and machine learning into your retail stores.</p>
<p>This way, your systems can easily keep track of all the items your consumers place into their carts and then automatically charge their credit cards during the checkout process.</p>
<p>You can also use barcode scanners or QR codes in your retail stores so that your customers can pay their bills with their smartphones right away.</p>
<p>&nbsp;</p>
<p><strong>Concluding thoughts&#8230;</strong></p>
<p>The retail industry has been evolving over time, and tools like machine learning, augmented reality, along with data science are definitely streamlining the process.</p>
<p>By embracing the tech trends mentioned retailers are witnessing significant growth in their businesses.</p>
<p>&nbsp;</p>
<h2></h2>
]]></content:encoded>
					
					<wfw:commentRss>https://technologyforlearners.com/emerging-tech-trends-for-the-retail-industry-to-watch-out-for-in-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
