<?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>Deep Learning Archives &#8212; MATLAB Number ONE</title>
	<atom:link href="https://matlab1.com/category/deep-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://matlab1.com/category/deep-learning/</link>
	<description>MATLAB Simulink &#124; Tutorial &#124; Code &#124; Project</description>
	<lastBuildDate>Thu, 28 Jan 2021 08:53:21 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://matlab1.com/wp-content/uploads/2018/08/icon1-100x100.png</url>
	<title>Deep Learning Archives &#8212; MATLAB Number ONE</title>
	<link>https://matlab1.com/category/deep-learning/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>KITTI Dataset</title>
		<link>https://matlab1.com/kitti-dataset/</link>
					<comments>https://matlab1.com/kitti-dataset/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Thu, 28 Jan 2021 08:53:21 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7165</guid>

					<description><![CDATA[<p>Introduction The KITTI Vision Benchmark Suite is a repository of real-world data for autonomous driving created by Karlsruhe Institute of Technology and Toyota Technological Institute at Chicago [1]. The series of datasets in KITTI is widely used for research because the KITTI Suite provides detailed documentation of data collection process, data format, and benchmark rules. [&#8230;]</p>
<p>The post <a href="https://matlab1.com/kitti-dataset/">KITTI Dataset</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/kitti-dataset/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Region Proposal Network</title>
		<link>https://matlab1.com/region-proposal-network/</link>
					<comments>https://matlab1.com/region-proposal-network/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Thu, 28 Jan 2021 08:01:05 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7163</guid>

					<description><![CDATA[<p>Region proposal networks (RPNs) are a significant component in many object detection models. The input to RPNs is typically an extracted feature map. Every pixel in the feature map is an anchor point. Each anchor point can have multiple anchors, which are candidate bounding boxes. In the training stage, the randomly initialized anchors are adjusted, [&#8230;]</p>
<p>The post <a href="https://matlab1.com/region-proposal-network/">Region Proposal Network</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/region-proposal-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sparsely Embedded Convolutional Detection</title>
		<link>https://matlab1.com/sparsely-embedded-convolutional-detection/</link>
					<comments>https://matlab1.com/sparsely-embedded-convolutional-detection/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 18:41:23 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7160</guid>

					<description><![CDATA[<p>Voxelnet proposed in [1] is a milestone because the model minimizes the effort of manual preprocessing by automatic feature extraction. The sparsely embedded convolutional detection model proposed in [2] replaces the regular convolutional layers with sparse convolutions and therefore got a big speed-up. &#160; The structure of the two models is shown in Figure 2.2. [&#8230;]</p>
<p>The post <a href="https://matlab1.com/sparsely-embedded-convolutional-detection/">Sparsely Embedded Convolutional Detection</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/sparsely-embedded-convolutional-detection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to Neural Networks</title>
		<link>https://matlab1.com/introduction-to-neural-networks/</link>
					<comments>https://matlab1.com/introduction-to-neural-networks/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 18:11:38 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7154</guid>

					<description><![CDATA[<p>Two key components in a neural network are neurons and connections between neurons. Each neuron or node in the neural network performs a function on the input and optionally uses a nonlinear activation function before outputting. A connection transfers the weighted output of one neuron to another neuron as input. Neurons are typically grouped as [&#8230;]</p>
<p>The post <a href="https://matlab1.com/introduction-to-neural-networks/">Introduction to Neural Networks</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/introduction-to-neural-networks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Deep learning for Object Detection</title>
		<link>https://matlab1.com/deep-learning-for-object-detection/</link>
					<comments>https://matlab1.com/deep-learning-for-object-detection/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 17:55:51 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7151</guid>

					<description><![CDATA[<p>Object detection is the task of detecting and recognizing objects in media such as images. Objects of interest need to be recognized, positioned, and classified. Object detection has been popular in 2D computer vision since the success of CNN in image recognition. Deep learning approaches dominate the object detection task once they were introduced. In [&#8230;]</p>
<p>The post <a href="https://matlab1.com/deep-learning-for-object-detection/">Deep learning for Object Detection</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/deep-learning-for-object-detection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Perception in Self-driving</title>
		<link>https://matlab1.com/perception-in-self-driving/</link>
					<comments>https://matlab1.com/perception-in-self-driving/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 17:41:34 +0000</pubDate>
				<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[image processing]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=7139</guid>

					<description><![CDATA[<p>Sensors Various types of sensors are used for perception in the self-driving industry. Most current solutions rely on either a camera or LIDAR as the main sensor. A camera captures reflections of light passively and stores data as 2D images. In contrast, LIDAR actively emits point laser beams and measures the distance to the point [&#8230;]</p>
<p>The post <a href="https://matlab1.com/perception-in-self-driving/">Perception in Self-driving</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/perception-in-self-driving/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Kaggle Overview</title>
		<link>https://matlab1.com/kaggle-overview/</link>
					<comments>https://matlab1.com/kaggle-overview/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Sat, 16 Jun 2018 13:08:53 +0000</pubDate>
				<category><![CDATA[data mining]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=5636</guid>

					<description><![CDATA[<p>Kaggle is a platform for data sciences developer. It is based on two programming languages, Python and R . It has many outstanding features : You can find and use dataset in your machine learning application. You can find datasets in the link ( https://www.kaggle.com/datasets ) There is many competitions in kaggle. You can join a [&#8230;]</p>
<p>The post <a href="https://matlab1.com/kaggle-overview/">Kaggle Overview</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/kaggle-overview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python projektet</title>
		<link>https://matlab1.com/python-projektet/</link>
					<comments>https://matlab1.com/python-projektet/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Sat, 16 Jun 2018 04:38:59 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[2D och 3D-funktionalitetsverktyg]]></category>
		<category><![CDATA[Ansiktsigenkänningssystem]]></category>
		<category><![CDATA[Artificiellt nervsystem]]></category>
		<category><![CDATA[Besluts träning]]></category>
		<category><![CDATA[bildbehandling]]></category>
		<category><![CDATA[Boosting]]></category>
		<category><![CDATA[dataflödesprogrammering]]></category>
		<category><![CDATA[dataprofilering och analys]]></category>
		<category><![CDATA[datorsyn]]></category>
		<category><![CDATA[Datorsyn och mönsterigenkänning]]></category>
		<category><![CDATA[djupa neurala nätverk]]></category>
		<category><![CDATA[Djupa neurala nätverk (DNN)]]></category>
		<category><![CDATA[djupt lärande neurala nätverk]]></category>
		<category><![CDATA[Egomotionsuppskattning]]></category>
		<category><![CDATA[Förstärkande lärande]]></category>
		<category><![CDATA[Förväntnings-maximeringsalgoritm]]></category>
		<category><![CDATA[Gensigenkänning]]></category>
		<category><![CDATA[gradient boosting]]></category>
		<category><![CDATA[Gradient öka träd]]></category>
		<category><![CDATA[Introduktion till maskinlärning med Python]]></category>
		<category><![CDATA[k-means]]></category>
		<category><![CDATA[k-närmaste grannalgoritm]]></category>
		<category><![CDATA[klassificering]]></category>
		<category><![CDATA[klustringsalgoritmer]]></category>
		<category><![CDATA[Konstgjord intelligens]]></category>
		<category><![CDATA[manipulera numeriska tabeller och tidsserier]]></category>
		<category><![CDATA[Mänsklig dator interaktion (HCI)]]></category>
		<category><![CDATA[Maskininlärningsbibliotek för Python]]></category>
		<category><![CDATA[Mobil robotik]]></category>
		<category><![CDATA[Motion tracking]]></category>
		<category><![CDATA[Naive Bayes klassificerare]]></category>
		<category><![CDATA[neuralt nätverk]]></category>
		<category><![CDATA[neuralt nätverk i Python]]></category>
		<category><![CDATA[numerisk matematik]]></category>
		<category><![CDATA[Objektidentifiering]]></category>
		<category><![CDATA[Ökad verklighet]]></category>
		<category><![CDATA[oövervakat lärande]]></category>
		<category><![CDATA[Python för dataanalys]]></category>
		<category><![CDATA[Python projekt hjälp]]></category>
		<category><![CDATA[Rörelseförståelse]]></category>
		<category><![CDATA[Segmentering och erkännande]]></category>
		<category><![CDATA[Slumpmässig skog]]></category>
		<category><![CDATA[slumpmässiga skogar]]></category>
		<category><![CDATA[Stereopsis stereosyn: djupuppfattning från 2 kameror]]></category>
		<category><![CDATA[stöd vektor maskiner]]></category>
		<category><![CDATA[Struktur från rörelse (SFM)]]></category>
		<category><![CDATA[Support vektor maskin (SVM)]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=5631</guid>

					<description><![CDATA[<p>Jag är en pythonprogrammerare. Jag har fyra års erfarenhet av python. Jag är redo att acceptera Python-projektet. &#160; Keras, TensorFlow, Scipy, Numpy, Konstgjort neuralt nätverk i Python, Bildbehandling i Python, OpenCV, Pybrain, Matplotlib, Scikit-Learn , Pandas Djupt lärande i Python, Maskinlärning i Python Kontakt: matlab120 [[attt]] gmail [[[dot]] com Vänligen skicka e-post på engelska. &#160; [&#8230;]</p>
<p>The post <a href="https://matlab1.com/python-projektet/">Python projektet</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/python-projektet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JUPYTER: USING IT AND ITS GREAT FUNCTIONS</title>
		<link>https://matlab1.com/jupyter-using-it-and-its-great-functions/</link>
					<comments>https://matlab1.com/jupyter-using-it-and-its-great-functions/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Tue, 12 Jun 2018 13:02:00 +0000</pubDate>
				<category><![CDATA[data mining]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=5611</guid>

					<description><![CDATA[<p>The Jupyter notebook is a great friend of the data scientist. It allows the user to write code and create visualizations of data all in the same tab on their browser. It is included in the standard distribution of Anaconda, and can be launched from the command line (note, not inside Python, but in the terminal window) [&#8230;]</p>
<p>The post <a href="https://matlab1.com/jupyter-using-it-and-its-great-functions/">JUPYTER: USING IT AND ITS GREAT FUNCTIONS</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/jupyter-using-it-and-its-great-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>THE BIGGEST DIFFERENCES BETWEEN PYTHON 2 AND 3</title>
		<link>https://matlab1.com/the-biggest-differences-between-python-2-and-3/</link>
					<comments>https://matlab1.com/the-biggest-differences-between-python-2-and-3/#respond</comments>
		
		<dc:creator><![CDATA[global MATLAB]]></dc:creator>
		<pubDate>Tue, 12 Jun 2018 12:51:22 +0000</pubDate>
				<category><![CDATA[data mining]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<guid isPermaLink="false">https://matlab1.com/?p=5609</guid>

					<description><![CDATA[<p>1. Division. Python 3 does floating point division between two integers if you specify the division with two slashes (//). However, if we want Python 2 to do floating point division by default , we can use the handy function: &#62;&#62; from__future__ import division &#62;&#62;&#62; 3/2 1.5 2. Printing. In Python 3, you have to [&#8230;]</p>
<p>The post <a href="https://matlab1.com/the-biggest-differences-between-python-2-and-3/">THE BIGGEST DIFFERENCES BETWEEN PYTHON 2 AND 3</a> appeared first on <a href="https://matlab1.com">MATLAB Number ONE</a>.</p>
]]></description>
		
					<wfw:commentRss>https://matlab1.com/the-biggest-differences-between-python-2-and-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
