<?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/"
	>

<channel>
	<title>dimension Archives - Petamind</title>
	<atom:link href="https://petaminds.com/tag/dimension/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/tag/dimension/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Tue, 05 Oct 2021 06:07:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://petaminds.com/wp-content/uploads/2019/09/ic_launcher.png</url>
	<title>dimension Archives - Petamind</title>
	<link>https://petaminds.com/tag/dimension/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The intuition of Principal Component Analysis</title>
		<link>https://petaminds.com/the-intuition-of-principal-component-analysis/</link>
					<comments>https://petaminds.com/the-intuition-of-principal-component-analysis/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 16 Dec 2019 00:25:06 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[autoencoder]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[linear]]></category>
		<category><![CDATA[pca]]></category>
		<category><![CDATA[principle]]></category>
		<category><![CDATA[reduction]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2047</guid>

					<description><![CDATA[<p>As PCA and linear autoencoder have a close relation, this post introduces again PCA as a powerful dimension reduction tool while skipping many mathematical proofs. PCA is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set [&#8230;]</p>
<p>The post <a href="https://petaminds.com/the-intuition-of-principal-component-analysis/">The intuition of Principal Component Analysis</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/the-intuition-of-principal-component-analysis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>deep learning: Linear Autoencoder with Keras</title>
		<link>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/</link>
					<comments>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 02:22:01 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[decoder]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[encoder]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[reduction]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2027</guid>

					<description><![CDATA[<p>This post introduces using linear autoencoder for dimensionality reduction using TensorFlow and Keras. What is a linear autoencoder An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation (encoding) for a set of data, typically for dimensionality reduction, by training the network to ignore signal “noise”. Autoencoders consists [&#8230;]</p>
<p>The post <a href="https://petaminds.com/deep-learning-linear-autoencoder-with-keras/">deep learning: Linear Autoencoder with Keras</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dimension, Dimension, Dimension &#8211; Reshape your data</title>
		<link>https://petaminds.com/dimension-dimension-dimension-reshape-your-data/</link>
					<comments>https://petaminds.com/dimension-dimension-dimension-reshape-your-data/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 21:45:59 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[numpy]]></category>
		<category><![CDATA[pandas]]></category>
		<category><![CDATA[reshape]]></category>
		<category><![CDATA[tensorflow]]></category>
		<category><![CDATA[tf]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1553</guid>

					<description><![CDATA[<p>The most basic yet important thing when working with data array is its dimensions. This article will cover several data shapes and reshaping techniques. Why need reshaping data Imagine that you are starving and suddenly given a piece of delicious food. You may try to put it all in your mouth (Fig 1a) and find [&#8230;]</p>
<p>The post <a href="https://petaminds.com/dimension-dimension-dimension-reshape-your-data/">Dimension, Dimension, Dimension &#8211; Reshape your data</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/dimension-dimension-dimension-reshape-your-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
